Call function from external VBS-script?

This forum is for questions / discussions regarding development of addons / tweaks for MediaMonkey for Windows 4.

Moderators: Gurus, Addon Administrators

GhOsT_MZ
Posts: 6
Joined: Sat Feb 28, 2009 1:35 pm
Location: Rostov-on-Don

Call function from external VBS-script?

Post by GhOsT_MZ »

How I can call function or procedure from external VBS-script? It's possible?
I do not speak English, so forgive me for my english
raybeau528
Posts: 401
Joined: Thu Sep 27, 2007 4:19 pm
Location: Connecticut

Re: Call function from external VBS-script?

Post by raybeau528 »

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.
ZvezdanD
Posts: 3257
Joined: Thu Jun 08, 2006 7:40 pm

Re: Call function from external VBS-script?

Post by ZvezdanD »

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"
Magic Nodes 4.3.3 / 5.2 RegExp Find & Replace 4.4.9 / 5.2  Invert Selection/Select None 1.5.1  Export/Create Playlists for Child Nodes 4.1.1 / 5.4.1  Expand Child Nodes/Expand All 1.1.2  Event Logger 2.7  Filtered Statistics Report 1.6  Track Redirection & Synchronization 3.4.2  Restore/Synchronize Database 3.1.8 / 4.0.1  Find Currently Playing Track 1.3.2  Queue List 1.2.1  Add to Library on Play 1.0.1  Tree Report for Child Nodes 1.1.1  Update Location of Files in Database 1.4.5 / 2.3  Inherit Child Playlists 1.0.3  Add Currently Playing/Selected Track(s) to Playlist 1.2
GhOsT_MZ
Posts: 6
Joined: Sat Feb 28, 2009 1:35 pm
Location: Rostov-on-Don

Re: Call function from external VBS-script?

Post by GhOsT_MZ »

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!
I do not speak English, so forgive me for my english
Post Reply