Deleting temp files is now silent.
This commit is contained in:
2Shirt 2014-07-20 16:05:23 -07:00
parent bed4878e1f
commit 8654180874

View file

@ -253,8 +253,8 @@ for %%d in (c d e f g h i j k l m n o p q r s t u v w x y z) do (
)
:Cleanup
del /q "%tmp%\%filename%"
del /q "%tmp%\7z_switch"
del /q "%tmp%\%filename%">nul
del /q "%tmp%\7z_switch">nul
goto End
:AlohaNotFound