home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if "%1"=="" goto end
- md %1\tombraid
- cd %1\tombraid
- copy *.* %1
- @echo.
- @echo Tombraider installed in %1\tombraid.
- @echo.
- @echo Run 'setup' in this directory to set
- @echo up your sound card.
- @echo.
- @echo Run 'tomb' to start the demo.
- @echo.
- goto finish
- :end
- @echo Usage: install c:
- :finish
-