|
-
June 13th, 2001, 12:24 PM
#1
EXE RETURN VALUE
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
-
June 13th, 2001, 01:29 PM
#2
Re: EXE RETURN VALUE
c:\YourVB.exe Param1
This Param1 you can read in VB using Command$
Iouri Boutchkine
[email protected]
-
June 14th, 2001, 03:06 AM
#3
Re: EXE RETURN VALUE
Thx for your answer ...
But my real question is :
How to get a return value from a VB exe ?
-
June 14th, 2001, 03:34 AM
#4
Re: EXE RETURN VALUE
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
-
June 14th, 2001, 03:37 AM
#5
Re: EXE RETURN VALUE
I try this !
As we say in france !
MERCI BEAUCOUP !
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|