|
-
June 28th, 2001, 03:22 PM
#1
Command-line arguments
I want to pass some arguments to my program when I launch it. Is there any way to do it?
-
June 28th, 2001, 03:39 PM
#2
Re: Command-line arguments
Start your vb exe vile like
Myprog.exe Param1
In Myprog you can read it with Command$ function
dim s as string
s= Command$
msgbox s '-> will give the result Param1
Iouri Boutchkine
[email protected]
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
|