HARNOvHARNO Posted October 31, 2004 Posted October 31, 2004 i cant copy this frecking file.... lol what is wrong with this? FileCopy (@WorkingDir\*.*, @TempDir\*.* [, 1] )
Developers Jos Posted October 31, 2004 Developers Posted October 31, 2004 (edited) i cant copy this frecking file.... lol what is wrong with this?FileCopy (@WorkingDir\*.*, @TempDir\*.* [, 1] )<{POST_SNAPBACK}>That's because your frecking syntax is wrong... FileCopy (@WorkingDir & "\*.*", @TempDir & "\*.*" , 1) Edited October 31, 2004 by JdeB SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
HARNOvHARNO Posted October 31, 2004 Author Posted October 31, 2004 That's because your frecking syntax is wrong... FileCopy (@WorkingDir & "\*.*", @TempDir & "\*.*" , 1)<{POST_SNAPBACK}>thanks that was what i was locking for...
scriptkitty Posted October 31, 2004 Posted October 31, 2004 Don't worry about it a lot of folks leave in the brackets on thier first use of an optional. AutoIt3, the MACGYVER Pocket Knife for computers.
this-is-me Posted October 31, 2004 Posted October 31, 2004 Make sure to lock up... Who else would I be?
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