diff options
Diffstat (limited to 'ms/tpemce.bat')
-rw-r--r-- | ms/tpemce.bat | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ms/tpemce.bat b/ms/tpemce.bat index 17b2acd390..483f559cfa 100644 --- a/ms/tpemce.bat +++ b/ms/tpemce.bat @@ -1,8 +1,8 @@ -rem called by testpemce
-
-echo test %1 %2
-cecopy %2 CE:\OpenSSL
-cerun CE:\OpenSSL\%ssleay% %1 -in \OpenSSL\%2 -out \OpenSSL\%tmp1%
-del %tmp1% >nul 2>&1
-cecopy CE:\OpenSSL\%tmp1% .
-%cmp% %2 %tmp1%
+rem called by testpemce + +echo test %1 %2 +cecopy %2 CE:\OpenSSL +cerun CE:\OpenSSL\%ssleay% %1 -in \OpenSSL\%2 -out \OpenSSL\%tmp1% +del %tmp1% >nul 2>&1 +cecopy CE:\OpenSSL\%tmp1% . +%cmp% %2 %tmp1% |