bobheart Posted May 28, 2004 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
scriptkitty Posted May 28, 2004 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.
Falling Posted May 28, 2004 Posted May 28, 2004 Help file is screwed up with a lot of examples... mostly missing & signs and such..
CyberSlug Posted May 28, 2004 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!
bobheart Posted May 28, 2004 Author 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 .
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now