Differences
This shows you the differences between the selected revisions of the page.
2013-05-29 | 2014-04-25 | ||
removing stray spaces that misplaced adsense (martin) | formal cmdlet reference (martin) | ||
Line 12: | Line 12: | ||
===== 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 ''[[msdn>System.Console.WriteLine]]''. In [[library_powershell|PowerShell]], you can use also ''[[http://technet.microsoft.com/en-us/library/ee177031.aspx|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 ''[[msdn>System.Console.WriteLine]]''. In [[library_powershell|PowerShell]], you can use also ''[[http://technet.microsoft.com/en-us/library/hh849877.aspx|Write-Host]]'' cmdlet. |