摘要: set ws=createobject("wscript.shell")ws.run "Putty所在路径\putty.exe -ssh -pw 你的密码 用户名@192.168.168.10" ‘打开 Putty 并登录wscript.Sleep 2000 ‘等待 2 秒 ws.AppActiva 阅读全文
posted @ 2018-03-29 11:09 icuic 阅读(4176) 评论(0) 推荐(0)