Message 1 of 3
CORE Console recognize AutoCAD Electrical LISP Commands?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've been trying a few AutoCAD Electrical (2017) specific LISP commands in the AutoCAD Core Console and I'm not getting any response.
Example:
(c:wd_cpyprj_main (list "C:\\Users\\ussatdafa\\Desktop\\proj\\proj.wdp" "proj2.wdp" nil "C:\\Users\\ussatdafa\\Desktop\\proj2" "" "" nil nil))
This LISP command works great when I fire up ACADE and type this into the command line. However, when I launch just the AutoCAD Core Console (accoreconsole.exe), this command does nothing...
Does the Core Console only recognize Vanilla AutoCAD Lisp Commands? Is there a way to use ACADE LISP commands in the console?