home *** CD-ROM | disk | FTP | other *** search
/ PC Play 2 (Suomi) / PCPLAY2_2.ISO / install / aggress.bat < prev    next >
Encoding:
DOS Batch File  |  1998-02-15  |  225 b   |  17 lines

  1. @echo off
  2. cls
  3. IF EXIST c:\Aggress\Aggress.exe GOTO GO
  4. echo.
  5. echo Installing AGGRESSIVE! to C:\Aggress
  6. echo.
  7. PAUSE
  8. cd \Demos\Aggress
  9. md c:\Aggress
  10. xcopy *.* c:\Aggress /s
  11. cls
  12. :GO
  13. c:
  14. cd \Aggress
  15. Aggress
  16. :End
  17. cls