xcopy not working
Posted: 08 Apr 2022 04:02
Hello everyone!
I've created a simple .bat file with this code
It doesnt work... doesnt do anything
I must add that these lines of code where part of a bigger one that always worked and stopped doing so, apparently with no reasons, 2/3 weeks ago.
I've created a simple .bat file with this code
Code: Select all
xcopy /y "C:\Users\utente\Google Drive\Shopify\Sincronia\Shopify.xlsm" "C:\Users\utente\Google Drive\Shopify\Sincronia\Shopify_bak.xlsm"
exit
I must add that these lines of code where part of a bigger one that always worked and stopped doing so, apparently with no reasons, 2/3 weeks ago.