I want to automate a task for a telnet session on Windows so that I can run it multiple times using different values.
I have a .wsf script for doing that task for one time with hard coded values.
How can I parameterise the values of a .wsf script.
Is there any way for parameterizing, like using excel where I can store all the variables and pass them dynamically to the script?