home *** CD-ROM | disk | FTP | other *** search
/ Curio City 9 / CURIO9.bin / pc / internet / win / joynt / term / ascii_ao.ap < prev    next >
Text File  |  1996-07-15  |  385b  |  23 lines

  1. #AUTOLOGIN
  2. Timeout = 180
  3. Wait(3)
  4. Send("\n")
  5. Ls
  6.     case "login:"
  7.         Send("NEW\n")
  8.         LsStop
  9.     case LsTimeout
  10.         MsgDsp("エラーが発生したので処理を中断します")
  11.         StopMacro
  12. LsEnd
  13. Ls
  14.     case "ONLINE SERVICE>>"
  15.         MsgDsp("自動処理が終了しました。オンラインサインアップの手続きを行って下さい")
  16.         LsStop
  17.     case LsTimeout
  18.         MsgDsp("エラーが発生したので処理を中断します")
  19.         StopMacro
  20. LsEnd
  21.  
  22.  
  23.