Jump to content

Recommended Posts

Posted

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!

Posted

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.

Posted
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"))

  • 5 months later...
Posted (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 by rkmcswain
added [CODE] tags

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...