;++++++++++++++++++++++++++++++++++++++++++ ;+ a ProCOMM+ Script for the Vector Board + ;++++++++++++++++++++++++++++++++++++++++++ ASSIGN S0 "544-1863" ; local call version, add 716 areacode for LD ASSIGN S1 "JIM LILL^M" ; your name as known by the VB ASSIGN S2 "NOTMINE^M" ; your Password EMULATE ANSI ; this gives the nicest displays on the VB ; set VB terminal type as DEC VT-100 IF NOT LINKED CLEAR MESSAGE "Calling the ->Vector Board" SET BAUD 2400 ; change this for YOUR modem SET PARITY NONE SET DATABITS 8 SET DUPLEX FULL MDIAL S0 ENDIF PAUSE 8 WAITFOR "MNP" PAUSE 1 TRANSMIT " " ; any key TRANSMIT "Q" ; this aborts the VB 'logo' screen WAITFOR ":" ; name prompt TRANSMIT S1 ; sends your name WAITFOR ":" ; PW prompt TRANSMIT S2 ; send your PW WAITFOR "Q" ; abort the Bulletin screen TRANSMIT "Q" WAITFOR ">" TRANSMIT "^M"