Call function from external VBS-script?

Post a reply

Visual Confirmation

To prevent automated access and spam, you are required to confirm that you are human. Please place a check mark next to all images of monkeys or apes. If you cannot see any images, please contact the Board Administrator.

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Topic review
   

Expand view Topic review: Call function from external VBS-script?

Re: Call function from external VBS-script?

Post by GhOsT_MZ » Thu Mar 05, 2009 11:32 am

ZvezdanD wrote:
GhOsT_MZ wrote:How I can call function or procedure from external VBS-script? It's possible?

Maybe something like this:
Code: Select all
Script.Include "Auto\MagicNodes.vbs"

Thanks!

Re: Call function from external VBS-script?

Post by ZvezdanD » Thu Mar 05, 2009 10:07 am

GhOsT_MZ wrote:How I can call function or procedure from external VBS-script? It's possible?

Maybe something like this:
Code: Select all
Script.Include "Auto\MagicNodes.vbs"

Re: Call function from external VBS-script?

Post by raybeau528 » Thu Mar 05, 2009 8:43 am

Are you asking how to make calls to the Media Monkey API from VBscript? There are numerous (hundreds?) scripts in this forum to use as examples. Also check the MediaMonkey Wiki under support.

Call function from external VBS-script?

Post by GhOsT_MZ » Wed Mar 04, 2009 6:32 pm

How I can call function or procedure from external VBS-script? It's possible?

Top