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