Differences
This shows you the differences between the selected revisions of the page.
| 2024-10-18 | 2024-10-18 (current) | ||
| asdasdsad (158.62.17.141) (hidden) (untrusted) | adding "command" to title (martin) | ||
| Line 8: | Line 8: | ||
| ===== Examples ===== | ===== Examples ===== | ||
| <code winscp> | <code winscp> | ||
| - | echo "test only" | + | echo Uploading all report files... |
| </code> | </code> | ||
| ===== Converting to .NET Assembly ===== | ===== Converting to .NET Assembly ===== | ||
| When [[library_from_script|converting script to .NET Assembly]], map ''echo'' command to any reporting functionality of your runtime environment. In .NET framework, you can use ''[[dotnet>System.Console.WriteLine]]''. In [[library_powershell|PowerShell]], you can use also ''[[ps>microsoft.powershell.utility/write-host|Write-Host]]'' cmdlet. | When [[library_from_script|converting script to .NET Assembly]], map ''echo'' command to any reporting functionality of your runtime environment. In .NET framework, you can use ''[[dotnet>System.Console.WriteLine]]''. In [[library_powershell|PowerShell]], you can use also ''[[ps>microsoft.powershell.utility/write-host|Write-Host]]'' cmdlet. | ||