Reading the return value from Main() in VbScript,Batch File,PowerShell Script

Main() method in C# can have either (void or int) as the return value

Void:

 namespace TestSolution 
  
 Read More @ AspRangers