8 lines
264 B
Batchfile
8 lines
264 B
Batchfile
|
:: Name: Martin Janitor
|
||
|
:: Subject: DP1
|
||
|
:: Description: run client .bat file
|
||
|
:: Date: 2023-07-05
|
||
|
|
||
|
rem testovanie spojenia klient server na lokalhost adrese s vyuzitim portu 5000
|
||
|
client_run 127.0.0.1 5000 ./CLIENT/client.key ./CLIENT/client.pem
|