how sign a file with a batch file

August C. Quint AugustQ@gmx.net
Thu Sep 20 11:55:04 2001


Hi Geoffrey,


> How can i sign a file with a batch file ?
you should put your password/passphrase in a file e.g. in pass.pr Then you add to your parameters: --passphrase-fd 0 At the end of your commandline you add: <pass.pr That should do it. August