There is no copyfolder command but you can do this.
use MkDir(nameoffolder); to make a new folder where you want it.
Then copy all files to the new folder.
use findfirst and findnext with *.* parameter to get all the files in the folder, if there are subfolders it gets more complex, there have been some recent posts on this subject.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.