Sunday 5 March 2017

How to print by VB Script

Msgbox
If you want to print (show message ) something on screen then
use "msgbox" command.

Ex-
        msgbox " Design Tech Academy"

=> Double Quotes ( " ) - which message do you print that must be double quotes.

Output =>


Step1-Open Notepad and write the program.

                                              


Step2- Save as this file- .vbs

Step3- open file and get output.


                                                                                       

No comments:

Post a Comment