Thanks for the advice. I was looking for something to retain the directory.
So, it works again in windows, but not through Maximus Arcade.
I just don't know why.
Here's the code I wrote:
:: Hamsterball
::
@ECHO OFF
pushd I:\Emulators\Hamsterball310\
hamsterball.exe
Before I had:
:: Hamsterball
::
@ECHO OFF
I:
CD Emulators\Hamsterball310\
hamsterball.exe
Both worked in windows, but not in MA. I do however get a different result.
In your case I gate a Windows explorer window, like it's looking for the file or something.
It the second case (actually my original code) I got an error that hamsterball couldn't find an associated file.
BTW, great game for the trackball, a bit easy though. The kids love it.