aboutsummaryrefslogtreecommitdiffhomepage
path: root/delbin.bat
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-04-13 09:34:11 +1000
committerNeil <nyamatongwe@gmail.com>2018-04-13 09:34:11 +1000
commit23d769c638972148270932ce082b436256011276 (patch)
tree4764319243ca8048b7392a4ee2aff633b289b9af /delbin.bat
parentb90b5ec728f2e75cc4bde560c2146338fa7fae15 (diff)
downloadscintilla-mirror-23d769c638972148270932ce082b436256011276.tar.gz
Don't show command as its noise when used in larger scripts.
Diffstat (limited to 'delbin.bat')
-rwxr-xr-xdelbin.bat2
1 files changed, 1 insertions, 1 deletions
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: