how can i run an application with parameters ? [modified]
-
Please help me solve this problem: I wanna run an application with parameters, when i use these commands, the program doesn't work.
System.Diagnostics.Process p = new System.Diagnostics.Process(); p.StartInfo.Filename = "gSpan.exe 10 set2.gsp out2_1"; p.Start();
"gSpan.exe" is a program coded by VB6.0 "10 set2.gsp out2_1" are 3 parameters that gSpan.exe needs. Thanks much :) -- modified at 23:17 Tuesday 20th June, 2006 -
Please help me solve this problem: I wanna run an application with parameters, when i use these commands, the program doesn't work.
System.Diagnostics.Process p = new System.Diagnostics.Process(); p.StartInfo.Filename = "gSpan.exe 10 set2.gsp out2_1"; p.Start();
"gSpan.exe" is a program coded by VB6.0 "10 set2.gsp out2_1" are 3 parameters that gSpan.exe needs. Thanks much :) -- modified at 23:17 Tuesday 20th June, 2006