搜索资源列表
srvinstw
- 页面用的非常好看的菜单,完全用脚本编写,有丰富的例子。使用非常方便。-A very nice page with a menu, complete with scr ipting, there are abundant examples. Very convenient to use.
baseback
- 远程SQL2000备份数据库 重启 关闭远程服务器!-Restart the remote SQL2000 database backup off a remote server!
SRVINSTW
- WDK驱动加载程序,用他可以启动驱动和卸载驱动程序-WDK driver loader, you can start with his driver and uninstall the driver
ServiceInstaller
- 最近在做文件系统过滤驱动,除了驱动外还要做几个应用层的服务程序,SRVINSTW.EXE过程太繁琐;InstDrv.exe仅支持驱动的安装;微软提供的InstallUtil仅支持命令行…… 因此自己做了一个同时支持服务和驱动的一键安装工具。 支持文件拖拽,并根据文件类型自己识别服务类型; 支持安装“软件服务”、“文件系统驱动”、“驱动程序”; -In file system filter driver,