Is it possible to run multiple vbscripts using Visual Basic 08?

Discussion in 'Programming' started by simpleonline1234, Apr 25, 2010.

  1. #1
    Is it possible to run a vbscript using Visual Basic 08 coded to a command button? Also if I have more than one script that I need to run at once but they all have the same variable (url) any way to enter the variable to each script at run time?

    I'm trying to avoid having to manually editing each script with the new url to submit..thinking that I can code up an app using Visual Basic that will click a button to launch the scripts and then by typing in the url to use the program would inject that each script at run time....

    Is something like this possible?

    Thanks
     
    simpleonline1234, Apr 25, 2010 IP
  2. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #2
    Just build it all in VB 08... transpose your vbscripts to VB and you are golden :)
     
    ccoonen, Apr 25, 2010 IP