diff options
author | Neil <nyamatongwe@gmail.com> | 2018-04-13 09:34:11 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2018-04-13 09:34:11 +1000 |
commit | 23d769c638972148270932ce082b436256011276 (patch) | |
tree | 4764319243ca8048b7392a4ee2aff633b289b9af | |
parent | b90b5ec728f2e75cc4bde560c2146338fa7fae15 (diff) | |
download | scintilla-mirror-23d769c638972148270932ce082b436256011276.tar.gz |
Don't show command as its noise when used in larger scripts.
-rwxr-xr-x | delbin.bat | 2 |
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: |