;ログを閉じる logclose ;Telnetでログイン IP:xxx.xxx.xxx.xxx connect 'xxx.xxx.xxx.xxx:23 /nossh' ;一般ユーザパスワードは未定義なのでエンターで進む wait 'Password:' sendln '' ;管理権限ユーザログイン wait '>' sendln 'administrator' wait 'Password:' sendln '設定した管理者用パスワード'
マクロファイルを指定して実行を選択して上記で作成したファイルを指定する。 詳細設定画面を開いてオプションで「/KT=SJIS /KR=SJIS」と設定
以上