What is VBScript?

preview_player
Показать описание
Dr Bee explains what VBScript is and why it is a good starter programming language to learn.
Рекомендации по теме
Комментарии
Автор

Wow this was amazing simple coding for the first time is really fun

squawkmaster
Автор

I wrote a .vbs file while I was at high school.
What it did was simply open and close the disk drive repetitively.

I set up the file on the library computers but stupidly left my USB plugged into the computer.

When I came back to retrieve the USB, the librarian knew I was the owner of the USB and was not happy.
She sent me to the head of IT.

Once I arrived to the head of IT I was panicking, mad anxiety.
He looked at me, read what I did at the library then let me go as if nothing happened.

It took me awhile to realise why he let me go.
Oh man, I miss High School.

aussieraver
Автор

Hey Doc. Am from India I love it the way you teach

Ankur-wycy
Автор

This is my inspection. I'm Earth. Idk if you know me but. This kid OR woman helped me a lot getting started.;

helpmegetksubs.please
Автор

Now it's easy to troll my friends XD

flesh
Автор

I’m looking into building pinball tables for fun, the program uses Visual Basic script, what’s a good course or tutorial that teaches it for games?

lisapolizzi
Автор

Sir, I trying to make Vbscript where i am trying to remove the network drive then connecting the network drive and if the map drive "z" is available in system its works but if drive not available it throwing me the error me error the. The error is the network drive not available:.
I am using the below script : Please help me to resolve it




livewindow
Автор

This was good. It helped me get started.

bobbrady
Автор

i used this just so i could put somthing on my desktop that opens internet explorer on windows 11

ducksongfans
Автор

ช่วยตอบทีครับ มีโค้ดที่สั่งรัน.VBS จาก excel ไหม

pmanchannel
Автор

Why did you use msgbox instead of wscript.echo. Is it the same thing?

BrianR
Автор

i had made 2 or more "viruses" with vbscript. it was a message box script.

whentheimposterissus
Автор

You really think this is a better first choice than e.g. PowerShell or Python?

illegalsmirf
Автор

Sorry Dr. Bee it did not work for me
😓😓😓😓😓😓😓😓😓😓

sofiasosabeckerms
Автор

To make a more advanced "hello world" do this:
X=MsgBox("MAIN CONTENT", ERROR TYPE+ERROR ICON, "TITLE CONTENT")
Example:
X=MsgBox("Hello World", 1+16, "My First Program")
Output:

| Warning! | -- | X |

| My First Program |

| Hello World ( ? ) |

Note:
For anyone wondering the "Warning!" Is the 1 (1+16)
And the "( ? )" is the 16 (1+16)

ckali
Автор

lol im using a code app to write this not note

thedogfan
Автор

You forget to change to all files and for that you will get less likes bcs a lot pips wont be able to do this lol

andrazarh
Автор


Batchscript is the easiest of all scripting languages!

roamn_
Автор

Simple troll virus
do
msgbox"Your computer is destroyed by a virus.", vbcritical, "Microsoft Security"
loop

rednexie