I\'ve created a batch file that is being used with a Process. I currently just have the application pointing to a directory on my local machine.
Rather than having
of course :
you should run it but with command.com before
command.com
System.Diagnostics.Process.Start("cmd", "/c c:\test\batchFile.bat");