I need to learn how to type

del command now have both stdout and stderr piped to nul
This commit is contained in:
2Shirt 2014-07-20 16:08:21 -07:00
parent 8654180874
commit 581d514b8c

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%">nul
del /q "%tmp%\7z_switch">nul
del /q "%tmp%\%filename%">nul 2>&1
del /q "%tmp%\7z_switch">nul 2>&1
goto End
:AlohaNotFound