I have checked some examples on internet but I can\'t get my (first) batch file to work. I would like to copy automatically my file from a folder to another one but nothing happ
If the requirement is to copy all files in "\Publish\Appfolder" into the parent "\Publish\" folder (inclusive of any subfolders, following works for me)
The switch '/s' allows copying of all subfolders, recursively.