沂青南 发表于 2012-6-4 17:06:18

求解 为何执行一部分

#AutoIt3Wrapper_Icon=C:\WINDOWS\system32\SHELL32.dll|-39                                                                                 ;图标,支持EXE,DLL,ICO
#AutoIt3Wrapper_Res_Comment=                                                        ;注释
#AutoIt3Wrapper_Res_Description=系统封装辅助                                                    ;详细信息
#AutoIt3Wrapper_Res_LegalCopyright=玺南门·网络                                                 ;版权
#NoTrayIcon
#include <ACN_String.au3>
#include <File.au3>
#include <Process.au3>
ToolTip(@CR & " 系统部署中,期间会重启几次。。。" & @CR, @DesktopWidth - 620, @DesktopHeight - 80)
RunWait(@HomeDrive & "\oexp\hotfig\hotfig1_run.exe")
RunWait(@HomeDrive & "\oexp\hotfig\hotfig2_run.exe")
RunWait(@HomeDrive & "\oexp\hotfig\xp.bat","",@SW_HIDE)
_RunDOS('regedit /s %SystemDrive%\oexp\hotfig\xp.reg')
FileCopy (@HomeDrive & "\oexp\endoff.exe",@StartupCommonDir,0)
RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce", "endoff", "REG_SZ", @StartupCommonDir & "\endoff.exe")
Sleep(6000)
Shutdown(6)

沂青南 发表于 2012-6-4 17:06:54

RunWait(@HomeDrive & "\oexp\hotfig\hotfig1_run.exe")
RunWait(@HomeDrive & "\oexp\hotfig\hotfig2_run.exe")
RunWait(@HomeDrive & "\oexp\hotfig\xp.bat","",@SW_HIDE)

不执行啊

haijie1223 发表于 2012-6-4 17:28:32

确定文件是否存在。

沂青南 发表于 2012-6-4 21:34:35

回复 3# haijie1223


    文件在啊 ,抓狂。。。。

haijie1223 发表于 2012-6-4 21:58:05

回复 4# 沂青南


   看看有这个文件吗? C:\WINDOWS\system32\wininet.dll

沂青南 发表于 2012-6-4 22:01:11

回复 5# haijie1223


   没有,我QQ858860616你QQ多少啊大侠

haijie1223 发表于 2012-6-4 22:11:42

29535065
你不用加我的QQ了,下载个wininet.dll放到C:\WINDOWS\system32\就可以了

haijie1223 发表于 2012-6-4 23:10:13

回复 6# 沂青南


    解决了么?回来报告一下啊
页: [1]
查看完整版本: 求解 为何执行一部分