home *** CD-ROM | disk | FTP | other *** search
/ Best of Bible Study & Games / BestOfBibleStudyAndGames1996isv.zip / REDSEA2 / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-05-17  |  405b  |  14 lines

  1. @echo off
  2. echo The install program will create a subdirectory named REDSEA on
  3. echo drive c: and place all files in that directory.  If this is not
  4. echo what you want, press CTRL-C to cancel the operation and check the
  5. echo on-line manual for instructions.  If this procedure is O.K. then
  6. pause
  7. md c:\REDSEA
  8. copy *.* c:\REDSEA
  9. c:
  10. cd \REDSEA
  11. del install.bat
  12. cls
  13. echo Press RS to begin playing.
  14.