|
-
Feb 18th, 2003, 03:02 PM
#1
Thread Starter
Junior Member
start application with arguments
I have two vb.net apps and I want to start one from the other while passing a parameter to it.
To start it I use:
System.Diagnostics.Process.Start(Application.StartupPath & "\pup.exe")
but how do I pass a parameter???
I know you can put arguments after the path but how does the other path get them????
Help!
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
|