Re: Command line parameters not passed by script
Thank you SO MUCH!
xylene
xylene
/parameter
for the directory name. All the instruction on using /parameter
I get from the documentation is:
put "%1%"
"C:\Program Files (x86)\WinSCP\WinSCP.exe" /log="C:\Users\xylen\Desktop\Programming\WinSCP.log" /ini=nul /script="C:\Users\xylen\Desktop\Programming\WinSCP_Script.txt" /loglevel=0 /parameter="VMTst"
%1%
. I've tried every combo of %
and "
that I can think of. Any tips are welcome.