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

  1. @echo off
  2. cls
  3.  
  4. echo.
  5. echo Installing RUNEWAR to C:\Runewar
  6. echo.
  7. PAUSE
  8. cd \Demos\Runewar
  9. md c:\Runewar
  10. xcopy *.* c:\Runewar /s
  11. :GO
  12. c:
  13. cd \Runewar
  14. Runewar
  15. :End
  16. cls