Actions
Bug #4393
closedwindows commands starting with "@" should run at all
    Bug #4393:
    windows commands starting with "@" should run at all
  
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.3dev (2011-02-09 trunk 30831) [i386-mswin32_100] 
Backport:
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
Actions