home *** CD-ROM | disk | FTP | other *** search
- @echo off
- path c:\;c:\dos;c:\mouse;c:\gmouse;c:\loneagle;
- prompt $p$g
- @echo Attempting to Run a Mouse Driver.
- @echo .
- @echo If none is available the game will still run, but no mouse will be
- @echo available.
- @echo .
- rem You may need to change this "MOUSE" below to match the name of
- rem your mouse driver (ie. GMOUSE,CMOUSE etc).
- mouse.com
- c:
- @echo Now Change directory to the game's directory (ie. CD\LONEAGLE)
- @echo and then type LE! ENJOY!!
-
-