home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 38 / PCGAMER38.bin / tombraid / install.bat < prev    next >
DOS Batch File  |  1996-11-08  |  271b  |  17 lines

  1. @echo off
  2. pause
  3. md c:\tombraid
  4. cd c:\tombraid
  5. copy *.* c:
  6. @echo.
  7. @echo Tombraider installed in %1\tombraid.
  8. @echo.
  9. @echo Run 'setup' in this directory to set
  10. @echo up your sound card.
  11. @echo.
  12. @echo Run 'tomb' to start the demo.
  13. @echo.
  14. goto finish
  15.  
  16. :finish
  17.