Gogi02 Posted July 27, 2010 Posted July 27, 2010 I've tried that line of code RunWait(@ComSpec & " /c " & "xcopy " & '"C:\Applications\AutoIt Scripts" "H:\Backup\Applications\AutoIt Scripts" /D /E /C /R /H /I /K /Y') I even tried that: Run("cmd.exe") sleep(1000) send ("xcopy c:\sample.txt c:\sample") result is for both the same (described in post above). But it seems to work if i use copy instead of xcopy.
gcue Posted July 27, 2010 Posted July 27, 2010 the problem im having with doing a large copy is that the gui seems to become unresponsive.. any ideas how to avoid that?
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