Differences
This shows you the differences between the selected revisions of the page.
| 2009-05-20 | 2009-05-25 | ||
| open mysession (martin) | guide_dotnet (martin) | ||
| Line 105: | Line 105: | ||
| * Every call to ''WScript.Echo'' causes message box to be shown, pausing the execution. So generaly you do not want to use ''WScript.Echo'' from ''wscript.exe'' (except maybe to report errors). | * Every call to ''WScript.Echo'' causes message box to be shown, pausing the execution. So generaly you do not want to use ''WScript.Echo'' from ''wscript.exe'' (except maybe to report errors). | ||
| * Execution of ''winscp.com'' opens new console window (if one is not opened already, e.g. by ''cscript.exe''). Use ''winscp.exe'' instead (without ''/console'' switch). However ''winscp.exe'' does not allow input/output redirection, so you need to pass the commands in [[scripting#using_scripting|using command-line]]. | * Execution of ''winscp.com'' opens new console window (if one is not opened already, e.g. by ''cscript.exe''). Use ''winscp.exe'' instead (without ''/console'' switch). However ''winscp.exe'' does not allow input/output redirection, so you need to pass the commands in [[scripting#using_scripting|using command-line]]. | ||
| + | |||
| + | ===== .NET (C# or VB.NET) ===== | ||
| + | See [[guide_dotnet|guide to using WinSCP from .NET]]. | ||
| ===== External script interpreters (PHP, Perl, etc) ===== | ===== External script interpreters (PHP, Perl, etc) ===== | ||