Planning on adding threading support to modules. This will however require lanes to be on your system
15 lines
283 B
Batchfile
15 lines
283 B
Batchfile
REM make sure the 'openssl.exe' commandline tool is in your path before starting!
|
|
REM set the path below;
|
|
set opensslpath=C:\OpenSSL-Win32\bin
|
|
|
|
|
|
|
|
setlocal
|
|
set path=%opensslpath%;%path%
|
|
call roota.bat
|
|
call rootb.bat
|
|
call servera.bat
|
|
call serverb.bat
|
|
call clienta.bat
|
|
call clientb.bat
|