FileExists在x64位系统上无法执行?
FileExists,FileRecycle在x64位系统上无法执行?我在x86上编写了FileExists,FileRecycle代码,用x64编译后在x64位系统上无法执行,
不知何解? 文件重定向
具体可以看我发的这个帖子~
http://autoitx.com/forum.php?mod=viewthread&tid=31451&highlight= 本帖最后由 showshow 于 2012-5-29 13:29 编辑
回复 2# 兔子先生
跟这个没关系啦,我手动输入的目录,
if FileExists("C:\Windows\System32\oreboot.exe") then
FileRecycle ("C:\Windows\System32\oreboot.exe")
endif WIN7 64一点问题都没,把下面这句加上看看。
#AutoIt3Wrapper_UseX64 = n 回复 4# kodin
是不是应该改为#AutoIt3Wrapper_UseX64 = y ?? 我一直用 = n ,y没试过。
页:
[1]