View Single Post
  #19 (permalink)  
Old 06-15-2008, 08:33 PM
agraham's Avatar
agraham agraham is online now
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 1,904
Awards Showcase
Beta Tester Forum Contributer 
Total Awards: 2
Default

Quote:
Originally Posted by pmu5757 View Post
"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.
Reply With Quote