run vbscript programming on windows cmd by cscript command (‘HelloWorld’)
Compile or run vbscript coding on windows command prompt by using the command ‘cscript’. This video explain about simple ‘hello world program’.
1.Open notepad
2.type the code msgbox “hello world”
3.save the file with .vbs extension
4.open cmd
5.type the command cscript path filename. That all done it!