home *** CD-ROM | disk | FTP | other *** search
/ 12 CD-ROM Computer Games 3 / 12_CD-ROM_computergames_3.iso / run / death / install.bat < prev    next >
Encoding:
DOS Batch File  |  1996-10-09  |  322 b   |  13 lines

  1. @echo off
  2. @echo This prog will create a directory off your C:\ root.
  3. @echo press CTRL+C to quit or any other key to continue
  4. @echo Light Shock software s.n.c. PRAY FOR DEATH install minimo (C) 1996
  5. pause
  6. md c:\praydemo
  7. copy *.* C:\praydemo
  8. cd C:\praydemo
  9. config.exe
  10. @echo Installation complete!
  11. pause
  12. pray.exe
  13.