I've searched all over the place. Nobody seems to have a working solution.
I'm using Visual Basic 6 Professional
Here is what i'm doing.
Private Sub cmdPlay_Click()
dim path as string
path = App.path & "\sauerbraten\s auerbraten.bat"
Shell(Path)
End
End Sub
When i open the batch file manually, the program opens and runs perfectly, so i know its not...