1
Well my problem is the following I want to run a file. bat it goes:
- create a folder locally
- copy images from my server to the created folder
- hide the created folder
But he 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 as Directory
My code is this:
XCOPY /E "[caminho do servidor]" "C:\Wallpaper"
attrib +h "C:\Wallpaper"