Message 1 of 3
Scripts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a script writer for acad?
Is there a script writer for acad?
Sadly, no.
But if you have a modern version of LT you could test and find out if his one would work:
https://lee-mac.com/scriptwriter.html
You can also use Excel for the task
https://www.cadtutor.net/forum/topic/78369-script-writer-12-with-autocad-lt-2024/#findComment-623829
Are you referring to Scripts with file extension of .scr that AutoCAD uses the SCRIPT command to run?
https://help.autodesk.com/view/ACDLT/2026/ENU/?guid=GUID-DB55FE5C-6B51-40AE-AE3D-4C3A28ADC5D9
Or are you referring to Lisp files with file extension .lsp that AutoCAD uses the (load) function to load:
https://help.autodesk.com/view/ACDLT/2026/ENU/?guid=GUID-FB2F8870-8CC0-4062-AA06-9D2893F8E09E