How to Stop Propagating Unwanted Echoes in the Command Line
I am running a batch script which calls a WinSCP script via command line. The script file has get command. When I run the script, say
I don't want the WinSCP script to propagate everything going on in the script. I tried but it didn't work either. I only want to echo things that I wrote
What can I do?
backup.bat
, it executes and while downloading the file I can see these lines for every file: some_file.zip | 8894 KB | 3093,6 KB/s | binary | 52%
option echo off
echo "message"
in the script explicitly. I don't want to send null like this either winscp.com /script="backup.txt" > null