-
Anex86...
I'm trying to get Anex86 to run a PC98 game, but once I select the game and press start, I don't know what to do at the command prompt because I can't read Japanese (yes I know PC98 games are Japanese).
I doubt many here have experience with PC98 emulation, but if anyone could tell me what to do at the command prompt to get a game started, I would be quite grateful.
-
-
Hmm ok you started the game system up ok and you are left at the command prompt
... It's the same as dos at the end of the day
the game has not auto started so you will have to find the *.bat or *.exe that starts your game
dir = list all the files in current folder (use dir *.exe or dir *.bat when there are lots of files)
cd = change directory e.g. cd game
once you find the bat/exe files type in the name of the file and hit enter (you don't need the file extention typed in)
-
I've managed to get it working. Thanks.