VBScript(Tutorial) Program Opener (Controlled)

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
9,108
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Sep 23, 2008

This is a inputbox that will open up any task however many times desired simple little vbscript code, to close just type "EXIT" into first dialog

code:
do
set a = createobject("wscript.shell")
b = inputbox("Program/Task Desired to open:")
c = inputbox("Times to open Program/Task:")
if not isnumeric (c) then
wscript.quit
end if
for I = 1 to (c)
set a = wscript.createobject("wscript.shell")
a.run (b)
next
if b = ("EXIT") then
wscript.quit
end if
loop

Please Rate,Subscribe,Comment

Have a nice day :)

Category:

Howto & Style

Tags:

License:

Standard YouTube License

  • likes, 1 dislikes

Link to this comment:

Share to:

Uploader Comments (stupidgaylogincrap)

  • I must say I fancy watching ya stuff so much

    especially when I am a beginner and hate reading tutorials

    Ya produced very good tutorials

    but

    can ya if ya're gonna make more, speak for yaself instead of typing the speech out?

  • @tinfanide - My other tutorials have actual voice within them. If I ever do create a new video tutorial, I'll use a mic.

  • how do you guys know about these Scripts, I mean how you create or do them ?

  • @IceinDark - Follow the video, save it as file type: .vbs. Double click the saved file & WNIGNDLEIU magic.

see all

All Comments (45)

Sign In or Sign Up now to post a comment!
  • @stupidgaylogincrap you have a stupid gay name, lol.

  • hey! i am trying to make two or mare ojects(exmpl: msgboxes) to appear at the same time, instead of one appearing after i clicked something on another...

    any help will be appreciated...

  • Every body just have a "god" day!

  • @stupidgaylogincrap

    Yes, I see ya other VB tutorials... good to hear ya voice!

  • try this:

    set a = createobject("wscript.shell")

    b = inputbox ("Run:")

    a.run (b)

  • how do you open run and google chrome with it?

  • how do you make it so you can open run and google chrome

  • Nice idea

    But...

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more