Quote:
Originally Posted by pmu5757
"make a typo in appending the strings".
|
Make a mistake when adding the three strings for the arguments parameter
"/c c:\nqc.exe -Susb -raw 120901 > " & AppPath & "\sortie.txt"
Quote:
|
using the "cmd" only when I need to return a value, and using the standard shell command if not.
|
What I meant was that you can use cmd with the standard Shell command instead of using Process as you don't want the exitcode of the app, only what it writes to StdOut.