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

2 replies
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.
#basic #button #run #studio #vbscript #visual
  • Profile picture of the author Number_5
    You can have the button execute a system command. Shouldn't be too difficult to run the vbscript from that.
    {{ DiscussionBoard.errors[2040855].message }}
  • Profile picture of the author chuawenching
    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"
    {{ DiscussionBoard.errors[2092669].message }}

Trending Topics