xcopy %SOURCE% %DESTINATION% /E
- Using above command am copying folders and files from source to destination.
- While copying, its showing source destination of the copied/copying file in the batch. I mean sys out is coming.
- is it possible to block it?
- Just copy has to work without showing anything in the batch