문제

I have an icon on my desktop that points to a remote desktop connection

The link is "test.rdp"

I want to start this from autohotkey in a script.

Any idea on how to start this from the command line?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top