answersLogoWhite

0

How run vb script?

Updated: 8/11/2023
User Avatar

Wiki User

13y ago

Best Answer
Hi! VBScript (Visual Basic Script) is very simple to learn easy! Open Notepad and type a coding language. Try this one:

x=msgbox("Hello there this is VBScript!",0,"VBScript")


Take this and save it as WHATeveryYOUwant.vbs

(you must have .vbs at the end!)

The x symbolizes a value. It's unneeded now. The msgbox means what box it uses. The first " " is the message. the 0 is the message type. 0 says ok. (try changing it!) The second " " is the title at the top bar. Wanna make you own? take out the words PUTTEXTHERE with what you want. also change # with a random number 0-140 i think. Good luck:


x=msgbox("PUTTEXTHERE",#,"PUTTEXTHERE")


You can make multiple lines. That's basic VBScript!
User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How run vb script?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is difference between vb script and java script?

JavaScript is just like VB Script, but VB Script is what windows made to try to get rid of JavaScript, but as you can see im sure JavaSript is the winner. They are the same thing pretty much just a little alterations in the code.


Is VB script language an interpreted or compiled language?

Interpreted.


What is a VB script to sort a string in ascending order?

uitihyiuiphoiphuihyi


Is there a no right click code that isn't java script?

Maybe with VB-script, if the browser is Internet Explorer.


How do you find the average of three numbers using vb script?

Add the numbers, then divide by three. I don't know vb script, but in most programming languages it would be something like this: result = (a + b + c) / 3


What is the default scripting language in ASP?

Default scripting language in ASP is VB Script


How are viruses being programmed?

They are programmed in programming languages or scripting languages like Visual basic , c , c++,java , vb script or java script.


What is the difference between VB-Script and JavaScript?

vbscript is used for server side as well as client side where as java script is used for client side only.


For beginners Suggest a good reference book to learn C Sharp VB Net ADO Net ASP Net for Ms Developer Studio 2005 also suggest books for ASP VB Script Java Script Java Core Java and VB 6.0?

There are ofcourse good books friend... Among them u can try "Programming in c#" by Oreily publications


The script was run or the script was ran which is correct?

In the world of technology, where a script is a snippet or more of computer code, the proper grammar is: The script was run, or the script ran.


How virus are being programmed?

They are programmed in programming languages or scripting languages like Visual basic , c , c++,java , vb script or java script.


How do you cc someone in Outlook when you do a mail merge?

You cant cc on a mail merge , use a vb script macro instead.