Bluebird1973 Posted August 25, 2016 Posted August 25, 2016 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.