Loading...
Learn a few diffrent way to Loop in a VBScript
792 views
How to use InputBox in a VBScript.
First code:
y = InputBox("Message here","Title here","and textbox message here")
Second code:
Name = InputBox(...
1,668 views
How to use MsgBox in VBscript. Write strings, variables and how to loop it.
The last code:
variable = 1
For variable = variable + 1 to 3
x = MsgBo...
2,218 views
Send messages to other people on the same LAN, ex in school.
Vote and check out my other tutorials :-)
3,122 views
Hur du skickar meddelanden med Net Send kommandot i CMD och hur du gör om det inte fungerar. Ev kan jag hjälpa till om det ändå inte skulle funka e...
863 views
Here I'll show you how to make your computerscreen flashing. Change icon and rename it to for example "Internet Explorer" on your friends computer ...
682 views