home *** CD-ROM | disk | FTP | other *** search
/ PC Format (Spanish) 4 / PCF4.iso / tombraid / install.bat < prev    next >
DOS Batch File  |  1996-09-30  |  315b  |  18 lines

  1. @echo off
  2. if "%1"=="" goto end
  3. md %1\tombraid
  4. cd %1\tombraid
  5. copy *.* %1
  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. :end
  16. @echo Usage: install c:
  17. :finish
  18.