Hi,
I want to use ZIP to compress a lot of files and set password on ZIP files generated in a script.
But how can do this automatically without prompting password input each time?
I tried echo "mypasswd" | zip ... and zip ... < mypasswd.txt
But they don't work on my Solaris.
Any hints?
TIA
Mack
I want to use ZIP to compress a lot of files and set password on ZIP files generated in a script.
But how can do this automatically without prompting password input each time?
I tried echo "mypasswd" | zip ... and zip ... < mypasswd.txt
But they don't work on my Solaris.
Any hints?
TIA
Mack