Make a shortcut to dosbox and add lines like -c "mount c c:/dosgames". Like this:
"D:\Program Files\DOSBox-0.61\dosbox.exe" -c "mount d d:\DOS" -c "d:" -c "cls"
This line gives automatically the commands:
mount d d:\dos (mounts d:\dos at d: drive as your games folder)
d: goes to d: drive (d:\dos)
cls (clears screen, looks like you are stepping to real dos and looks tidy)
|