We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b6df54 commit 86eed59Copy full SHA for 86eed59
clear_logs.bat
@@ -1,5 +1,5 @@
1
setlocal
2
pushd C:\Instrument\Var\logs
3
-del /q /s *.*
+del /q /s *.* >NUL
4
popd
5
exit /b 0
0 commit comments