script issue after upgrade
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I just recently upgraded to Autocad Electrical 2019, previously using 2012. When i run a script command through an autolisp routine, it does nothing other than repeat a bunch of "command:" on the command line. Here's a look at my command line. (There's about 25 "Command:" thats repeated.)
Enter script file name <C:\Users\jlewis.GI\Documents\Drawing1.scr>: t:/acad_autolisps/scripts/Complete_project - Jason.scr
Command:
Command: *Cancel*
Command:
Command:
Command: . . .
This script is supposed to open up each dwg in the project and run a bunch of commands. This has always worked in 2012, but right after updating, it's not in 2019. Other cad users are still using 2012, and it still works in 2012. (i am just running 2019 to make sure we have no issues before we do a whole dept. upgrade.)
At this point if i open up my autolisp and copy the following to the command line:
(command "_.script" product_rev_att)
Where product_rev_att = t:/acad_autolisps/scripts/Complete_project - Jason.scr
it works, but why is it not executing through the lisp?
Any ideas?
Thanks,