You can just use WScript.Echo (text or variable name to print its content). Example of code: Dim x = "Hello" WScript.Echo x.
確定! 回上一頁