|
-
Apr 17th, 2011, 09:29 PM
#1
Thread Starter
Member
Bat file to run in exe (like shell)
i have this
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Process.Start("mybatchfile.bat")
End Sub
its working if they are on the same folder,
i want to do is make the batch file as a resource file so that i can run it even not in the batchs folder?
please edit the code above for the resource file
I am vb6 newbie user and i just shift to vb.net 2010
thanks in advnce
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|