Plink を使用してリモート コマンドを実行しています。
コマンド プロンプトからこれを 1 行で使用すると、機能しません。
C:\>c:\plink.exe -l userId -pw psw -m C:\goto\test.bat remote_host
コマンドファイル「C:\goto\test.bat」を開けませんと表示されます
しかし、次の作品:
C:\>c:\plink.exe -l userId -pw psw remote_host
C:\>C:\goto\test.bat
助けてください。