现在位置: 首页 > 所有关于 Windows 文章

Bitvise Tunnelier 开机自动连接脚本

2009年09月13日 添加评论

@echo off
START /D "D:\Tunnelier" Tunnelier.exe -profile=D:\Tunnelier\home.tlp -loginOnStartup
@echo on

分享家:Addthis中国

相关日志

分类:网络 | 阅读全文

启动时自动挂载网络硬盘

2009年09月13日 添加评论


'When you logon the Windows Vista machine, it will ping the server.
'If ping succeeds, it will map the network drives by using net use command.
'If n[......]

继续阅读

分类:网络 | 阅读全文