;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; username = 'Please input your username' password = 'Please input your password' keyfile = 'Please input the path of keyfile' ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; msg = 'Enter connect IP address' inputbox msg 'Get IP address' msg = inputstr strconcat msg ':22 /ssh /auth=publickey /user=' strconcat msg username strconcat msg ' /keyfile=' strconcat msg keyfile strconcat msg ' /passwd="' strconcat msg password strconcat msg '"' connect msg
しかもデフォルトでTeraTermに付属しているサンプルを元にして作っているだけです
メモ用ってことで
0 件のコメント:
コメントを投稿