Moonwaltz Posted January 9, 2007 Posted January 9, 2007 I neead to make the script wait till this is done FILECOPY("%0\..\*.*", "C:\temp", 1)
The Creator Posted January 9, 2007 Posted January 9, 2007 Hello, Why not make a second exe, to copy files, and then run a while loop Pseudo code: while 1 ifProcessExists(copy)) sleep(2) endif break wend
Bert Posted January 9, 2007 Posted January 9, 2007 fileExist Filegetsize make a loop to check it until it matches what you want. The Vollatran project My blog: http://www.vollysinterestingshit.com/
Developers Jos Posted January 9, 2007 Developers Posted January 9, 2007 which problem are you trying to solve ? FileCopy() will only end when the copy is done ..... 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.
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