In order to run LBA 2, the PIF requires the following command

C:\DOSe\dosbox\DOSBox-0.72\dosbox.exe 
    -c "mount d: d:\ -t cdrom -lable lba2 -ioctl -usedcd 1 -fullscreen"
    -c "mount c c:\DOSe\lba2" 
    -c "C:" 
    -c "lba2" 
    -c "exit"

I have tried to get this to run in a .bat, but this works. Obviously the directory path will vary and the name of the CD path. See also dosbox for links to other LBA resources on the ‘net.

And for LBAHQ’s version of the original adventure

C:\DOSe\dosbox\DOSBox-0.72\dosbox.exe 
    -c "mount d: d:\ -t cdrom"
    -c "mount c c:\lba" 
    -c "C:" 
    -c "lba" 
    -c "exit"

2 Replies

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.