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