Function Syntax: LOADRECENT / LOADRECENT_DCL Version: 1.0 Date: 20.06.2026 6:38:56PM Version: 1.0 Date: 11.08.2026 3:21:19PM N/A Description 🧩 LoadRecent is an AutoCAD AutoLISP DCL manager for finding reviewing loading running editing and promoting recently created LSP files from a predefined @try development folder. 🎛️ The interface separates the newest LISP file from the complete file list and displays file size creation date modification date and detected commands. 📦 Version 06 also adds promotion into the Help_File menu structure with optional source deletion loader registration and timestamped loader backup. Function Syntax Main command: LOADRECENT Alternate command: LOADRECENT_DCL Primary Workflow 1. Run LOADRECENT or LOADRECENT_DCL. 2. The @try directory is scanned for LSP files and metadata. 3. Review the newest file in the left pane or filter and select files from the complete list on the right. 4. Inspect detected DEFUN C commands and optionally select multiple commands. 5. Copy commands to the clipboard open the LSP in Notepad++ or load and run the chosen file and command. 6. Use Reload List after source files change. 7. Use Promote to Help_File to choose a target menu folder and destination. 8. In the confirmation dialog choose whether to delete the @try source register the promoted path in @LoadAllLisp2.lsp and create a loader backup. Functionalities Newest file view - highlights the most recent LSP from the configured @try development folder. Complete file browser - shows all discovered LSP files with metadata. Wildcard filtering - supports star and question mark file name patterns. Sort control - switches between newest first and alphabetical file ordering. Today marker - marks files created on the current date. Command extraction - detects DEFUN C commands from each LSP source. Multi command selection - supports selecting and copying multiple detected commands. Clipboard integration - copies commands through an HTML clipboard object with PowerShell and clip fallbacks. Notepad++ integration - opens the newest or selected LSP for editing. Load and run workflow - loads the chosen source and executes the selected command. Promote to Help_File - moves or copies a development LSP into the structured production menu tree. Automatic menu discovery - scans AutoCAD and Civil 3D *_menu folders for promotion targets. Loader registration - can insert the promoted path under the matching bookmark in @LoadAllLisp2.lsp. Loader backup - can create a timestamped backup before modifying the loader. Persistent last command - stores the last used command in LR_config.ini. Important Notes ⚠️ The @try Help_File and @LoadAllLisp2.lsp paths are hard coded for the current CAD library. ⚠️ Source deletion during promotion is optional and is unchecked by default. ⚠️ Loader registration is checked by default in the version 06 confirmation dialog. ⚠️ Loader backup before registration is checked by default. ⚠️ The loader registration logic skips a promoted UNC path when that path is already present. SEO Keywords 🏷️ AutoCAD 🏷️ Civil 3D 🏷️ AutoLISP 🏷️ LoadRecent 🏷️ LISP manager 🏷️ LISP loader 🏷️ LISP runner 🏷️ Notepad++ 🏷️ Wildcard filter 🏷️ LISP promotion 🏷️ Help_File 🏷️ Loader registration 🏷️ Clipboard 🏷️ DCL 🏷️ CAD development