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

martin

Re: Accessing Windows Registry keys from script files

You can use stored session name in open command in script. See documentation.
jlp3630

Re: Accessing Windows Registry keys from script files

Is it possible to access Windows registry values from a WinSCP script? Currently, I have a .nsi installer script that takes in a username/password, stores it in the Windows registry, and uses it for connecting to a remote host. However, I don't know how to access that information programmatically from the script.