From bba1497f3f66fab8ceb7858fa57bd82029f0f7a1 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 21 Apr 2002 02:11:30 +0000 Subject: Stopped reporting of files deleted by piping to NUL:. --- delbin.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/delbin.bat b/delbin.bat index b8e9ae7c5..47bb8a760 100755 --- a/delbin.bat +++ b/delbin.bat @@ -1 +1 @@ -del /S /Q *.a *.aps *.bsc *.dll *.dsw *.exe *.idb *.ilc *.ild *.ilf *.ilk *.ils *.lib *.map *.ncb *.obj *.o *.opt *.pdb *.plg *.res *.sbr *.tds +del /S /Q *.a *.aps *.bsc *.dll *.dsw *.exe *.idb *.ilc *.ild *.ilf *.ilk *.ils *.lib *.map *.ncb *.obj *.o *.opt *.pdb *.plg *.res *.sbr *.tds >NUL: -- cgit v1.2.3