以终端模式连接远程桌面

新建一个内容为以下的批处理(.bat)文件,运行,输入远程机器地址:

@echo off

c:

cd c:\windows

set /p ser=服务器地址:

mstsc /v:%ser% /admin

exit

 

posted @ 2011-01-09 00:35  Max Woods  阅读(318)  评论(0编辑  收藏  举报