home *** CD-ROM | disk | FTP | other *** search
- ;
- ; PROCOMM PLUS generated ASPECT script file - Editing may be required.
- ;
- ; Sample script for dialing into a PCB 14.x system for NetDOOR usage.
- ;
- DIAL "1" ; change "1" to proper dialing dir. entry #
- WAITFOR "(Enter)=no? "
- PAUSE 1
- TRANSMIT "n q^M" ; do you want color graphics response
- WAITFOR "our first name? "
- PAUSE 1
- TRANSMIT "f_name l_name^M" ; change to your first and last names
- WAITFOR "ots will echo)? "
- PAUSE 1
- TRANSMIT "password^M" ; change to your logon password
- WAITFOR "d' (Enter)=yes? "
- PAUSE 1
- TRANSMIT "n^M" ; enter "N" to check messages prompt
- WAITFOR " Board Command? "
- PAUSE 1
- TRANSMIT "j X^M" ; change "X" to appropriate # for NetDoor Conf.
- WAITFOR "d' (Enter)=yes? "
- PAUSE 1
- TRANSMIT "n^M" : again, enter "N" to check messages prompt
- WAITFOR "erence Command? "
- PAUSE 2
- TRANSMIT "open #^M" ; change "#" to NetDoor number
- PAUSE 5
- DOS "DSZ port n speed yyyy sz BBS-Code.OUT" ; n=port, yyyy=speed, send mail
- PAUSE 5 ; wait for receive prompt
- DOS "DSZ port n speed yyyy rz -r C:\PCPLUS" ; n=port, yyyy=speed, receive mail
- WAITFOR "erence Command? " ; back from NetDoor program
- TRANSMIT "g^M" ; logoff PCBoard system
- PAUSE 5 ; wait for logoff banner, if any, to pass
- QUIT ; Quit PCPLUS back to DOS
-
-
-