TeraTarmマクロを利用してTeraTarm利用の利便性を図る。
;サーバー設定 username = 'hogehoge' ; 「hogehoge」をログインに使用するユーザー名に書き換える userpass = 'hogepass' ; 「hogepass」をログインに使用するパスワードに書き換える hostname = '192.168.0.0' ; 「192.168.0.0」を接続するサーバーのIPアドレス/サーバー名に書き換える msg = hostname strconcat msg ':22 /ssh /auth=password /user=' strconcat msg username strconcat msg ' /passwd=' strconcat msg userpass connect msg wait '$' end