DOS Batch File

Tarrant64

Diamond Member
Sep 20, 2004
3,203
0
76
OK, I'm trying to hide the results of an xcopy command. I've tried using echo off, @echo off, and everything works to hide commands, etc. but not the results.

I have to be missing something simple here.
 

NoStateofMind

Diamond Member
Oct 14, 2005
9,711
6
76
Why would you want to hide the results of xcopy ? IDK this is all new to me and I want to learn. Could someone point me to DOS learning sites or give me some basic explaination? Many thanks.
 

Tarrant64

Diamond Member
Sep 20, 2004
3,203
0
76
Originally posted by: PC Surgeon
Why would you want to hide the results of xcopy ? IDK this is all new to me and I want to learn. Could someone point me to DOS learning sites or give me some basic explaination? Many thanks.

just thought there was a way to run xcopy and just echo Finished when done or just a blank line, instead of "1 flie(s) copied" or whatever.