;PCPLUS2.ASP created for PRIVATE SECRETARY
; Copyright (c) 1992-1993 by Unique Software
;ProComm Plus 2.0+ Script File
 PROC MAIN
 n0 = 0
 TRANSMIT "ATS0=1^M"
 WHILE NOT CONNECTED
 n0 += 1
 IF NOT (n0 < 5000)
;             approx 125 per second on 8MHz AT Compatible
;             15000 is reported to work on a 33mHz 486
;             adjust accordingly for your setup
    QUIT
;   quit to the system which will rerun PRIVATE SECRETARY
 ENDIF
 ENDWHILE
 HOST
 QUIT
;quit to the system which will rerun PRIVATE SECRETARY
 ENDPROC

