home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of the Best
/
_.img
/
02027
/
event
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1990-09-20
|
240b
|
12 lines
echo off
cls
if .%1 == . goto specifydrive
instvnt.exe %1
if errorlevel 1 goto quit
echo TASCS EVENTMAN Installation Complete
goto quit
:specifydrive
echo USE: INSTALL C: (where C: is the destination drive)
:quit
echo on