echo off
cls
echo TELEGARD ADVANCED PROTOCOL INSTALLATION PACKAGE
echo Version 6 - By Martin Pollard - April 22, 1990
echo.
echo This batch file will upgrade your current Version 5 protocol setup
echo to Version 6. The new PROTOCOL.DAT file will be copied to your
echo GFILES directory, and the program files for the Kermit protocol will
echo be copied into your PROTOCOL directory, as well as a new version of
echo DSZ.COM.
echo.
echo Note 1: You MUST be in the main BBS directory in order to execute
echo this batch file!
echo Note 2: This batch file will ONLY work if you have previously
echo installed the Version 5 package!
echo.
echo If you wish to abort this procedure, press [Ctrl-C] now.
echo.
pause
pkunzip -o dsz \protocol dsz.com
pkunzip -o pckermit \protocol kermit.exe
copy protocol.dat gfiles
del protocol.dat
cls
echo Upgrade complete. Please refer to the PROTOCOL.DOC file for
echo further installation procedures and other information.
echo.