Scripting - where to start, part II
This is a continuation of a previous post of mine. I'm getting started with scripting in WinSCP. I'd like to execute a simple script that prints 'hello world' as an output. I now understand how to open winscp.com and run simple commands. I'd like to run a simple script now:
echo hello world
Winscpt documentation indicates that, to run a script, I need to enter:
winscp.com /script=example.txt
But where do I enter this? If I enter this at the winscp.com prompt, I am met with an error:
unknown command 'winscp.com'.
I encounter the same error if I first open a session, then enter that command.
Thanks in advance.
echo hello world
Winscpt documentation indicates that, to run a script, I need to enter:
winscp.com /script=example.txt
But where do I enter this? If I enter this at the winscp.com prompt, I am met with an error:
unknown command 'winscp.com'.
I encounter the same error if I first open a session, then enter that command.
Thanks in advance.