Sorry I've been away in the wilderness.
There isn't an easy way to do it, so the road you have chosen is probably best.

April 04, 2025, 01:10:59 am
Hi 80sRcadeGuy!I tried running it via the command line as admin and no luck. This what I get. See the screenshot link.
So I take it your mgpr.exe is located on your e: drive, in the directory named "mgpr_v1_5_1", correct?
If so, I think you want the contents of your batch file to be:Code: [Select]cd e:\mgpr_v1_5_1
call mgpr -cfg 1920x1080_monaco_gp_8bit.cfg
Once you've saved your batch file and give it a name (For example, run_monaco_8bit.bat), you should be able to double-click on your batch file using windows explorer and the game will start.
Hope that does the trick!
Hi 80sRcadeGuy!Thank you again for the reply.
So I take it your mgpr.exe is located on your e: drive, in the directory named "mgpr_v1_5_1", correct?
If so, I think you want the contents of your batch file to be:Code: [Select]cd e:\mgpr_v1_5_1
call mgpr -cfg 1920x1080_monaco_gp_8bit.cfg
Once you've saved your batch file and give it a name (For example, run_monaco_8bit.bat), you should be able to double-click on your batch file using windows explorer and the game will start.
Hope that does the trick!