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.
Steve
Be excellent to each other and Party on!