Originally posted by LordShard
Why not? I wanna play my old DOS and older Win games
DOSBox
Here are some commands to get you started:
Before you can use the files located on your on filesystem, you have to mount the directory containing the files.
For Windows:
mount c c:\dosprog will create a C drive in DOSBox with c:\dosprog as the contents.
When the mount has sucessfully completed you can type C: to go to your freshly mounted C: drive. You can run files with extensions .exe, .bat, .com.
You can also set one file to do the above commands automatically so you don't have to do it every time you launch the emulator. If you wish to do this, open your DOSBox.conf file in your DOSBox folder with a text editor such as Notepad and scroll down to the part where it says:
[autoexec]
# Lines in this section will be run at startup.
Here's what I have mine set to:
mount c c:/dos_games (Mounts hard drive)
C: (Switches to mounted HD)
cls (Clears screen)
Useful keys if you need them:
Ctrl F5 - Takes Screenshot (320 * 200)
Ctrl F11 - Decrease emulation speed
Ctrl F12 - Increase emulation speed