Click here to Skip to main content
15,890,506 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can i execute the below command prompt in debug mode through vb.net coding???

my commad syntax :->
------------------
Start \Wait D:\SW\SQL2000_EVAL\x86\setup\setupsql.exe -S -fl "D:\SW\SQL2000_EVAL\x86\setup\setup.iss"

Please help me....
Posted
Updated 30-Dec-11 0:45am
v2

Use Process[^]

Thanks
 
Share this answer
 
Comments
Wendelius 30-Dec-11 6:48am    
Exactly, 5+.
Rajesh Anuhya 30-Dec-11 6:48am    
Thanks Mike
Sergey Alexandrovich Kryukov 30-Dec-11 10:58am    
Sure, a 5.
--SA
Rajesh Anuhya 30-Dec-11 11:01am    
Thanks SA
RaviRanjanKr 30-Dec-11 17:49pm    
My 5+
Process.Start Method (ProcessStartInfo)[^] which is used to Starts the process resource that is specified by the parameter containing process start information (for example, the file name of the process to start) and associates the resource with a new Process component.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900