Project

General

Profile

ActionsLike0

Bug #4393

closed

windows commands starting with "@" should run at all

Added by rogerdpack (Roger Pack) about 14 years ago. Updated almost 14 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.3dev (2011-02-09 trunk 30831) [i386-mswin32_100]
Backport:
[ruby-core:35218]

Description

=begin
Hello all.
Originally reported this here:
http://www.ruby-forum.com/topic/1060963

I believe in windows the following should work but fails (should call out to cmd to process it...)

system("ls.exe")
2.3 2.4
=> true

system("@ls.exe")
=> nil

Thanks!
-r
=end


Related issues 1 (0 open1 closed)

Related to Ruby - Bug #4396: windows commands starting with "@" should run at all even though command string is quoted by `"'.Rejected02/14/2011Actions
#1

Updated by kosaki (Motohiro KOSAKI) about 14 years ago

  • ruby -v changed from ruby 1.9.2p0 (2010-08-18) [i386-mingw32] to ruby 1.9.3dev (2011-02-09 trunk 30831) [i386-mswin32_100]
#2

Updated by usa (Usaku NAKAMURA) about 14 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100
ActionsLike0

Also available in: Atom PDF