home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 24
/
CD_ASCQ_24_0995.iso
/
win
/
games
/
wchess25
/
setup.bat
< prev
next >
Wrap
DOS Batch File
|
1995-06-30
|
596b
|
30 lines
@echo off
if '%1'=='' goto param
if '%2'=='' goto param
if not exist %1 md %1
copy bwcc.dll %1
copy ctl3dv2.dll %2\SYSTEM
copy winchess.dat %1
copy winchess.exe %1
copy winchess.hlp %1
copy readme.1st %1
copy orderfrm.txt %1
copy register.txt %1
copy vendor.txt %1
copy winchess.his %1
goto end
:param
cls
echo SETUP [drive:][path] [drive:][path]
echo.
echo Setup requires the drive and path of where WinChess will be
echo installed and the drive and path where Windows is located.
echo.
echo EXAMPLE:
echo.
echo SETUP C:\WINCHESS C:\WINDOWS
:end