home *** CD-ROM | disk | FTP | other *** search
- {tymnet.SCP}
-
-
- trace(0)
- :start
- @c=1
- typecr("Select the Tymnet Record ID...")
- selpbk(default)
- select(Tymnet)
- if ( @mode <> 1 ) @mode = 1 { set it to call mode }
- docomm
-
- :loop1
- twait(1,"sec");
- if ( @conn = 0 ) goto :abort { abort if disconnected }
- if ( @conn = 1 ) goto :done { continue on if connected }
- goto :loop1
-
- :done
- twait(5,"sec")
- "o"
- cwait("please log in:")
- "delphi$0D"
- cwait("Username:")
- "xxx$0D"
- cwait("Password:")
- "yyy$0D"
-
- :abort
- exit