// NifTerm ログインスクリプト for Infonet AP // ニュージーランドは除く // by mju: PXE00507@niftyserve.or.jp code NJIS :login wait elapsed 6000 send "\r" wait elapsed 1000 send "\r" wait elapsed 1000 send "\r" wait elapsed 1000 send "C\r" wait elapsed 5000 send "NIF\r" :login_send01 wait right == "nter Connection-ID --->" or elapsed 10000 goto login_error end :login_error disconnect abort "ログインできません" :logout wait elapsed 5000 disconnect end