Search found 1 match

by mezziu
03 Sep 2020 00:54
Forum: DOS Batch Forum
Topic: Problem with .bat
Replies: 1
Views: 2657

Problem with .bat

Dear Forum, I've this code in the batch file: #start code batch file cd\ cd C:\SOGEI_enviroment openssl smime -decrypt –in RICEZIONE/dati.p7m.enc –inform der –binary -out RICEZIONE/dati.p7m.zip –recip CERTS/cifra.pem -passin:password exit when I launch the batch file the code is transformed like thi...