home *** CD-ROM | disk | FTP | other *** search
- :: Scripts for RemoteAccess. This BBS allows sysyops to change prompts
- :: and messages at will, so the strings in the rma*.t scripts may have to
- : be changed from time to time.
- on !c off
- create -+ pcc00.tmp
- ena -8g
- pat
- pat 0 " minute(s) remaining for this"
- pat 1c "Press Escape twice" "\33\33"
- pat 2c "and LAST names:" "%n1 %n2\r"
- pat 3c "Password:" "%n9\r"
- pat 4c "Press return to continue:" "\r"
- pat 5c "re-read before pressing return." "\r"
- pat 6c "Press [Enter] to continue:" "\r"
- pat 7c "<=> non-stop" "="
- pat 8c "Check for waiting mail <Y/n>?" "N\r"
- pat 9c " to continue:" "\r"
- pat 10c "read this mail now? <Y/n" "n\r"
- pat 11 "<G> Goodbye for now"
- pat 12c "<CR>:" "\r"
- pat 23c "(Enter) to continue:" "\r"
- pat 24c "<CR> to continue: " "\r"
- wait -F80
- if !11 echoc "TIMEOUT waiting for <G>"; o; fail
- pat
- pat 24c "<CR> to continue: " "\r"
- put "m"
- pat 1 "Character inside of the <> marks:"
- return
-