|
-
Jun 20th, 2007, 10:46 PM
#1
Thread Starter
Member
[RESOLVED] [2005] Calling external command line
In VS 2005 Express, what is the object used to call an external program?
an example command line would be:
"msiexec.exe /i /q {more parameters here} /switches"
-
Jun 20th, 2007, 11:24 PM
#2
Re: [2005] Calling external command line
Use the Process.Start method. Note that the file to be executed and the commandline arguments are passes as separate parameters to Process.Start.
-
Jun 21st, 2007, 12:26 AM
#3
-
Jun 21st, 2007, 08:05 AM
#4
Thread Starter
Member
Re: [RESOLVED] [2005] Calling external command line
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
|