Click here to Skip to main content
15,913,610 members
Home / Discussions / C#
   

C#

 
GeneralRe: Exporting toCSV Pin
Member 120485129-Jun-04 10:53
Member 120485129-Jun-04 10:53 
GeneralRe: Exporting toCSV Pin
Heath Stewart29-Jun-04 11:10
protectorHeath Stewart29-Jun-04 11:10 
GeneralExceptional Exceptions Pin
inyoursadachine28-Jun-04 11:56
inyoursadachine28-Jun-04 11:56 
GeneralRe: Exceptional Exceptions Pin
Dave Kreskowiak29-Jun-04 3:36
mveDave Kreskowiak29-Jun-04 3:36 
GeneralRe: Exceptional Exceptions Pin
inyoursadachine29-Jun-04 5:56
inyoursadachine29-Jun-04 5:56 
GeneralRe: Exceptional Exceptions Pin
Dave Kreskowiak29-Jun-04 15:44
mveDave Kreskowiak29-Jun-04 15:44 
GeneralExecuting other applications inside another Pin
Anonymous28-Jun-04 9:12
Anonymous28-Jun-04 9:12 
GeneralRe: Executing other applications inside another Pin
Heath Stewart28-Jun-04 9:36
protectorHeath Stewart28-Jun-04 9:36 
Quite simply: see the System.Diagnostics.Process class:
Process.Start("build.bat", "/some command /line arguments");
You can do more like redirect stdout, stderr, and stdin and perform a ShellExecuteEx on file types as well. See the class library documentation for the Process class in the .NET Framework SDK for more information.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Executing other applications inside another Pin
Anonymous29-Jun-04 5:36
Anonymous29-Jun-04 5:36 
GeneralRe: Executing other applications inside another Pin
Heath Stewart29-Jun-04 5:42
protectorHeath Stewart29-Jun-04 5:42 
GeneralRe: Executing other applications inside another Pin
Anonymous29-Jun-04 6:26
Anonymous29-Jun-04 6:26 
GeneralRe: Executing other applications inside another Pin
Heath Stewart29-Jun-04 8:43
protectorHeath Stewart29-Jun-04 8:43 
GeneralRe: Executing other applications inside another Pin
Anonymous30-Jun-04 2:28
Anonymous30-Jun-04 2:28 
GeneralRe: Executing other applications inside another Pin
Heath Stewart30-Jun-04 2:38
protectorHeath Stewart30-Jun-04 2:38 
GeneralRe: Executing other applications inside another Pin
Anonymous30-Jun-04 5:47
Anonymous30-Jun-04 5:47 
GeneralRe: Executing other applications inside another Pin
Anonymous30-Jun-04 9:50
Anonymous30-Jun-04 9:50 
GeneralHaving trouble with debugging Pin
Flack28-Jun-04 9:06
Flack28-Jun-04 9:06 
GeneralRe: Having trouble with debugging Pin
Dave Kreskowiak29-Jun-04 3:24
mveDave Kreskowiak29-Jun-04 3:24 
GeneralKeeping the record on hold Pin
IamADotNetGuy28-Jun-04 8:03
IamADotNetGuy28-Jun-04 8:03 
GeneralRe: Keeping the record on hold Pin
Heath Stewart28-Jun-04 9:07
protectorHeath Stewart28-Jun-04 9:07 
GeneralRe: Keeping the record on hold Pin
OBRon28-Jun-04 9:25
OBRon28-Jun-04 9:25 
GeneralRe: Keeping the record on hold Pin
Steven Campbell28-Jun-04 13:35
Steven Campbell28-Jun-04 13:35 
GeneralRe: Keeping the record on hold Pin
Serge Lobko-Lobanovsky28-Jun-04 23:51
Serge Lobko-Lobanovsky28-Jun-04 23:51 
GeneralMultiple Forms Pin
Jon_Slaughter28-Jun-04 6:44
Jon_Slaughter28-Jun-04 6:44 
GeneralRe: Multiple Forms Pin
Heath Stewart28-Jun-04 6:56
protectorHeath Stewart28-Jun-04 6:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.