home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC/CD Gamer UK 38
/
PCGAMER38.bin
/
tombraid
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1996-11-08
|
271b
|
17 lines
@echo off
pause
md c:\tombraid
cd c:\tombraid
copy *.* c:
@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
:finish