home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Qmodem SST 4.0 - QuickLearn Script generated at 19:17:00 on 03/19/89
- ; May require editing before use.
- ;
- ; Created by Elias Alvord for use with the NetMail network system.
- ; This file should be edited for use with the hub you call to get
- ; your mail. This script file was used with the Evergreen PCBoard,
- ; without any problem. If you need help with the NetMail system,
- ; or the NetMail Door, please contact Home DBA Software at
- ; (206)789-9302,.
- ;
- ; To use this file with Qmodem SST 4.0 in your EVENT.SYS file,
- ; have the command line say :
- ;
- ; QMODEM /S=NETMAIL.SCR
- ;
- ; This file will need to be edited for your particular system,
- ; and HUB system.
- ;
- TurnON 8_BIT
- TurnOFF LINEFEED
- TurnON XON/XOFF
- TurnON NOISE
- TurnON MUSIC
- TurnON SCROLL
- TurnOFF PRINT
- TurnOFF ECHO
- TurnOFF SPLIT
- TurnOFF BS_DEL
- ;
- TimeOut 300 ; Set Waitfor timeout to 5 minutes
- Waitfor "OK"
- Delay 100
-
- Dial "2"
- Waitfor "What is your first name?"
- Delay 100
-
- FKey 1 ; F1 key macro for First and Last name, if you don't use
- ; macros, insert the line 'SEND "<your name>^M" '
- ; The "^M" is a Carrage Return, and must be included!
- Waitfor "Password (Dots will echo)?"
- Delay 100
-
- FKey 2 ; F2 key macro for Password, insert password here as above.
- Waitfor "Since 'Last Read' (Enter)=yes?"
- Delay 100
- Send "^M" ; Send a return
-
- Waitfor "Press (Enter) to continue?"
- Delay 100
- Send "^M" ; Send a return
-
- Waitfor "Tr/Protocol: Zmodem (DOOR"
- Delay 100
- Send "open 4^M" ; Open door 4 (Netmail door). May have to be changed.
-
- Waitfor "è" ; Waitfor Zmodem prompt.
- Delay 100
-
- Upload Z D:\TEMP\UNKNOWN.OUT ; Send BBSNAME.OUT file to system.
- Waitfor "è" ; Waitfor Zmodem prompt.
- Delay 100
-
- Download Z d:\temp\unknown.in ; Receive BBSNAME.IN file to system.
- ; Although Zmodem does not need a file name,
- ; Qmodem needs a filename. Any filename
- ; will work, as this filename is basically
- ; a NUL file.
- Waitfor "min. left) Main Board Command?"
- Delay 100
- Send "g^M" ; Send 'g' to logoff PCBoard
-
- Waitfor "NO CARRIER" ; Wait for modem signal.
- Delay 100
- Send "atz^M" ; Reset modem to NRAM defaults (As used with the HST)
-
- Delay 1500 ; Wait for a sec or so...
- Send "ath1m0^M" ; Put the modem OFF-HOOK for further batch processing.
-
- System X ; Exit to system leaving DTR alone.
- Exit ; End of Script