Hi,
I try to make a Lisp for automatically logon to Vault at the my s::startup Lisp,
but I got some additional user prompts I don't want.
I started with:
(if (not (command "-VLTLOGIN" ""))
(command "_.-VLTLOGIN" "<ServerName>" "<VaultName>" "Yes" " " "No" " "))
these prompt appears:
I got rid of the first one as I added:
(if (not (command "-VLTLOGIN" ""))
(command "_.-VLTLOGIN" "<ServerName>" "<VaultName>" "Yes" [color="red"][b]";"[/b][/color] " " "No" " "))
but it doesn't work for the second prompt.
kind regards
Bluebird