TeraTerm?マクロでログイン、ログ記録、コマンド発行 †どのようなプロジェクトでもあると便利なものです。 関連ページ †ファイル名: 任意.ttl ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; username = 'WWWWWWWW' hostname = 'XX-XX-01' password = 'YYYYYYYYYY' logdir = 'C:\Users\ZZZZZZZZZZ\Desktop\' ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; strconcat msg hostname strconcat msg ':22 /ssh /2 /auth=password /user=' strconcat msg username strconcat msg ' /passwd=' strconcat msg password connect msg msg = logdir strconcat msg hostname getdate datetime '_%Y%m%d_' strconcat msg datetime strconcat msg '.log' logopen msg 0 1 wait '$ ' sendln 'su -' wait ':' sendln password wait '# ' sendln 'uname -n' wait '# ' sendln 'date' wait '# ' sendln 'id' wait '# ' sendln 'pwd' wait '# ' unlink hostname = 'XX-XX-02' msg = hostname strconcat msg ':22 /ssh /2 /auth=password /user=' strconcat msg username strconcat msg ' /passwd=' strconcat msg password connect msg msg = logdir strconcat msg hostname getdate datetime '_%Y%m%d_' strconcat msg datetime strconcat msg '.log' logopen msg 0 1 wait '$ ' sendln 'su -' wait ':' sendln password wait '# ' sendln 'uname -n' wait '# ' sendln 'date' wait '# ' sendln 'id' wait '# ' sendln 'pwd' wait '# ' unlink end 参考ページ † |