I'm trying to make automation using vbs and I'm wondering if it possible to build some simple gui with file chooser (or couple of them)? Googling didn't help me here.
I need this not to hardcode some input parameters of the script.
The original problem is ssh commands automation. I'm using XShell (ssh client) vbs scripts for this now, but I have to hardcode parameters everytime I use it. It would be better if I can just type ip/choose file, instaed of editing script.
Maybe it worth to consider any other ways of automation and if anybody can suggest any tools to automate sending ssh commands to remote server it would be great!
Thank you all in advance!