Hello,
i'm trying to built a game launch menu for my 1chipMSX (under MSX-DOS 2.30).
It's not possible to use the "IF" command with MSX-DOS 2.30, so with a menu like (for exemple) :
Launch menu
1- Mog
2- Penguin
Choice ?
When i try :
If errorlevel 1 goto mog
:mog
romload mog.rom /c /e /s
It doesn't work ...
The "IFF" command is a possible way with command2.com 2.41 ... But what's the correct syntax ?
Other way ; to launch a basic menu with basic menu.bat, but how to use romload, FDE or anything else from basic ???
Thx for your help.
(hope to be clear)
Login or register to post comments