Skip to main content
VBS by eric September 21, 2003
Related Words
I've had a lot of VBS going on in my life recently.
VBS by Tadasa August 12, 2005
If you wanted to make a vbscript file called "message" just add .vbs to it and you get message.vbs
.vbs by Khizar Caliphate October 12, 2021

Vertical Bacon sandwich (VBS)

'lets go extract the mayonnaise from some Vertical bacon sandwich (VBS)tonight'
Also I forgot to mention that their attire consists of the same numerous American Eagle outfits mixed and matched. Be cautious when around them, their arguing bellows can be heard from miles around.
Ginger: You're a VBSer right? You're wearing Abercombie and arguing.
Rick: That's right babe...
VBSer by SammySosaLover82 January 30, 2008

vbscript 

Visual Basic Script.
- A web language that is built into HTML and is based on Visual Basic. It is not as flexible as Javascript but it is easier to learn/use.

Sadly, vbscript is only supported by Internet Explorer and not Firefox\Netscape.
<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>
<SCRIPT LANGUAGE= "VBS">
While 1 <> 2
MsgBox "LOL"
Wend
</SCRIPT>
</BODY>
</HTML>

Copy all that to notepad, save it as vbscript_example.htm, open it with Internet Explorer and have fun :P
vbscript by p00flake January 30, 2006