Re: Need to pre-set domain for login prompt
                Will see if more people ask for this.
                
            
        Neither is possible.
But you can prompt for username usingset /P USERNAME="Enter username:"command from a batch file and then use%USERNAME%in the WinSCP script foropencommand.
set /P USERNAME="Enter username:" command from a batch file and then use %USERNAME% in the WinSCP script for open command.