kn007 发表于 2009-6-2 15:16:57

求个命令。。。非常简单的,可是我不知道

http://www.autoitx.com/forum.php?mod=viewthread&tid=7414

如此帖,要加上什么语句才能自动识别“根目录”没有uiso9_pe.exe文件时,能弹出信息

lynfr8 发表于 2009-6-2 15:27:56

本帖最后由 lynfr8 于 2009-6-2 15:29 编辑

If FileExists("C:\autoexec.bat") Then
    MsgBox(4096, "C:\autoexec.bat File", "Exists")
else
MsgBox(4096, "C:\autoexec.bat File", "Not Exists")
Exit;退出安装
Endif
参考下
另外,你如果再是这样不自己搜索论坛就发帖问那么多小白问题
迟早你的求助帖变成毒药--没人理

kn007 发表于 2009-6-2 17:17:49

本帖最后由 kn007 于 2009-6-2 17:36 编辑

嘿嘿,抱歉,那在安装过程中,跳出,发现已有这个文件夹,自动选择是,否则则继续下面脚本,

帮我写下

我好像知道了,我先试试

pusofalse 发表于 2009-6-2 17:30:31

Re 3#:
The other have no responsibility to resolve your questions, see below for the smart way of asking questions.
http://community.csdn.net/IndexPage/SmartQuestion.aspx

kn007 发表于 2009-6-2 17:34:54

本帖最后由 kn007 于 2009-6-2 18:04 编辑

4# pusofalse


Thanks, Guy!

I will do that!
页: [1]
查看完整版本: 求个命令。。。非常简单的,可是我不知道