; STARTUP.txt created by K0RAR ; PMS: WinPack V6.80 (Comm Port set to 9600, N, 8, 1) ; TNC: Kenwood TM-D700's internal TNC ; ; Place this file in the WINPACK\SCRIPTS directory ; Should be used with associated STARTUP.txt file "a1: STARTUP TM-D700 Internal" ; ; Created: 2007-08-25 ; ; The title. Title a2: EXIT TM-D700 Internal - Mail OFF ; ; ; ; Make sure you are in command mode SEND ^C ; force prompt SEND ; wait for the prompt. WAITFOR cmd: ; set CONOK OFF. Don't allow connects to occur while the script is ; running. SEND CONOK OFF WAITFOR cmd: ; ; Good housekeeping should restore default values. The next program you run may be ; written expecting deafaults. SEND CONSTAMP OFF WAITFOR cmd: SEND DAYSTAMP OFF WAITFOR cmd: SEND MSTAMP OFF WAITFOR cmd: SEND MON OFF WAITFOR cmd: SEND BTEXT ; WAITFOR cmd: SEND CMSG OFF SEND DAYSTAMP OFF WAITFOR cmd: SEND CTEXT ; WAITFOR cmd: SEND ECHO ON SEND ECHO ON WAITFOR cmd: ; Make sure you are in command mode SEND ^C ; ; Turn off packet mode of TM-D700 ; Control mode on. SEND TC 1 SEND TNC 0 WAITFOR TNC 0 SEND RESTART ; ; ; EOF