D
destatnj2
Hi all,
Try this at the command prompt in 2000/XP:
dir /b X
where X is any filespec which does NOT exist. The output for this is
always: File Not Found. Is it possible to suppress this output? I've
tried:
dir /b X >nul
or
@echo off
@dir /b X >nul
but to no avail. Can anyone help? I would like to suppress this output for
a batch file I wrote at work. Thanks in advance.
Pete
Try this at the command prompt in 2000/XP:
dir /b X
where X is any filespec which does NOT exist. The output for this is
always: File Not Found. Is it possible to suppress this output? I've
tried:
dir /b X >nul
or
@echo off
@dir /b X >nul
but to no avail. Can anyone help? I would like to suppress this output for
a batch file I wrote at work. Thanks in advance.
Pete