WinSCPとの連携用Tera Termマクロ。 WinSCPの「オプション」-「環境設定」の「統合 - アプリケーション」-「外部アプリケーション」にある“PuTTYのパス”で "C:\Program Files\TeraTerm\ttpmacro.exe" /V "C:\some\where\winscp.ttl" !@ !U "!P" "!/" というように設定しておくと、「コマンド」-「PuTTYを開く」でTera Termが開くようになります。

形式
Plain text
投稿日時
2017-09-20 17:41
公開期間
無期限
  1. ;
  2. ; ttpmacro.exe /V winscp.ttl "!@" "!U" "!P" "!/"
  3. ;
  4. ; !! -> !
  5. ; / -> Remote Path
  6. ; !@ -> Remote Host
  7. ; !U -> Remote User
  8. ; !P -> Remote Passwd
  9. sprintf2 conncmd "%s@%s" params[3] params[2]
  10. connect conncmd
  11. waitregex "."
  12. send "cd " params[5] #13
ダウンロード 印刷用表示

このコピペの URL

JavaScript での埋め込み

iframe での埋め込み

元のテキスト