Actions
Bug #1304
closedKernel#system bug
Bug #1304:
Kernel#system bug
Description
=begin
To reproduce on Windows:
Create a batch file with one argument in a folder that has a space in its name. In Ruby call:
system('"c:\your full path\batchfile.bat" yourparam')
It will behave as if the quotations are missing. (Error: c:\your is not recognized as a command...)
=end
Actions