I need to write a shell script and use the ZIP with -e option to encript ouput file.
(zip -e outputfile [inputfiles….] )
When using the the -e option the script stops and waits for my input of the password and its confirmation.
Is there any wayto write the script to add the password in the script and have the outpur file encripted?
-Fred