yabune Posted October 18, 2006 Posted October 18, 2006 Anyone can give me an example of how to copy a Directory to another by selecting the source folder with the FileSelectFolder? I tried but didn't work... I had to replace with a code constant. Thanks!
Danny35d Posted October 18, 2006 Posted October 18, 2006 This is some quit and dirty code but you can get the idea and build from here $Source = FileSelectFolder('Select Source Folder', '', 2) $Target = FileSelectFolder('Select Target Folder', '', 1) DirCopy($Source, $Target, 1) AutoIt Scripts:NetPrinter - Network Printer UtilityRobocopyGUI - GUI interface for M$ robocopy command line
Helge Posted October 18, 2006 Posted October 18, 2006 Why did you make a new topic about this ?http://www.autoitscript.com/forum/index.ph...c=34722&hl=
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