Prints message onto script output.
echo <message>
echo Uploading all report files...
When converting script to .NET Assembly, map echo command to any reporting functionality of your runtime environment. In .NET framework, you can use System.Console.WriteLine. In PowerShell, you can use also Write-Host cmdlet.
Site design by Black Gate