From: Marcus <li...@wo...> - 2002-05-09 16:33:43
|
Correction: I got the command wrong, it's Wx::ExecuteCommand. This works on Windows: $file = "image.jpg"; $cmd = qq{launch.bat $file}; Wx::ExecuteCommand("$cmd",0); The launch.bat file just contains "%1". Is that the same on Linux (bash) too? Another snippet for the Cookbook :-) Marcus |