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
Based on xcopy help, I tried and found that following works perfectly for me (tried on Win 7)
xcopy C:\folder1 C:\folder2\folder1 /E /C /I /Q /G /H /R /K /Y /Z /J