Share Email Facebook Twitter LinkedIn Application-Handling Functions Reference (AutoLISP) 2013-04-10 Product Documentation Intermediate View Original The following table provides summary descriptions of the AutoLISP application-handling functions. Application-handling functions Function Description (arx) Returns a list of the currently loaded ObjectARX applications (arxload application [onfailure]) Loads an ObjectARX application (arxunload application [onfailure]) Unloads an ObjectARX application (autoarxload filename cmdlist) Predefines command names to load an associated ObjectARX file (autoload filename cmdlist) Predefines command names to load an associated AutoLISP file (initdia [dialogflag]) Forces the display of the next command's dialog box (load filename [onfailure]) Evaluates the AutoLISP expressions in a file (startapp appcmd file) Starts a Windows application (vl-load-all filename) Loads a file into all open AutoCAD documents (vl-vbaload “filename”) Loads a VBA project (vl-vbarun “macroname”) Runs a VBA macro (vlax-add-cmd “global-name” 'func-sym [“local-name” cmd-flags]) Adds commands to the AutoCAD built-in command set NoteVLISP extension: requires vl-load-com Related References arx (AutoLISP) arxload (AutoLISP) arxunload (AutoLISP) autoarxload (AutoLISP) autoload (AutoLISP) initdia (AutoLISP) load (AutoLISP) startapp (AutoLISP) vl-load-all (AutoLISP) vl-vbaload (AutoLISP) vl-vbarun (AutoLISP) vlax-add-cmd (AutoLISP) Related Concepts Basic Functions Reference (AutoLISP)