System.Diagnostics.Process winscp = new System.Diagnostics.Process();winscp.StartInfo.UseShellExecute = false;winscp.StartInfo.RedirectStandardOutput= t
我试图使用WinSCP.com实现文件传输的自动化,这是一个有命令和参数的shell。但是自动化脚本将从.cmd或.bat文件中运行。因此,这里是我的自动化脚本:CD "C:\Program Files (x86)\WinSCP"REM winscpREM Instead the script hangs on the newly opened WinSCP shell.REM There a