2008. 1. 17. 19:35
원격제어 프로그램중에 Remote administrator 라는 프로그램이 있습니다.
원격제어를 연결하고자 할때 메인 프로그램 실행, 접속하고자 하는 컴퓨터선택하여 접속을 하곤 하는데 한번에 접속할수있는
바로가기를 만들어 보겠습니다.

예제 : Radmin.exe /connect:192.168.0.1 /locolor /updates:10
설명 : 192.168.0.1 에 접속하며, 16칼라모드에 업데이트시간은 1/10초입니다.

아래의 도움말을 참고하시면 원하는 옵션을 지정하여 리모트 컴퓨터에 한번에 접속할수가 있습니다.

도움말  
 /connect:xxxxx:nnnn - specify an address and a port of the server
 /through:xxxxx:nnnn - specify an address and a port of the intermediate server
 /noinput - specify the view only connection mode
 /telnet - specify the telnet connection mode
 /file - specify the file connection mode
 /shutdown - specify the shutdown connection mode
 /fullscreen - specify the fullscreen view mode
 /hicolor - specify a 65536 color format, while transferring via a network
 /locolor - specify a 16 color format, while transferring via a network
 /updates:nn - specify a maximum number of screen updates per second
 /encrypt - specify to encrypt the data stream
 /unregister - delete an already entered key for Radmin

관련글 보기
2007/10/21 - [윈도우즈/컴퓨터] - 원격 제어 관리프로그램 - Remote Administrator v2.1
Posted by jinmoda