cad_cow Posted October 3, 2013 Posted October 3, 2013 Hi all Another problem i am having in 2014.....i cannot seem to edit my acad.pgp file?? I use the express tool, and it's doesn't work. I go to the actual pgp file in the enu and it doesn't work either. I enter REINT and it doesn't work! Help! Quote
ReMark Posted October 3, 2013 Posted October 3, 2013 Where in the acad.pgp file did you put these edits? Post a copy of the file and somehow distinguish your edits from the rest of the file. Quote
rkmcswain Posted October 3, 2013 Posted October 3, 2013 Hi all Another problem i am having in 2014.....i cannot seem to edit my acad.pgp file?? I use the express tool, and it's doesn't work. I go to the actual pgp file in the enu and it doesn't work either. I enter REINT and it doesn't work! Help! To make sure you are editing the correct file, copy and paste this to the command prompt (include the parenthesis) (startapp "notepad" (findfile "acad.pgp")) Quote
suka4luv Posted March 4, 2014 Posted March 4, 2014 (edited) i am having same problem with acad 2014 for example ( i work alot w block repetition) when i type in 11 i can insert a particular block. when i type c the copy command is ready to go. i hav created 3 more blocks and the pgp file will not pick it up.. wth!!!!! 1, *HEX -----> inserts a certain block C, *COPY-----> copy command INSERTS PLUG BYPASSING INSERT DIALOG BOX, BUT IN 2014 ALISP IS NOT NEEDED. WITH THIS IN 2013 I HAD TO UPDATE PGP ALONG WITH LISP, THEY HAD TO MATCH. (PRINC) (DEFUN C:PLUG ( ) (COMMAND "INSERT" "PPLUG") ) IN 2014 I AM SIMPLY TRYING TO ADD 3 SHORTCUT BLOCKS AND I CAN NOT FIGURE IT OUT HAS ANY ONE GOT THEIRS TO WORK? THANKS Edited March 4, 2014 by rkmcswain added [CODE] tags Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.