0

デスクトップにリモート デスクトップ接続を指すアイコンがあります

リンクは「test.rdp」

スクリプトのオートホットキーからこれを開始したい。

コマンドラインからこれを開始する方法について何か考えはありますか?

4

1 に答える 1

5

I suppose you are using Windows. On Windows the remote desktop program is mstsc.exe. You can launch it from command lineby typing mstsc C:/path/test.rdp, where C:/path/test.rdp should be replaced by the actual path to your .rdp file.

于 2013-09-30T07:19:34.473 に答える