http://qs321.pair.com?node_id=699051


in reply to Windows quoting

Instead of trying to quote $some_argument, can you pass it as an argument?
system("x.bat", $some_argument);
and then reference it in your batch script as %1 (or however batch scripts do this.)