home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Season's Greetings & Games Unlimited
/
UGOLD_cd2.iso
/
spot
/
install.spk
< prev
next >
Wrap
Text File
|
1994-05-10
|
289b
|
24 lines
@echo off
if "%1" == "" goto error
cls
echo Installing Cool Spot to %1
echo.
md %1
copy *.??? %1 >NUL
cd %1
echo ...Mission Accomplished
goto end
:error
cls
echo To Install CoolSpot use.. "INSTALL <drv>:\<path>"
echo.
echo eg. install c:\spot
echo.
:end