Well my problem is the following I want to run a .bat file that will:
- create a folder locally
- copy images from my server to the created folder
- hide the created folder
But it ends up displaying this message:
C:\Wallpaper especifica um nome de arquivo
ou de diretório no destino
(F = arquivo, D = diretório)?
How do I set C: \ Wallpaper to Directory
My code is as follows:
XCOPY /E "[caminho do servidor]" "C:\Wallpaper"
attrib +h "C:\Wallpaper"