• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

DOS Batch File

Tarrant64

Diamond Member
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.
 
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.
 
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.

 
Back
Top