- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
First day of really making a LISP routine. It was exciting that it actually worked!
Except for the very last input.
;11X17_PDF
(defun C:p11 ()
(command "-plot" "n" "" "11x17_pdf" "DWG To PDF.pc3" "n" "YES")
(princ)
I run the routine in autocad, however the command line keeps asking me the last question of "Proceed with Plot". I had "y" originally and changed to "YES"(because I saw that somewhere else online) but still keeps asking me yes or no even though i answered yes in the script.
Any help would be appreciated.
Solved! Go to Solution.