2012

Table Of Contents
Menu AutoLISP (MNL) File - A MNL file can be used to load files that
contain custom commands specific to a CUIx file.
Customization User Interface (CUIx) File - AutoLISP files that define custom
commands can be associated to a CUIx file by adding them to the LISP
node in the CUI Editor.
Script Files - A script file can be used to load AutoLISP, ObjectARX, VBA,
or .NET files. To record the running of a script file, set FILEDIA to 0 before
using the SCRIPT command.
Store Recorded Action Macros
When you stop the recording of an action macro, you have the option to save
the recorded action macro. If you save the recorded action macro, the
command name specified for the action macro is also used as the file name
of the action macro. The saved action macro is stored in the folder defined
by the ACTRECPATH system variable. You can access the folder in the Options
dialog box.
To start recording an action macro
1 On the ribbon, click Manage tab Action Recorder panel Record.
2 Use the commands and provide the input that is needed to complete the
task that you want to automate.
To stop the recording of an action macro
1 On the ribbon, click Manage tab Action Recorder panel Stop.
2 In the Action Macro dialog box, enter a name in the Action Macro
Command Name text box.
3 Optionally, do the following:
Enter a description for the action macro in the Description text box.
Under Restore Pre-playback View, select When Pausing for User Input
to restore the view prior to the playback of the action macro.
Record an Action Macro | 31