Differences
This shows you the differences between the selected revisions of the page.
| 2013-05-14 | 2013-05-15 | ||
| created (martin) | link wikipedia, meption that scripts does not have to be compiled (martin) | ||
| Line 1: | Line 1: | ||
| ====== Using WinSCP .NET Assembly from PowerShell ====== | ====== Using WinSCP .NET Assembly from PowerShell ====== | ||
| ===== About PowerShell ===== | ===== About PowerShell ===== | ||
| - | Windows PowerShell is Microsoft's task automation framework, consisting of a command-line shell and associated scripting language built on .NET Framework. | + | [[wp>Windows PowerShell]] is Microsoft's task automation framework, consisting of a command-line shell and associated scripting language built on .NET Framework. |
| PowerShell is built into Windows 7 and newer; and is optionally available for Windows 98 SP2 and newer.((The text is copy from Wikipedia [[wp>PowerShell|PowerShell]] article.)) | PowerShell is built into Windows 7 and newer; and is optionally available for Windows 98 SP2 and newer.((The text is copy from Wikipedia [[wp>PowerShell|PowerShell]] article.)) | ||
| + | |||
| + | PowerShell scripts can be directly executed, they do not need to be compiled first. | ||
| ===== PowerShell Scripting ===== | ===== PowerShell Scripting ===== | ||