摘要: ::Replacer2.62Pre-release ::www3.telus.net/_/replacer/ ::Email:undefined@telus.net ::系统文件替换 ::est翻译,整理 ::转发于:http://www.cn-dos.net/forum/viewthread.php?tid=23453 @echoofftitleReplacer ::Checkoperatingsystem ::检查操作系统版本 ver|find"NT">nul&&( echo/!WindowsNTnotsupported. pause>nul 阅读全文
posted @ 2012-08-22 13:36 星火卓越 阅读(780) 评论(0) 推荐(0) 编辑
摘要: 批处理文件安装卸载window服务程序的技巧这篇文章的内容如下:批处理是DOS时代比较常用的方法之一,目前来说也是一种高效的方法,复制代码到文本文件中,保存并修改文件扩展名为“*.bak”.安装windows服务批处理代码如下:@echo off set filename=WindowsServiceTest.exeset servicename=SSSServicepauseecho ============================操作日志==================================== >InstallService.log if exist &quo 阅读全文
posted @ 2012-08-22 13:21 星火卓越 阅读(1257) 评论(0) 推荐(0) 编辑
摘要: 编写这种服务程序,调试起来非常的麻烦,而且每次有所变化后,还得频繁的去执行installutil和installutil/u命令,实际上,通过编写一些“生成事件”来大大简化这其中的烦琐工作.这里,我们在“生成事件”里编写如下事件:“编辑预先生成事件”或“编辑后期生成事件”if$(ConfigurationName)==Releasegotoendifexist"$(ProjectDir)bin\$(TargetFileName)"gotouninstalifnotexist"$(ProjectDir)bin\$(TargetFileName)"gotoi 阅读全文
posted @ 2012-08-22 11:25 星火卓越 阅读(367) 评论(0) 推荐(0) 编辑