How do I copy a entire directory to a backup directory. Basicl I need to do a xcopy not a copy. This is what have tried.
Operation: Copy
Source: %AppDir%\*; %AppDir%\*.*
Destination: %AppDir%\Backup
The above operation copies only the files. I need to copy all of the folders aswell.
Operation: Copy
Source: %AppDir%\*; %AppDir%\*.*
Destination: %AppDir%\Backup
The above operation copies only the files. I need to copy all of the folders aswell.
Comment