home *** CD-ROM | disk | FTP | other *** search
/ 1,000 Games / Disc1.iso / ARCADE / QUARANT / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-08-10  |  397 b   |  22 lines

  1. echo off
  2. echo Quarantine Demo
  3. echo (C)Copyright 1994 GameTek/Imagexcel
  4. echo.
  5. echo You will need 4MB of space on your hard drive to install Quarantine. 
  6. echo If you do not have enough space, press CTRL-C to exit and free up 
  7. echo enough space first. Otherwise, press any key.
  8. pause
  9. md c:\q
  10. copy qdemo.zip c:\q
  11. copy pkunzip.exe c:\q
  12. c:\
  13. cd\
  14. cd q
  15. pkunzip qdemo
  16. install
  17. qdemo
  18.  
  19.  
  20.  
  21.  
  22.