Reference Guide
'*** Sub used to display the correct usage of the script
Sub Usage()
Dim strMessage
strMessage = "incorrect syntax. You should run: " & vbCRLF & _
"cscript.exe /nologo SampleGetRAIDStatus.vbs <systemname>"
WScript.Echo strMessage
End Sub
'======================================================================
====
' End
'======================================================================
====
375