Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
デスクトップにリモート デスクトップ接続を指すアイコンがあります
リンクは「test.rdp」
スクリプトのオートホットキーからこれを開始したい。
コマンドラインからこれを開始する方法について何か考えはありますか?
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.
mstsc.exe
mstsc C:/path/test.rdp
C:/path/test.rdp
.rdp