Question Starting A.bat

griffithdesign

Active member
Joined
Sep 17, 2008
Messages
34
Programming Experience
Beginner
I am going to be useing a program to run a .bat file. The file will be located at this location:
C:/UltimatumScapeClientV1Public

Now the .bat file I want to activate when I click on a button is at this extension:
C:\UltimatumScapeClientV1Public\Play.bat

------------------------------------------------------------------------

So for example this is my program:
previewofhelp.jpg

How do I get that button to activate the .bat file to start it?

All help is appreciated.
 
VB.NET:
Process.Start("t:\path\2.file")
 
Back
Top