How can I launch a DOS application from my VB6 application, and get access to the DOS application's return code in VB6?
TIA,
Don Goyette
Printable View
How can I launch a DOS application from my VB6 application, and get access to the DOS application's return code in VB6?
TIA,
Don Goyette
What do you mean return code? Do you mean the standard output or the PID, or what?
Shell a .bat file containing i.e:
dir >file.txt