I am trying to use the exec function. I understand that in the exec function, exec LIST means the exec command is followed by the process to start. If my process has more than one arguments, should I separate each argument with a comma like below?
If I type in my command line: myProcess argument1 argument2 argument3 Then to do the same thing as an exec will be: exec "myProcess.exe", "argument1", "argument2", "argument3";
Thanks
In reply to Exec function arguments by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |