Hi all,

I try to run the following command under vb6 project

RetourRun = WshShell.Run("C:\OpenSSL\bin\openssl.exe smime -decrypt -in
OUT\TEST_OK.TXT -out OUT\OK.TXT -inkey SBE\sbe-test.key.pem –passin pass:" &
MotDpass$, 1, True)


I face issue while shell does not recognize the pass argument and wait for
manual entering.
Command line works fine when I try it directly in CMD prompt.

Any idea about this ???

Thanks in advance for your help !

Steven

Reply via email to