2006年5月24日
摘要: 精彩批处理代码 接收键盘输入字符串的程序 :: Get user input - includes error check@echo offecho e102'set %%1='> ... 阅读全文
posted @ 2006-05-24 10:56 月の祭司 阅读(1984) 评论(1) 推荐(0)
摘要: 用setupapi.dll安装Driver 适用OS: win2k,winXP InstallShiled代码: szProgram = "rundll32.exe"; szCmdLine = "setupapi.dll,InstallHinfSection DefaultInstall 132" + SUPPORTDIR + "netsf.inf"; LaunchAppAndWait(szPro... 阅读全文
posted @ 2006-05-24 10:44 月の祭司 阅读(902) 评论(0) 推荐(0)