Is it possible to have "Program1.exe" execute a seperate
"Program2.exe" on the same machine? If so, can you pass a parm to it?
Thanks
Tom
Printable View
Is it possible to have "Program1.exe" execute a seperate
"Program2.exe" on the same machine? If so, can you pass a parm to it?
Thanks
Tom
this should work
System.Diagnostics.Process.Start(filename, arguments)