Re: Script only waits 9 seconds for a password to be entered
It's actually not expected that the script requires any user interaction inbatch on
mode.
That's why there's 10 seconds timeout (it could actually abort straight away).
You can setbatch off
before theopen
command and enable thebatch on
mode only after.
EXACTLY what I needed. Thank you for your help and your product. Donations are on the way!