;****************************************; ; People Telnet login macro for TeraTerm ; ;****************************************; ; ; ;***** open the TeraTerm ***** ;
kyotenIP = '192.168.1.1' ←ログを取得したい機器のIP logfile = 'C:\Documents and Settings\Administrator\デスクトップ\LOG\東京.log' ←ログの保存場所(フォルダはあらかじめ作成) call SUB
kyotenIP = '192.168.2.1' logfile = 'C:\Documents and Settings\Administrator\デスクトップ\LOG\大阪.log' call SUB end