tpemce.bat 195 B

12345678
  1. rem called by testpemce
  2. echo test %1 %2
  3. cecopy %2 CE:\OpenSSL
  4. cerun CE:\OpenSSL\%ssleay% %1 -in \OpenSSL\%2 -out \OpenSSL\%tmp1%
  5. del %tmp1% >nul 2>&1
  6. cecopy CE:\OpenSSL\%tmp1% .
  7. %cmp% %2 %tmp1%