home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / comm / xhost30s.zip / EXECHOST.DAT / SETDOORS.ZIP / FISH.BAT < prev    next >
DOS Batch File  |  1993-05-20  |  595b  |  11 lines

  1. Rem                      Batch file for the Fishing Door
  2. Rem                      "Fresh-Water Fishing Simulator"
  3. @echo off
  4. reset.exe                 <--- first command in all door batch files
  5. copy door.sys \fish       <--- Copy door.sys file to fishing door directory
  6. cd fish                   <--- Change to fishing directory
  7. fishing.exe 1 C:\telix    <--- Run fishing door in door.sys mode (1)
  8. c:                        <--- Return to drive containing TELIX
  9. cd \telix                 <--- Return to Host directory
  10. board.bat                 <--- last command in all door batch files
  11.