afitzgibbon
March 26th, 2003, 02:10 AM
how do i call a separate exe file from within my c# program?
|
Click to See Complete Forum and Search --> : call an exe in c# afitzgibbon March 26th, 2003, 02:10 AM how do i call a separate exe file from within my c# program? MartinL March 26th, 2003, 03:31 AM Look at class Process in namespace System.Diagnostics. Especially at its member function Start()... martin pareshgh March 27th, 2003, 02:01 PM if you are using console base exe and you want in/out then you can use ProcessInfo object inside and pass and get the information Paresh codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |