How do I start a macro from the MicroStation command line or Key-in Field?
Use the command Macro followed by the macro name. macro widget If the macro does not reside in the directory(s) specified by MS_MACRO then the full path must be used. macro c:\MyMacros\MyWidget A macro name can be specified two ways, widget.ba or widget.bas. If the .ba file extension is used, the BASIC program will not be recompiled. If the .bas file extension is used, the BASIC program will be recompiled if the source file has been updated since the last compile.