From the manual:
Quote:

exec (STRING* program, STRING* options);
Executes an external program or batch file.
Parameters:
program - file name of the exe or batch file.
options - command line parameter to be passed to the program.




However, I have even tried it the way you described it. Didn't work.


Always learn from history, to be sure you make the same mistakes again...