Search the Community
Showing results for tags 'pgp'.
-
My company is switching to a 'miniframe' system for our network such as this: http://www.miniframe.com/KB/OnlineHelp/hardware_requirements.html Basically there is one main computer handing the Autocad and we still have our own workstations. the problem is, I have my own custom commands in the acad.PGP file, and apparently, if I alter the command aliases, it will change for everyone else. Is there a work around for this where I can have my own custom aliases WITHOUT affecting the rest of the company? or else I will have to use the standards which are terrible.
-
HI Is there a way to run a macro using keyboard shortcut key (acad.pgp)? I would love to add the following to the PGP file if possible. I added the following to the DIMLINEAR command button and it works: ^C^C-layer;Set;DIMENSIONS;;^C^C_dimlinear\\\\ ^C^C-layer;Set;0;;^C^C I found this one that is better than the one i made for the dimlinear button: ^C^C_setenv;CURRENTLAYER;$M=$(getvar,CLAYER);CLAYER;Dim;_dimlinear;\\\ CLAYER;$M="$(getenv,CURRENTLAYER)"; Thanks DRBJR45