Hi !
I realy need help !
Sommebody know how to set a return value to a exe in VB ?
to cath them in MS DOS Batch ...
Thx
Printable View
Hi !
I realy need help !
Sommebody know how to set a return value to a exe in VB ?
to cath them in MS DOS Batch ...
Thx
c:\YourVB.exe Param1
This Param1 you can read in VB using Command$
Iouri Boutchkine
[email protected]
Thx for your answer ...
But my real question is :
How to get a return value from a VB exe ?
you might consider using TerminateProcess API instead of unload me, which allow you to put a exit code, which I am not sure whether it can be captured by DOS.
HTH
cksiow
http://vblib.virtualave.net - share our codes
I try this !
As we say in france !
MERCI BEAUCOUP !