Skip to main content
computer term-a script in which it can be programmed to do particular tasks. when opened it will perform these tasks.
also viruses or fake viruses can be made from them
someone sent me an email with a VBS attatchment, i opened it and it opened meatspin.com and said "this is a virus and u are gay"
VBS by andale524 August 14, 2009
VBS mug front
Get the VBS mug.
See more merch
Vigourous Butt Sex (Usually Homoerotic)
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)

a derogatory yet hilarious term for the female genitalia.
'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