jstewart Posted June 26, 2003 Posted June 26, 2003 i have a program that creates a batch file to copy one directory and its contents to another. now i need to figure out how to open that batch file, so basically i need to call the .bat file in my code so it will run. im looking for syntax help. thanks a lot. Quote
*Experts* mutant Posted June 26, 2003 *Experts* Posted June 26, 2003 Use this: System.Diagnostics.Process.Start("pathtofile") It will start your file. Quote
jstewart Posted June 26, 2003 Author Posted June 26, 2003 it works , thank you sooooooooo much!! i appreciate it! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.