Jump to content

Recommended Posts

Posted

Please if anybody knows how to reinstate typed command short cuts, please let me know as they have stop working all of a sudden. I they were working fine up until today.

 

I'm using AutoCad 2008? and ideas

Posted
Please if anybody knows how to reinstate typed command short cuts, please let me know as they have stop working all of a sudden. I they were working fine up until today.

 

I'm using AutoCad 2008? and ideas

 

How long have you used them? are they in your startup suite?

Posted

See if you can find your Acad.pgp

 

Type the following to the command line & hit return

(findfile "acad.pgp") 

 

This should return the save path of the Acad.pgp

 

If its correct type REINIT to reload it

Posted

We can only guess without more information. Are they defined in the PGP file, or a LSP file? If the latter, you need to know which one, and then figure out why its not loading.

Posted
REINIT used to be the command

or, just for informational purposes, you can use: (setvar 're-init 16)

Posted

REINIT is only needed if you make changes to the PGP file while AutoCAD is open.

 

AutoCAD loads the first PGP file it finds, based on the order of the support file search path, and that is it. There is no need to use REINIT, unless you open the file and change it.

 

If the shortcuts are defined as lisp code in a lisp file, then either the file was not found, or there is an error in the inline code which stops further loading of the code.

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...