Skip to content

Commit 86eed59

Browse files
Update clear_logs.bat
1 parent 1b6df54 commit 86eed59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clear_logs.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
setlocal
22
pushd C:\Instrument\Var\logs
3-
del /q /s *.*
3+
del /q /s *.* >NUL
44
popd
55
exit /b 0

0 commit comments

Comments
 (0)