Normal
Has anybody written a batch file for project64? For some reason mine will not load the rom file. Here is what I have (I only have 1 controller):set var=%1%start "" "C:\Program Files\xpadder\Xpadder.exe" n64start "" "C:\Program Files\Project64 1.6\Project64.exe" %1%I'm thinking it has something to do with the fact that in the MyEmulators settings you have to leave the "Use Quotes in Paths" setting unchecked for this emulator, but I can't figure out what I would have to do differently in the batch file to reflect that? I thought maybe taking the quotes out of the beginning of the line that launches the emulator might do the trick, but no luck
Has anybody written a batch file for project64? For some reason mine will not load the rom file. Here is what I have (I only have 1 controller):
set var=%1%
start "" "C:\Program Files\xpadder\Xpadder.exe" n64
start "" "C:\Program Files\Project64 1.6\Project64.exe" %1%
I'm thinking it has something to do with the fact that in the MyEmulators settings you have to leave the "Use Quotes in Paths" setting unchecked for this emulator, but I can't figure out what I would have to do differently in the batch file to reflect that? I thought maybe taking the quotes out of the beginning of the line that launches the emulator might do the trick, but no luck