RUN PLUGIN: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: [[|{{Up}}]] {{Command|syntax=RUN_PLUGIN <plugin name> |description=: |param1=<plugin name>|param1_desc=without .dll }} ===Example=== :RUN_PLUGIN [[Category:]]
 
Mikeo (talk | contribs)
No edit summary
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[|{{Up}}]]
[[:Category:Miscellaneous|{{Up}}]]


{{Command|syntax=RUN_PLUGIN <plugin name>
{{Command|syntax=RUN_PLUGIN <plugin filename>
|description=:
|description=:Run a GibbsCAM plugin.


|param1=<plugin name>|param1_desc=without .dll
|param1=<plugin filename>|param1_desc=Plugin filename (without .dll).<br>
<br>
:Note - the name of the plugin dll may be different to the name on the Plugins Menu.
:You should not try and run any plugins that use dialogs or other prompts.<br>
:There is no way to provide any data to these plugins.
}}
}}


===Example===
===Example===
:RUN_PLUGIN
:RUN_PLUGIN "MyPlugin"
[[Category:]]
<br>
:This will run the plugin from the file MyPlugin.dll
 
[[Category:Miscellaneous]]

Latest revision as of 23:47, 12 January 2011

Up

Command

RUN_PLUGIN <plugin filename>


Run a GibbsCAM plugin.

Parameters

<plugin filename>
Plugin filename (without .dll).


Note - the name of the plugin dll may be different to the name on the Plugins Menu.
You should not try and run any plugins that use dialogs or other prompts.
There is no way to provide any data to these plugins.

Example

RUN_PLUGIN "MyPlugin"


This will run the plugin from the file MyPlugin.dll