home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
bbs_door
/
cmsed32a.arj
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-04-16
|
516b
|
24 lines
echo off
echo\
echo The ChessMAGIC! System Editor -- Module Installation
echo\
echo\
if not exist CMSED320.00? goto abort
if exist cmsed.old delete cmsed.old
if exist cmsed.exe ren cmsed.exe cmsed.old
split c cmsed.exe cmsed320.001 cmsed320.002 cmsed320.003
if not exist cmsed.exe goto abort 2
echo\
echo CMSED.EXE now ready! You may delete the CMSED320.00? modules.
goto done
:abort
echo\
echo CMSED modules not found!
echo\
goto exit
:abort2
echo\
echo CMSED.EXE not compiled!
echo\
:done