RUN PLUGIN: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
Line 2: Line 2:


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


|param1=<plugin filename>|param1_desc=Plugin filename (without .dll).<br>
|param1=<plugin filename>|param1_desc=Plugin filename (without .dll).<br>
Line 10: Line 10:
===Example===
===Example===
:RUN_PLUGIN "MyPlugin"
:RUN_PLUGIN "MyPlugin"
<br>
:This will run the plugin from the file MyPlugin.dll
[[Category:Miscellaneous]]
[[Category:Miscellaneous]]

Revision as of 23:45, 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, which may be different to the name on the Plugins Menu.

Example

RUN_PLUGIN "MyPlugin"


This will run the plugin from the file MyPlugin.dll