From: seb_kramm <seb...@ya...> - 2009-12-22 11:33:16
|
LukasP a écrit : > Let's have system command: > wgnuplot.exe tab2png.gp test.tab I'm not sure what you want exactly, I guess it is a generated line from somewhere else. If you can remove the .exe in the calling line, then just create a simple wgnuplot.bat, that is given priority over the .exe by the OS It will just contain these lines: dowhatyouwant.exe %1 %2 wgnuplot.exe %1 %2 with "dowhatyouwant.exe" ( or .bat) being the app that will fetch the arguments Of course, beware of spaces (or use quotes) |