home *** CD-ROM | disk | FTP | other *** search
- set count 5
- onlinetest "on"
-
- :MAIN1
- input 5 "execute"
- if offline goto NOGO
- if success goto GOODBYE
- reinput "execute"
- if success goto GOODBYE
- if count goto MAIN1
- goto NOGO
-
- :GOODBYE
- output "g\r"
- output "\r"
-
- :DONE
- onlinetest "off"
- output @TERMSTRING
- exit 0
-
- :NOGO
- exit 1
-