home *** CD-ROM | disk | FTP | other *** search
/ 300 Totally Awesome Games for DOS / 300Games.iso / daymare / install.bat < prev    next >
Encoding:
DOS Batch File  |  1993-09-24  |  387 b   |  14 lines

  1. @echo off
  2. echo This program creates a directory called "DAYMARE2" on drive C.
  3. echo The program then copys the files into that directory.
  4. pause
  5. md c:\daymare2
  6. copy *.dat c:\daymare2
  7. copy *.doc c:\daymare2
  8. copy *.exe c:\daymare2
  9. c:
  10. cd c:\daymare2
  11. echo Documentation is in a file called "README.DOC".
  12. echo To start the game type in "DAYMARE2" and press the enter key.
  13. @echo on
  14.