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

  1. #AUTOLOGIN
  2. Timeout = 180
  3. Wait(6)
  4. Send("VANPCINFO\n")
  5. Ls
  6.     case "バンゴウヲ ニュウリョク シテクダサイ="
  7.         Send("0\n")
  8.         LsStop
  9.     case LsTimeout
  10.         MsgDsp("エラーが発生したので処理を中断します")
  11.         StopMacro
  12. LsEnd
  13. Ls
  14.     case "リターンキーヲ"
  15.         Send("\n")
  16.         LsStop
  17.     case LsTimeout
  18.         MsgDsp("エラーが発生したので処理を中断します")
  19.         StopMacro
  20. LsEnd
  21. Ls
  22.     case ")="
  23.         MsgDsp("自動処理が終了しました。オンラインサインアップの手続きを行って下さい")
  24.         LsStop
  25.     case LsTimeout
  26.         MsgDsp("エラーが発生したので処理を中断します")
  27.         StopMacro
  28. LsEnd
  29.  
  30.  
  31.