Oh, sorry, I almost missed this idea of yours.. Yes, that might be a good idea, although you can achieve pretty much the same thing already. You can have a 4start.btm (or 4start.bat if you prefer) in the same directory as where 4DOS.COM is, and that batch file can have commands to launch the game as soon as rpix86 starts. You can also have separate launch scripts on the Linux side for rpix86 and various games, for example runkeen.sh:ulysess wrote:Maybe a great idea would be a parameter to load an EXE directly. For example:
./rpix86 -exe /home/pi/rpix86/KEEN/KEEN4e.EXE
Code: Select all
# Start Commander Keen
cp ./keen.bat ./4start.btm
./rpix86
Code: Select all
cd KEEN
KEEN4e

Pate