Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

joelignall

Re: dos batch script prompts me for password

Thanks, that worked!
joelignall

Re: dos batch script prompts me for password

nickg wrote:

After searching and searching, I finally found it. I needed PasswordPlain in my .ini file instead of just password.

Hi Nick, I believe I am trying to do what you are doing, run script/batch files without being prompted for a password. Would you please send an example. I listed "PasswordPlain" in my script file but still get prompted for a password. The messages do not indicate the remote server refused the key... I am using a script file (with the commands), is this what you refer to as an .ini file? Thx!
nickg

dos batch script prompts me for password

After searching and searching, I finally found it. I needed PasswordPlain in my .ini file instead of just password.
nickg

dos batch script prompts me for password

I have a little dos batch script to put a file onto the server of one of our vendors. It prompts me for the password though and I do not want prompted. Is there a way for me to automatically get the password read in my dos batch script?