From: Abdulhadi Abulzahab <abed-scorp...@hotmail.com>

> 1 - I want to use the " sha1" command but I need the 
result to go into txt file

Search for any dos/windows shell tutorial...
And then search about redirections (> file).

> 2 - I want to create a simple batch file  contains the sha1 command I typed 
> in the cmd : 
> copy con test.bat 
> cd c:\openssl\bin
> openssl.exe 
> des -nosalt -in text.txt -out testenc.txt 
> ctrl+z 

There is a huge difference between:
  COMMAND PARAM1 PARAM2...
and
  COMMAND
  PARAM1 PARAM2...

Again, refer to the tutorial...


> I know its simple

Depends...

JD

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to