From 23d769c638972148270932ce082b436256011276 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 13 Apr 2018 09:34:11 +1000 Subject: Don't show command as its noise when used in larger scripts. --- delbin.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/delbin.bat b/delbin.bat index 6d4e91a3e..60ae6815a 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 *.exp *.tlog >NUL: +@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 *.exp *.tlog >NUL: -- cgit v1.2.3