home *** CD-ROM | disk | FTP | other *** search
- echoc "\nrmarea.t %s7%s8 starts at %t\n"
- on !c s;set;off
- put "A"
- pat
- pat 0v " minute(s) remaining for this"
- pat 2v "Select area: "
- pat 3c "<CR> for More" "\r"
- pat 4c "<CR> for a listing" "\r"
- pat 5c "<CR> (enter) for a l" "\r"
- pat 7c "<=> non-stop" "="
- pat 8c "n to go non-stop," "n"
- pat 9c "listing of MORE message areas: " "\r"
- wait -f5
- if n echoc "TIMEOUT waiting for prompt!"
- if 0 goto tup
- pat 1 "Character inside of the <> marks:"
- put "%s8\r"
- wait
- put "rn"
- pat 2v "message, n to go non-stop:"
- wait
- put "N\r"
- pat 0 " minute(s) remaining for this"
- pat 1v "\nEnd of messages"
- pat 2l "\nMessage #"
- pat 3 "\nEnd of new mail"
- wait
- while 2 echoc "Prefix %s7%s8 Downloaded %t" wait
- w; sleep 10; put "\r"
- if 0 goto tup
- pat 5c " (Enter) to continue:" "\r"
- pat 4iv "\nSelect Character inside of the"
- wait
- expand %lib/rmaupl.t %s7%s8*
- echoc "\nrmarea.t %s7%s8 ends at %t\n"
- w
- return
-
- tup: echoc "Time-UP Message SEEN in %s7%s8"; return
-