No command-line arguments specified error? [message #6142] |
Fri, 17 April 2020 01:19  |
|
I just downloaded the newest version of Mednafen for Windows. I extracted it to a folder and when I try to start Mednafen I immediately get this error message. What am I doing wrong?
|
|
Re: No command-line arguments specified error? [message #6180 is a reply to message #6142 ] |
Fri, 08 May 2020 14:38  |
|
Mednafen is started from the command line, and it should know what game to start (a ROM image, cd file, etc).
So what you need to do, is that after you extract it to a folder (for example, C:\mednafen ) you also need to know where is the game you need to start (for example, C:\games\batman.nes)
What you do at this point is open a command prompt, and there you first go to the folder where you extracted mednafen:
Then you start it indicating the game you want:
mednafen.exe c:\games\batman.nes
|
|