Can Visual Basic 08 run a vbscript in Visual Studio 08 using a button?

by 2 replies
4
I am wanting to create a program that can submit urls to bookmarking sites and I already have a few vbscripts created.....is it possible to use a button to run the vbscripts?

Thanks for any help.
#programming #basic #button #run #studio #vbscript #visual
  • You can have the button execute a system command. Shouldn't be too difficult to run the vbscript from that.
  • you can take a look Process.Start - Process.Start Method

    just replace with your vbscript files, i believe you need to run with the command "csript yourfile.vbs"

Next Topics on Trending Feed