start.bat 181 B

12345678910111213
  1. @echo off
  2. @set PATH=%PATH%;%~dp0bin
  3. title Win32 OpenSSL Command Prompt
  4. echo Win32 OpenSSL Command Prompt
  5. echo.
  6. openssl version -a
  7. echo.
  8. %SystemDrive%
  9. cd %UserProfile%
  10. cmd.exe /K