home *** CD-ROM | disk | FTP | other *** search
/ PC Play 2 / PCPLAY2.ISO / install / piranha.bat < prev    next >
Encoding:
DOS Batch File  |  1996-10-11  |  230 b   |  18 lines

  1. @echo off
  2. cls
  3. IF EXIST c:\Piranha\NUL GOTO GO
  4. call Find.bat Piranha
  5. echo Installing Piranha to c:\Piranha...
  6. md c:\Piranha
  7. xcopy *.* c:\Piranha /s
  8. c:
  9. cd \
  10. cd Piranha
  11. Setup
  12. GOTO END
  13. :GO
  14. c:
  15. cd \
  16. cd Piranha
  17. Main
  18. :END