From c763f3ad28056c66f016a0c518d03af702900857 Mon Sep 17 00:00:00 2001 From: Richard Bonhomme Date: Mon, 10 Jun 2019 14:18:29 +0100 Subject: [PATCH] Improve wop_test.bat Signed-off-by: Richard Bonhomme --- wop_test.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wop_test.bat b/wop_test.bat index d0def59..1fd241f 100644 --- a/wop_test.bat +++ b/wop_test.bat @@ -25,7 +25,6 @@ IF ERRORLEVEL 0 ( rmdir /S /Q %WORK_DIR%\easyrsa3\bin echo del /Q %WORK_DIR%\easyrsa3\EasyRSA-Start.bat del /Q %WORK_DIR%\easyrsa3\EasyRSA-Start.bat - REM 'rm' because Windows really is that dumb, try it yourself (Microsoft are saboteurs) echo rm %WORK_DIR%\easyrsa3\.rnd rm %WORK_DIR%\easyrsa3\.rnd ) ELSE echo NOTICE; Saved Layout @@ -33,4 +32,5 @@ IF ERRORLEVEL 0 ( set SAVE_LAYOUT= set SYS_ARCH= +pause