What is the command or the quickest way to output results to console using vbscript?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You mean:
If you run that under
wscript.exe(the default handler for the .vbs extension, so what you’ll get if you double-click the script) you’ll get a "MessageBox" dialog with your text in it. If you run that undercscript.exeyou’ll get output in your console window.