echo off
cls
echo TELEGARD ADVANCED PROTOCOL INSTALLATION PACKAGE
echo Version 6 - By Martin Pollard - April 22, 1990
echo.
echo This batch file will replace your current PROTOCOL.DAT file with one
echo that has been modified to work better with 9600 baud modems (such as
echo the US Robotics Courier HST).
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 6 package!
echo.
echo If you wish to abort this procedure, press [Ctrl-C] now.
echo.
pause
copy prot9600.dat gfiles\protocol.dat
del prot9600.dat
cls
echo 9600 baud upgrade complete. Please refer to the PROTOCOL.DOC file
echo for further installation procedures and other information.
echo.