2013 acad.pgp


SUBMITTED BY: Guest

DATE: Oct. 28, 2013, 9:26 p.m.

FORMAT: Text only

SIZE: 16.3 kB

HITS: 1429

  1. ;
  2. ;
  3. ; Program Parameters File For AutoCAD 2013
  4. ; External Command and Command Alias Definitions
  5. ; Copyright 2012 Autodesk, Inc. All rights reserved.
  6. ;
  7. ; Use of this software is subject to the terms of the Autodesk license
  8. ; agreement provided at the time of installation or download, or which
  9. ; otherwise accompanies this software in either electronic or hard copy form.
  10. ; Each time you open a new or existing drawing, AutoCAD searches
  11. ; the support path and reads the first acad.pgp file that it finds.
  12. ; -- External Commands --
  13. ; While AutoCAD is running, you can invoke other programs or utilities
  14. ; such Windows system commands, utilities, and applications.
  15. ; You define external commands by specifying a command name to be used
  16. ; from the AutoCAD command prompt and an executable command string
  17. ; that is passed to the operating system.
  18. ; -- Command Aliases --
  19. ; The Command Aliases section of this file provides default settings for
  20. ; AutoCAD command shortcuts. Note: It is not recommended that you directly
  21. ; modify this section of the PGP file., as any changes you make to this section of the
  22. ; file will not migrate successfully if you upgrade your AutoCAD to a
  23. ; newer version. Instead, make changes to the new
  24. ; User Defined Command Aliases
  25. ; section towards the end of this file.
  26. ; -- User Defined Command Aliases --
  27. ; You can abbreviate frequently used AutoCAD commands by defining
  28. ; aliases for them in the User Defined Command Aliases section of acad.pgp.
  29. ; You can create a command alias for any AutoCAD command,
  30. ; device driver command, or external command.
  31. ; Recommendation: back up this file before editing it. To ensure that
  32. ; any changes you make to PGP settings can successfully be migrated
  33. ; when you upgrade to the next version of AutoCAD, it is suggested that
  34. ; you make any changes to the default settings in the User Defined Command
  35. ; Aliases section at the end of this file.
  36. ; External command format:
  37. ; <Command name>,[<Shell request>],<Bit flag>,[*]<Prompt>,
  38. ; The bits of the bit flag have the following meanings:
  39. ; Bit 1: if set, don't wait for the application to finish
  40. ; Bit 2: if set, run the application minimized
  41. ; Bit 4: if set, run the application "hidden"
  42. ; Bit 8: if set, put the argument string in quotes
  43. ;
  44. ; Fill the "bit flag" field with the sum of the desired bits.
  45. ; Bits 2 and 4 are mutually exclusive; if both are specified, only
  46. ; the 2 bit is used. The most useful values are likely to be 0
  47. ; (start the application and wait for it to finish), 1 (start the
  48. ; application and don't wait), 3 (minimize and don't wait), and 5
  49. ; (hide and don't wait). Values of 2 and 4 should normally be avoided,
  50. ; as they make AutoCAD unavailable until the application has completed.
  51. ;
  52. ; Bit 8 allows commands like DEL to work properly with filenames that
  53. ; have spaces such as "long filename.dwg". Note that this will interfere
  54. ; with passing space delimited lists of file names to these same commands.
  55. ; If you prefer multiplefile support to using long file names, turn off
  56. ; the "8" bit in those commands.
  57. ; Examples of external commands for command windows
  58. DEL, DEL, 8,File to delete: ,
  59. DIR, DIR, 8,File specification: ,
  60. SH, , 1,*OS Command: ,
  61. SHELL, , 1,*OS Command: ,
  62. START, START, 1,*Application to start: ,
  63. TYPE, TYPE, 8,File to list: ,
  64. ; Examples of external commands for Windows
  65. ; See also the (STARTAPP) AutoLISP function for an alternative method.
  66. EXPLORER, START EXPLORER, 1,,
  67. NOTEPAD, START NOTEPAD, 1,*File to edit: ,
  68. PBRUSH, START PBRUSH, 1,,
  69. ; Command alias format:
  70. ; <Alias>,*<Full command name>
  71. ; The following are guidelines for creating new command aliases.
  72. ; 1. An alias should reduce a command by at least two characters.
  73. ; Commands with a control key equivalent, status bar button,
  74. ; or function key do not require a command alias.
  75. ; Examples: Control N, O, P, and S for New, Open, Print, Save.
  76. ; 2. Try the first character of the command, then try the first two,
  77. ; then the first three.
  78. ; 3. Once an alias is defined, add suffixes for related aliases:
  79. ; Examples: R for Redraw, RA for Redrawall, L for Line, LT for
  80. ; Linetype.
  81. ; 4. Use a hyphen to differentiate between command line and dialog
  82. ; box commands.
  83. ; Example: B for Block, -B for -Block.
  84. ;
  85. ; Exceptions to the rules include AA for Area, T for Mtext, X for Explode.
  86. ; -- Sample aliases for AutoCAD commands --
  87. ; These examples include most frequently used commands. NOTE: It is recommended
  88. ; that you not make any changes to this section of the PGP file to ensure the
  89. ; proper migration of your customizations when you upgrade to the next version of
  90. ; AutoCAD. The aliases listed in this section are repeated in the User Custom
  91. ; Settings section at the end of this file, which can safely be edited while
  92. ; ensuring your changes will successfully migrate.
  93. 3A, *3DARRAY
  94. 3DMIRROR, *MIRROR3D
  95. 3DNavigate,*3DWALK
  96. 3DO, *3DORBIT
  97. 3DP, *3DPRINT
  98. 3DPLOT, *3DPRINT
  99. 3DW, *3DWALK
  100. 3F, *3DFACE
  101. 3M, *3DMOVE
  102. 3P, *3DPOLY
  103. 3R, *3DROTATE
  104. 3S, *3DSCALE
  105. A, *ARC
  106. AC, *BACTION
  107. ADC, *ADCENTER
  108. AECTOACAD, *-ExportToAutoCAD
  109. AA, *AREA
  110. AL, *ALIGN
  111. 3AL, *3DALIGN
  112. AP, *APPLOAD
  113. APLAY, *ALLPLAY
  114. AR, *ARRAY
  115. -AR, *-ARRAY
  116. ARR, *ACTRECORD
  117. ARM, *ACTUSERMESSAGE
  118. -ARM, *-ACTUSERMESSAGE
  119. ARU, *ACTUSERINPUT
  120. ARS, *ACTSTOP
  121. -ARS, *-ACTSTOP
  122. ATI, *ATTIPEDIT
  123. ATT, *ATTDEF
  124. -ATT, *-ATTDEF
  125. ATE, *ATTEDIT
  126. -ATE, *-ATTEDIT
  127. ATTE, *-ATTEDIT
  128. B, *BLOCK
  129. -B, *-BLOCK
  130. BC, *BCLOSE
  131. BE, *BEDIT
  132. BH, *HATCH
  133. BLENDSRF, *SURFBLEND
  134. BO, *BOUNDARY
  135. -BO, *-BOUNDARY
  136. BR, *BREAK
  137. BS, *BSAVE
  138. BVS, *BVSTATE
  139. CE, *CIRCLE
  140. CAM, *CAMERA
  141. CBAR, *CONSTRAINTBAR
  142. CH, *PROPERTIES
  143. -CH, *CHANGE
  144. CHA, *CHAMFER
  145. CHK, *CHECKSTANDARDS
  146. CLI, *COMMANDLINE
  147. COL, *COLOR
  148. COLOUR, *COLOR
  149. C, *COPY
  150. CO, *COPY
  151. CONVTOMESH, *MESHSMOOTH
  152. CP, *COPY
  153. CPARAM, *BCPARAMETER
  154. CREASE, *MESHCREASE
  155. CREATESOLID, *SURFSCULPT
  156. CSETTINGS, *CONSTRAINTSETTINGS
  157. CT, *CTABLESTYLE
  158. CUBE, *NAVVCUBE
  159. CURVATUREANALYSIS, *ANALYSISCURVATURE
  160. CYL, *CYLINDER
  161. D, *DIMSTYLE
  162. DAL, *DIMALIGNED
  163. DAN, *DIMANGULAR
  164. DAR, *DIMARC
  165. DELETE, *ERASE
  166. JOG, *DIMJOGGED
  167. DBA, *DIMBASELINE
  168. DBC, *DBCONNECT
  169. DC, *ADCENTER
  170. DCE, *DIMCENTER
  171. DCENTER, *ADCENTER
  172. DCO, *DIMCONTINUE
  173. DCON, *DIMCONSTRAINT
  174. DDA, *DIMDISASSOCIATE
  175. DDI, *DIMDIAMETER
  176. DED, *DIMEDIT
  177. DELCON, *DELCONSTRAINT
  178. DI, *DIST
  179. DIV, *DIVIDE
  180. DJL, *DIMJOGLINE
  181. DJO, *DIMJOGGED
  182. DL, *DATALINK
  183. DLI, *DIMLINEAR
  184. DLU, *DATALINKUPDATE
  185. DO, *DONUT
  186. DOR, *DIMORDINATE
  187. DOV, *DIMOVERRIDE
  188. DR, *DRAWORDER
  189. DRA, *DIMRADIUS
  190. DRAFTANGLEANALYSIS, *ANALYSISDRAFTANGLE
  191. DRE, *DIMREASSOCIATE
  192. DRM, *DRAWINGRECOVERY
  193. DS, *DSETTINGS
  194. DST, *DIMSTYLE
  195. DT, *TEXT
  196. DV, *DVIEW
  197. DX, *DATAEXTRACTION
  198. E, *ERASE
  199. ED, *DDEDIT
  200. EL, *ELLIPSE
  201. ER, *EXTERNALREFERENCES
  202. ESHOT, *EDITSHOT
  203. EX, *EXTEND
  204. EXIT, *QUIT
  205. EXP, *EXPORT
  206. EXT, *EXTRUDE
  207. EXTENDSRF, *SURFEXTEND
  208. F, *FILLET
  209. FI, *FILTER
  210. FILLETSRF, *SURFFILLET
  211. FREEPOINT, *POINTLIGHT
  212. FSHOT, *FLATSHOT
  213. G, *GROUP
  214. -G, *-GROUP
  215. GCON, *GEOMCONSTRAINT
  216. GD, *GRADIENT
  217. GENERATESECTION, *SECTIONPLANETOBLOCK
  218. GEO, *GEOGRAPHICLOCATION
  219. GR, *DDGRIPS
  220. H, *HATCH
  221. -H, *-HATCH
  222. HE, *HATCHEDIT
  223. HB, *HATCHTOBACK
  224. HI, *HIDE
  225. I, *INSERT
  226. -I, *-INSERT
  227. IAD, *IMAGEADJUST
  228. IAT, *IMAGEATTACH
  229. ICL, *IMAGECLIP
  230. IM, *IMAGE
  231. -IM, *-IMAGE
  232. IMP, *IMPORT
  233. IN, *INTERSECT
  234. INSERTCONTROLPOINT, *CVADD
  235. INF, *INTERFERE
  236. IO, *INSERTOBJ
  237. ISOLATE, *ISOLATEOBJECTS
  238. QVD, *QVDRAWING
  239. QVDC, *QVDRAWINGCLOSE
  240. QVL, *QVLAYOUT
  241. QVLC, *QVLAYOUTCLOSE
  242. J, *JOIN
  243. JOGSECTION, *SECTIONPLANEJOG
  244. L, *LINE
  245. LA, *LAYER
  246. -LA, *-LAYER
  247. LAS, *LAYERSTATE
  248. LE, *QLEADER
  249. LEN, *LENGTHEN
  250. LESS, *MESHSMOOTHLESS
  251. LI, *LIST
  252. LINEWEIGHT, *LWEIGHT
  253. LMAN, *LAYERSTATE
  254. LO, *-LAYOUT
  255. LS, *LIST
  256. LT, *LINETYPE
  257. -LT, *-LINETYPE
  258. LTYPE, *LINETYPE
  259. -LTYPE, *-LINETYPE
  260. LTS, *LTSCALE
  261. LW, *LWEIGHT
  262. M, *MOVE
  263. MA, *MATCHPROP
  264. MAT, *MATBROWSEROPEN
  265. ME, *MEASURE
  266. MEA, *MEASUREGEOM
  267. MI, *MIRROR
  268. ML, *MLINE
  269. MLA, *MLEADERALIGN
  270. MLC, *MLEADERCOLLECT
  271. MLD, *MLEADER
  272. MLE, *MLEADEREDIT
  273. MLS, *MLEADERSTYLE
  274. MO, *PROPERTIES
  275. MORE, *MESHSMOOTHMORE
  276. MOTION, *NAVSMOTION
  277. MOTIONCLS, *NAVSMOTIONCLOSE
  278. MP, *MATCHPROP
  279. MS, *MSPACE
  280. MSM, *MARKUP
  281. MT, *MTEXT
  282. MV, *MVIEW
  283. NETWORKSRF,*SURFNETWORK
  284. NORTH, *GEOGRAPHICLOCATION
  285. NORTHDIR, *GEOGRAPHICLOCATION
  286. NSHOT, *NEWSHOT
  287. NVIEW, *NEWVIEW
  288. O, *OFFSET
  289. OFFSETSRF, *SURFOFFSET
  290. OP, *OPTIONS
  291. ORBIT, *3DORBIT
  292. OS, *OSNAP
  293. -OS, *-OSNAP
  294. P, *PAN
  295. -P, *-PAN
  296. PA, *PASTESPEC
  297. RAPIDPROTOTYPE, *3DPRINT
  298. PAR, *PARAMETERS
  299. -PAR, *-PARAMETERS
  300. PARAM, *BPARAMETER
  301. PARTIALOPEN, *-PARTIALOPEN
  302. PATCH, *SURFPATCH
  303. PC, *POINTCLOUD
  304. PCATTACH, *POINTCLOUDATTACH
  305. PCINDEX, *POINTCLOUDINDEX
  306. PE, *PEDIT
  307. PP, *PEDIT
  308. PL, *PLINE
  309. PO, *POINT
  310. POFF, *HIDEPALETTES
  311. POINTON, *CVSHOW
  312. POINTOFF, *CVHIDE
  313. POL, *POLYGON
  314. PON, *SHOWPALETTES
  315. PR, *PROPERTIES
  316. PRCLOSE, *PROPERTIESCLOSE
  317. PROPS, *PROPERTIES
  318. PRE, *PREVIEW
  319. PRINT, *PLOT
  320. PS, *PSPACE
  321. PSOLID, *POLYSOLID
  322. PTW, *PUBLISHTOWEB
  323. PU, *PURGE
  324. -PU, *-PURGE
  325. PYR, *PYRAMID
  326. QC, *QUICKCALC
  327. QCUI, *QUICKCUI
  328. QP, *QUICKPROPERTIES
  329. R, *REDRAW
  330. RA, *REDRAWALL
  331. RC, *RENDERCROP
  332. RE, *REGEN
  333. REA, *REGENALL
  334. REBUILD, *CVREBUILD
  335. REC, *RECTANG
  336. REFINE, *MESHREFINE
  337. REG, *REGION
  338. REMOVECONTROLPOINT, *CVREMOVE
  339. REN, *RENAME
  340. -REN, *-RENAME
  341. REV, *REVOLVE
  342. RO, *ROTATE
  343. RP, *RENDERPRESETS
  344. RPR, *RPREF
  345. RR, *RENDER
  346. RW, *RENDERWIN
  347. S, *STRETCH
  348. SC, *SCALE
  349. SCR, *SCRIPT
  350. SE, *DSETTINGS
  351. SEC, *SECTION
  352. SET, *SETVAR
  353. SHA, *SHADEMODE
  354. SL, *SLICE
  355. SMOOTH, *MESHSMOOTH
  356. SN, *SNAP
  357. SO, *SOLID
  358. SP, *SPELL
  359. SPL, *SPLINE
  360. SPLANE, *SECTIONPLANE
  361. SPLAY, *SEQUENCEPLAY
  362. SPLIT, *MESHSPLIT
  363. SPE, *SPLINEDIT
  364. SSM, *SHEETSET
  365. ST, *STYLE
  366. STA, *STANDARDS
  367. SU, *SUBTRACT
  368. T, *MTEXT
  369. -T, *-MTEXT
  370. TA, *TABLET
  371. TB, *TABLE
  372. TEDIT, *TEXTEDIT
  373. TH, *THICKNESS
  374. TI, *TILEMODE
  375. TO, *TOOLBAR
  376. TOL, *TOLERANCE
  377. TOR, *TORUS
  378. TP, *TOOLPALETTES
  379. TR, *TRIM
  380. TS, *TABLESTYLE
  381. UC, *UCSMAN
  382. UN, *UNITS
  383. -UN, *-UNITS
  384. UNCREASE, *MESHUNCREASE
  385. UNHIDE, *UNISOLATEOBJECTS
  386. UNI, *UNION
  387. UNISOLATE, *UNISOLATEOBJECTS
  388. V, *VIEW
  389. VGO, *VIEWGO
  390. VPLAY, *VIEWPLAY
  391. -V, *-VIEW
  392. VP, *DDVPOINT
  393. -VP, *VPOINT
  394. VS, *VSCURRENT
  395. VSM, *VISUALSTYLES
  396. -VSM, *-VISUALSTYLES
  397. W, *WBLOCK
  398. -W, *-WBLOCK
  399. WE, *WEDGE
  400. WHEEL, *NAVSWHEEL
  401. X, *EXPLODE
  402. XA, *XATTACH
  403. XB, *XBIND
  404. -XB, *-XBIND
  405. XC, *XCLIP
  406. XL, *XLINE
  407. XR, *XREF
  408. -XR, *-XREF
  409. Z, *ZOOM
  410. ZEBRA, *ANALYSISZEBRA
  411. ; The following are alternative aliases and aliases as supplied
  412. ; in AutoCAD Release 13.
  413. AV, *DSVIEWER
  414. CP, *COPY
  415. DIMALI, *DIMALIGNED
  416. DIMANG, *DIMANGULAR
  417. DIMBASE, *DIMBASELINE
  418. DIMCONT, *DIMCONTINUE
  419. DIMDIA, *DIMDIAMETER
  420. DIMED, *DIMEDIT
  421. DIMTED, *DIMTEDIT
  422. DIMLIN, *DIMLINEAR
  423. DIMORD, *DIMORDINATE
  424. DIMRAD, *DIMRADIUS
  425. DIMSTY, *DIMSTYLE
  426. DIMOVER, *DIMOVERRIDE
  427. LEAD, *LEADER
  428. TM, *TILEMODE
  429. ; Aliases for Hyperlink/URL Release 14 compatibility
  430. SAVEURL, *SAVE
  431. OPENURL, *OPEN
  432. INSERTURL, *INSERT
  433. ; Aliases for commands discontinued in AutoCAD 2000:
  434. AAD, *DBCONNECT
  435. AEX, *DBCONNECT
  436. ALI, *DBCONNECT
  437. ASQ, *DBCONNECT
  438. ARO, *DBCONNECT
  439. ASE, *DBCONNECT
  440. DDATTDEF, *ATTDEF
  441. DDATTEXT, *ATTEXT
  442. DDCHPROP, *PROPERTIES
  443. DDCOLOR, *COLOR
  444. DDLMODES, *LAYER
  445. DDLTYPE, *LINETYPE
  446. DDMODIFY, *PROPERTIES
  447. DDOSNAP, *OSNAP
  448. DDUCS, *UCS
  449. ; Aliases for commands discontinued in AutoCAD 2004:
  450. ACADBLOCKDIALOG, *BLOCK
  451. ACADWBLOCKDIALOG, *WBLOCK
  452. ADCENTER, *ADCENTER
  453. BMAKE, *BLOCK
  454. BMOD, *BLOCK
  455. BPOLY, *BOUNDARY
  456. CONTENT, *ADCENTER
  457. DDATTE, *ATTEDIT
  458. DDIM, *DIMSTYLE
  459. DDINSERT, *INSERT
  460. DDPLOTSTAMP, *PLOTSTAMP
  461. DDRMODES, *DSETTINGS
  462. DDSTYLE, *STYLE
  463. DDUCS, *UCSMAN
  464. DDUCSP, *UCSMAN
  465. DDUNITS, *UNITS
  466. DDVIEW, *VIEW
  467. DIMHORIZONTAL, *DIMLINEAR
  468. DIMROTATED, *DIMLINEAR
  469. DIMVERTICAL, *DIMLINEAR
  470. DOUGHNUT, *DONUT
  471. DTEXT, *TEXT
  472. DWFOUT, *PLOT
  473. DXFIN, *OPEN
  474. DXFOUT, *SAVEAS
  475. PAINTER, *MATCHPROP
  476. PREFERENCES, *OPTIONS
  477. RECTANGLE, *RECTANG
  478. SHADE, *SHADEMODE
  479. VIEWPORTS, *VPORTS
  480. EDWFX, *EXPORTDWFX
  481. EDWF, *EXPORTDWF
  482. EPDF, *EXPORTPDF
  483. -QPUB, *-EXPORT
  484. ; Aliases for commands discontinued in AutoCAD 2007:
  485. RMAT, *MATBROWSEROPEN
  486. FOG, *RENDERENVIRONMENT
  487. FINISH, *MATERIALS
  488. SETUV, *MATERIALMAP
  489. SHOWMAT, *LIST
  490. RFILEOPT, *RENDERPRESETS
  491. RENDSCR, *RENDERWIN
  492. ; Aliases for commands discontinued in AutoCAD 2009:
  493. DASHBOARD, *RIBBON
  494. DASHBOARDCLOSE, *RIBBONCLOSE
  495. ; Aliases for sysvars discontinued in AutoCAD 2013:
  496. RASTERPREVIEW, *THUMBSAVE
  497. ; -- User Defined Command Aliases --
  498. ; Make any changes or additions to the default AutoCAD command aliases in
  499. ; this section to ensure successful migration of these settings when you
  500. ; upgrade to the next version of AutoCAD. If a command alias appears more
  501. ; than once in this file, items in the User Defined Command Alias take
  502. ; precedence over duplicates that appear earlier in the file.
  503. ; **********----------********** ; No xlate ; DO NOT REMOVE
  504. ; Command alias by HK:
  505. CB, *COPYBASE
  506. RT, *RECTANG
  507. DVD, *DIVIDE

comments powered by Disqus