Enumerate MoI commands from a startup script?

 From:  Michael Gibson
10349.5 In reply to 10349.4 
Hi Larry, yes you would need to load the xml files and go through their contents. MoI does not do that itself on load, it's done dynamically on demand when a command set is triggered. Until it has been triggered the side pane nor Moi's main code does not yet know anything about the contents of it.

So enumerating *.js files in the commands folder may be a better method.

- Michael