home *** CD-ROM | disk | FTP | other *** search
- proc main
-
- integer nTime = 30
- integer num = 0
-
- waitfor ": X" then DoBuHo until 7
- if FALSE == $SUCCESS then
- goto DoBuHo
- endif
- goto DoBuHo
-
- DoBuHo:
- transmit "1119171192"
- transmit "^M"
-
- waitfor "[Y/n]" until nTime
- if FALSE == $SUCCESS then
- goto BailOut
- endif
- transmit "y"
- transmit "^M"
-
- waitfor "ID :" until nTime
- if FALSE == $SUCCESS then
- goto BailOut
- endif
- transmit "^M"
-
- waitfor "「ム" until nTime
- if FALSE == $SUCCESS then
- goto BailOut
- endif
- transmit "^M"
-
- waitfor "u" until nTime
- if FALSE == $SUCCESS then
- goto BailOut
- endif
- transmit "^M"
-
- waitfor "22;4H" until nTime
- if FALSE == $SUCCESS then
- goto BailOut
- endif
- transmit "22"
- transmit "^M"
-
- waitfor "22;4H" until nTime
- if FALSE == $SUCCESS then
- goto BailOut
- endif
- transmit "1"
- transmit "^M"
-
- goto Done
-
- BailOut:
- halt
- Done:
- endproc
-