Differences

This shows you the differences between the selected revisions of the page.

scriptcommand_echo 2011-11-10 scriptcommand_echo 2024-10-18 (current)
Line 1: Line 1:
-====== echo ====== +====== echo command ====== 
-Prints message onto script output. &beta_feature +Prints message onto script output. 
-  + 
 +===== Syntax ===== 
  echo <message>   echo <message>
Line 9: Line 11:
</code> </code>
 +===== 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.

Last modified: by martin