Nov 15, 2004 #1 djam Technical User Nov 15, 2002 223 CA How would I start another program within my code? say the other program is located in c:\temp\RunMe.exe thanks " ahhh computers, how they made our lives much simpler "
How would I start another program within my code? say the other program is located in c:\temp\RunMe.exe thanks " ahhh computers, how they made our lives much simpler "
Nov 15, 2004 #2 chiph Programmer Jun 9, 1999 9,878 US Take a look at the Start() method on the Process class. Chip H. ____________________________________________________________________ If you want to get the best response to a question, please read FAQ222-2244 first Upvote 0 Downvote
Take a look at the Start() method on the Process class. Chip H. ____________________________________________________________________ If you want to get the best response to a question, please read FAQ222-2244 first