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

  1. #AUTOLOGIN
  2. Wait(4)
  3. Timeout = 180
  4. Send("\n")
  5. Ls
  6.     case "*"
  7.         Send("C NIF\n")
  8.         LsStop
  9.     case LsTimeout
  10.         MsgDsp("エラーが発生したので処理を中断します")
  11.         StopMacro
  12. LsEnd
  13. Ls
  14.     case "Connection-ID"
  15.         Send("SGN\n")
  16.         LsStop
  17.     case LsTimeout
  18.         MsgDsp("エラーが発生したので処理を中断します")
  19.         StopMacro
  20. LsEnd
  21. Ls
  22.     case "Serial # --->"
  23.         MsgDsp("自動処理が終了しました。オンラインサインアップの手続きを行って下さい")
  24.         LsStop
  25.     case LsTimeout
  26.         MsgDsp("エラーが発生したので処理を中断します")
  27.         StopMacro
  28. LsEnd
  29.  
  30.  
  31.  
  32.