bobheart 0 Posted May 28, 2004 This is right out og the autoit heml file ? and it gives an error ? --------------------------- AutoIt Error --------------------------- Line 2 (File "E:\Programs\AutoIt3\Examples\may28\searchjpg.au3"): MsgBox(4096, "D: exists.") ^ ERROR Error: Incorrect number of parameters in function call. --------------------------- OK ---------------------------If FileExists("D:\") Then MsgBox(4096, "D: exists.") Else MsgBox(4096,"", "D: does not exist.") EndIf Share this post Link to post Share on other sites
scriptkitty 1 Posted May 28, 2004 thanks, need to change help file to: If FileExists("D:\") Then MsgBox(4096,"","D: exists.") Else MsgBox(4096,"", "D: does not exist.") EndIf AutoIt3, the MACGYVER Pocket Knife for computers. Share this post Link to post Share on other sites
Falling 0 Posted May 28, 2004 Help file is screwed up with a lot of examples... mostly missing & signs and such.. Share this post Link to post Share on other sites
bobheart 0 Posted May 28, 2004 Its a shame hard to learn stuff from it . Share this post Link to post Share on other sites
CyberSlug 6 Posted May 28, 2004 If you find bugs, please post them. I'm probably responsible for many of the bugs--but I'm also responsible for some decent examples 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
bobheart 0 Posted May 28, 2004 Yes you do have some nice ones and could you do one of doing a backup of a folder to a diff drive and makes a new folder for the backup . that would be cool if you could then I could see how it is done . Share this post Link to post Share on other sites