lte5000 0 Posted June 2, 2004 (edited) I'm likely doing something wrong, but please tell me what. Please see my comments inside the code box. Kendall $VOLUME2="F:" If ($VOLUME2) And (Not FileExists($VOLUME2)) Then MsgBox(0, "", "Vol2 does not exist") ;The first condition is True! ;The second condition is also True, the file does NOT exist! ;But I don't get the MsgBox! Edited June 2, 2004 by lte5000 Share this post Link to post Share on other sites
CyberSlug 6 Posted June 2, 2004 You might try DriveGetFileSystem and DriveGetType to check for existance of a partition/volume. Seems like an AutoIt bug... I am filing a bug report. If "foo" Then MsgBox(4096,"Test1", "okay") If "foo" And 1 Then MsgBox(4096,"Hmm", "This should print") exit Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig! Share this post Link to post Share on other sites
lte5000 0 Posted June 3, 2004 Thank you very much for your responses, CyberSlug and Larry. Thanks for taking care of the bug report, CyberSlug. Kendall Share this post Link to post Share on other sites