stev379 0 Posted March 31, 2005 This will eventually be a small install for a small program. The problem is the program will be on a CD and I can't use the entire path for the source files since I don't know what letter someone's CD drive will be. That being said, I can't get this to copy the subdirectories and files. The au3 script sits in the same directory as the source folder (ie. I:\DirCopy.au3 and I:\Sourcedir) I:\ is a local drive and not a mapped network drive. What am I missing? DirCreate(@DesktopDir & "\Dstintiondir") DirCopy("Sourcedir", @DesktopDir & "\Dstintiondir") I've tried putting the full path in for the sourcedir for testing and that won't copy the subdir's and files either. DirCopy("I:\Sourcedir", @DesktopDir & "\Dstintiondir") Any help or suggestions are greatly appreciated for this simple task. :"> Share this post Link to post Share on other sites
Ejoc 1 Posted March 31, 2005 DirCopy("Sourcedir", @DesktopDir & "\Dstintiondir",1) Start -> Programs -> AutoIt v3 -> AutoIt Help File -> Index -> (The Function you are asking about)----- Links -----DllStruct UDFsRSA Crypto UDFs Share this post Link to post Share on other sites