Scripting directions

Post Reply
S@gittarius
Posts: 98
Joined: Sat May 08, 2010 8:12 pm

Scripting directions

Post by S@gittarius »

I asked the question before but did not receive an answer.
So may I reiterate the request for instructions or direction how and when the objects can be accessed by the scripts?
Is it possible to execute a shell command?
Does WMS support event handling? For instance on folder opening etc.
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: Scripting directions

Post by Eugene »

S@gittarius wrote:I asked the question before but did not receive an answer.
So may I reiterate the request for instructions or direction how and when the objects can be accessed by the scripts?
Instructions are not present, but there are examples of scripts.
S@gittarius wrote: Is it possible to execute a shell command?
You can use any program that supports the command line, you can use system or your own OLE-objects (CreateOleObject).
S@gittarius wrote: Does WMS support event handling? For instance on folder opening etc.
Supports dynamic creating items of folder. Folder type - Dynamic (script)
Post Reply