; EXIT.txt created by AJ0C for use when using Kenwood TH-D7A(G) as TNC ; while running WinPack v6.80. Should be used with its associated STARTUP.txt file. ; ; Place this file in the WINPACK\SCRIPTS directory ; ; The title. TITLE EXIT Set for TH-D7A(G) ;wait until disconnected - just a precaution! WAITDIS ;send just a and wait for the prompt. ;helps to get things going with some TNCs when ;they have been left connected to the radio and ;disconnected from the PC. SEND ;wait for the prompt. WAITFOR cmd: ; make sure XFLOW is on since we are using XON/XOFF SEND XFLOW ON WAITFOR cmd: ; load TNC's MYCALL with MYCALL value from WinPack SEND MYCALL $MYCALL WAITFOR cmd: ;turn off the beacon (0 = no beacon) SEND B EVERY 0 WAITFOR cmd: ; clear beacon text SEND BTEXT % ; turn off Connection Message SEND CMSG OFF WAITFOR cmd: ; clear Conection Text SEND CTEXT % WAITFOR cmd: ; turn off monitor to keep it from filling up the TNC's buffer SEND M OFF WAITFOR cmd: ; EOF