the command for run program exe
-
hi all please what the code in C# to run program .exe i mean i have button and i want when i press on the button any program exe i determined it run. Regards KARFER
-*-*-*-*-*-*-*-*-* To Be Or Not To Be (KARFER) -*-*-*-*-*-*-*-*-*
http://msdn.microsoft.com/en-us/library/system.diagnostics.process.aspx[^]
I know the language. I've read a book. - _Madmatt
-
hi all please what the code in C# to run program .exe i mean i have button and i want when i press on the button any program exe i determined it run. Regards KARFER
-*-*-*-*-*-*-*-*-* To Be Or Not To Be (KARFER) -*-*-*-*-*-*-*-*-*
Process.StartInfo.Filename = @"Directory\app_name.exe"; Process.Start();
-
Process.StartInfo.Filename = @"Directory\app_name.exe"; Process.Start();
12 hours later you give the same response. That's the way to boost your rep :rolleyes: How about next time you read the previous responses before posting.
I know the language. I've read a book. - _Madmatt
-
12 hours later you give the same response. That's the way to boost your rep :rolleyes: How about next time you read the previous responses before posting.
I know the language. I've read a book. - _Madmatt
No no no, that would be unfathomable! ... ... ...12 hours later... no no no, that would be crazy!
Check out the CodeProject forum Guidelines[^] The original soapbox 1.0 is back![^]