INSTALL.BAT

1.1 KB d8f4ddeaa87970a9…
echo off
cls
echo TELEGARD ADVANCED PROTOCOL INSTALLATION PACKAGE
echo Version 6 - By Martin Pollard - April 22, 1990
echo.
echo This batch file will install the new PROTOCOL.DAT file and protocol
echo drivers into your Telegard BBS.  A new directory, PROTOCOL, will be
echo created off the root directory, which will contain all the protocol
echo drivers.
echo.
echo Note:  You MUST be in the main BBS directory in order to execute
echo        this batch file!
echo.
echo If you wish to abort this procedure, press [Ctrl-C] now.
echo.
pause
md \protocol
pkunzip -o superk cmodem.zip
pkunzip -o cmodem \protocol cmodem.exe
pkunzip -o dsz \protocol dsz.com
pkunzip -o lynx \protocol lynx.exe
pkunzip -o megalink \protocol mlink16.com
pkunzip -o pckermit \protocol kermit.exe
pkunzip -o puma \protocol puma.exe
pkunzip -o sealink \protocol clink.exe
pkunzip -o superk \protocol skj.com superk.com superk.000
pkunzip -o trlink \protocol trlink.exe
copy protocol.dat gfiles
del protocol.dat
cls
echo Installation complete.  Please refer to the PROTOCOL.DOC file for
echo further installation procedures and other information.
echo.