Re: suppressing "file not found" on Dir Command



Thanks! Just what I needed.
"Austin M. Horst" <anonymous@xxxxxxxxxxxxx> wrote in message
news:95C80C6F-1CC5-419B-AFCD-8AE47D901305@xxxxxxxxxxxxxxxx
If you do not want the "File not found" message in your output file
either,
use:

dir xxx*.txt > c:\DirOutput.txt 2>nul


.


Loading