home *** CD-ROM | disk | FTP | other *** search
- goto DONE
-
- :MESSAGES
- output %msg
- untilidle 3
- if offline goto NOGO
- return
-
- :PROMPT
- set count 5
-
- :PROMPT1
- input 12 %prompt
- if offline goto NOGO
- if success goto PROMPT2
- reinput %prompt
- if success goto PROMPT2
- output "\r"
- if count goto PROMPT1
- goto DONE
-
- :PROMPT2
- return
-
- :DONE
- exit 0
-
- :NOGO
- exit 1
-