I'm trying to execute this script from command prompt using WScriptThis is what I do to run the script.
C:\>WScript /"Test"
the message box will load but the there is no text.
What i'm I doing wrong
<CODE>
Call Message(st)
Public Function Message(name)
WScript.Echo name
End Function
</CODE>
C:\>WScript /"Test"
the message box will load but the there is no text.
What i'm I doing wrong
<CODE>
Call Message(st)
Public Function Message(name)
WScript.Echo name
End Function
</CODE>