home *** CD-ROM | disk | FTP | other *** search
/ PC Play 2 (Suomi) / PCPLAY2_1.ISO / install / starcom.bat < prev    next >
Encoding:
DOS Batch File  |  1998-02-14  |  383 b   |  25 lines

  1. @echo off
  2. cls
  3. IF EXIST c:\Starcom\Deluxe.exe GOTO GO
  4. echo.
  5. echo Installing STAR COMMAND DELUXE to C:\Starcom
  6. echo.
  7. PAUSE
  8. cd \Demos\Starcom
  9. md c:\Starcom
  10. xcopy deluxe.zip c:\Starcom
  11. xcopy pkunzip.exe c:\Starcom
  12. c:
  13. cd \Starcom
  14. pkunzip deluxe.zip -d
  15. attrib -R deluxe.zip
  16. attrib -R pkunzip.exe
  17. del deluxe.zip
  18. del pkunzip.exe
  19. cls
  20. :GO
  21. c:
  22. cd \Starcom
  23. Deluxe
  24. :End
  25. cls