View Single Post
Old 30-10-2006, 12:37 PM   #6
Morrin
Underground
 
Morrin's Avatar

 
Join Date: Oct 2004
Location: Iisalmi, Finland
Posts: 416
Default

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)
Morrin is offline                         Send a private message to Morrin
Reply With Quote