Georgiou Posted August 21, 2009 Posted August 21, 2009 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 Quote
Rsblades Posted August 21, 2009 Posted August 21, 2009 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? Quote
jammie Posted August 21, 2009 Posted August 21, 2009 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 Quote
rkmcswain Posted August 21, 2009 Posted August 21, 2009 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. Quote
alanjt Posted August 21, 2009 Posted August 21, 2009 REINIT used to be the command or, just for informational purposes, you can use: (setvar 're-init 16) Quote
rkmcswain Posted August 21, 2009 Posted August 21, 2009 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. 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.