|
; AutoCAD Program Parameters File For AutoCAD 20005 u, K% K9 j2 b/ p0 l8 J- k2 S
; External Command and Command Alias Definitions
2 ?/ n- L, V8 P/ }
2 L& y2 m5 i7 i' z( Q& b; Copyright (C) 1997-2000 by Autodesk, Inc.2 U, I4 q0 Y7 [
. t9 n0 t+ q j; Each time you open a new or existing drawing, AutoCAD searches , F$ K" t) c0 U8 W5 U
; the support path and reads the first acad.pgp file that it finds.- U' V7 H* p8 r7 N" o
7 _& s" `9 n. x# h0 o( e- e4 z; -- External Commands --
; [: t, Z* i& X: W; While AutoCAD is running, you can invoke other programs or utilities
7 r7 E- \" z6 Q- A" d7 w3 _; such Windows system commands, utilities, and applications.
/ [3 m5 k. `/ A; R2 J: c; You define external commands by specifying a command name to be used
" g2 c3 I9 \8 G, ^( U& `; from the AutoCAD command prompt and an executable command string
( T! y' L- a8 I3 g9 t; that is passed to the operating system.
3 q0 p, g5 u, ~, f4 I2 V! |2 R8 }; b8 }6 F% u- O4 ^* k# P; B: r1 o5 l
; -- Command Aliases --
3 M9 b a9 u: y6 ~; You can abbreviate frequently used AutoCAD commands by defining
, n W+ e$ j6 A9 @7 J' O9 q8 X, M9 _0 N; aliases for them in the command alias section of acad.pgp.
) Y- ?# @7 u4 T; You can create a command alias for any AutoCAD command,, I- |9 G, i- g% E3 Z
; device driver command, or external command.0 h# G$ r( ?' p8 n1 @; y* l
; M5 k F# J4 M9 j3 k; Recommendation: back up this file before editing it.
6 ~: G" O0 _1 h) _* l ^* a: ?4 d$ G
^0 Q7 j/ q; Q- T% l% n3 K; External command format:% r6 D# h1 t6 T% o% D; N
; <Command name>,[<DOS request>],<Bit flag>,<Prompt>,
+ j2 Z. K' P( z" J5 Z/ D* k3 J! D& N* l, C
; The bits of the bit flag have the following meanings:
9 f2 ]: N3 w9 s$ j @; Bit 1: if set, don't wait for the application to finish
/ t. @6 w0 D* c5 a& f O( P; Bit 2: if set, run the application minimized
; f7 ]" {+ f( B( z; Bit 4: if set, run the application "hidden"
& M# O' Y, W: L; Bit 8: if set, put the argument string in quotes
& |8 `2 L. |( W3 J7 p: m5 B# {;; \( I8 B( ~* {% B' e/ s
; Fill the "bit flag" field with the sum of the desired bits.
3 ]; u7 c. I: A( ^( n; Bits 2 and 4 are mutually exclusive; if both are specified, only 9 h @( p$ Y+ f' E0 D
; the 2 bit is used. The most useful values are likely to be 0 5 }/ N# O: p C/ k- A
; (start the application and wait for it to finish), 1 (start the
$ R ]" _, H$ Y& y( L$ e; application and don't wait), 3 (minimize and don't wait), and 5
0 `6 Y( N, Z; p, F- n$ V$ Z; (hide and don't wait). Values of 2 and 4 should normally be avoided, - P+ Z: ^2 `: F7 o6 O2 ]
; as they make AutoCAD unavailable until the application has completed.$ J* v5 ]1 w0 J# F7 _* A
;/ q3 n+ l- G8 t
; Bit 8 allows commands like DEL to work properly with filenames that * ~; Q9 m' v- \# O' z
; have spaces such as "long filename.dwg". Note that this will interfere # ^: ~! c, D8 P, h
; with passing space delimited lists of file names to these same commands.. e1 u4 y& a a1 [! ^0 [
; If you prefer multiplefile support to using long file names, turn off 2 c3 W* r7 B) t; P+ a. c
; the "8" bit in those commands.
& [% o& D/ D1 }5 G2 p+ j7 e3 r1 T5 @0 k7 n
; Examples of external commands for command windows/ I r; v( @1 R" Y, y" g
( U, H- y) ?9 A* d% m) T/ m2 I
CATALOG, DIR /W, 8,File specification: ,
1 V3 n2 b+ i7 z/ L: j5 {8 X$ MDEL, DEL, 8,File to delete: ,% P5 s9 K+ Q4 ?9 l
DIR, DIR, 8,File specification: ,1 J& N1 v/ o- s1 E% a
EDIT, START EDIT, 9,File to edit: ," P* H" b0 M- ^8 I0 q1 m0 G
SH, , 1,*OS Command: ,; A" j0 E3 G4 i* W: [4 C
SHELL, , 1,*OS Command: ,
0 R( y4 m. N |$ Z H) oSTART, START, 1,*Application to start: ,
, C3 r$ ?: A+ B' ITYPE, TYPE, 8,File to list: ,
2 @) [) P! z/ g; ]+ j$ s
& h# }# [3 `0 u) m, s& `6 p) u; Examples of external commands for Windows" K8 o/ ]( c& X2 c- \+ h( k& B; U
; See also the (STARTAPP) AutoLISP function for an alternative method.2 M, ^ W2 |- ~& ^$ Y5 K
4 b+ o$ Y& E. \, i+ u aEXPLORER, START EXPLORER, 1,,1 H. Y) b; G) ~! v7 d
NOTEPAD, START NOTEPAD, 1,*File to edit: ,
7 g- P* b7 A/ m. I; XPBRUSH, START PBRUSH, 1,,6 a+ D1 `" {. H" t
, b* }" Z; V/ J M
; l2 N D* h" n) G* K9 O' m& Q; Command alias format:& g0 |/ e6 |) @% J* M; a2 m
; <Alias>,*<Full command name>
$ `/ O8 u d0 {. |" B, ?
' e* {2 x6 h4 Z; The following are guidelines for creating new command aliases.9 @$ f8 h/ s) \8 I
; 1. An alias should reduce a command by at least two characters. 0 T" z4 v7 j# N2 ^
; Commands with a control key equivalent, status bar button, % M# f3 C. v' L2 W Z3 _4 @7 k
; or function key do not require a command alias.
) q* Y, g( e, G6 a X" d; Examples: Control N, O, P, and S for New, Open, Print, Save.
9 O1 P( Z& ^' h0 u1 }; 2. Try the first character of the command, then try the first two,
1 @5 ^: ^7 Q5 H a; then the first three.* k: s+ ]$ ?6 k, m+ x: E0 S
; 3. Once an alias is defined, add suffixes for related aliases: / {8 T* J8 N7 I' J- `6 U, G9 x
; Examples: R for Redraw, RA for Redrawall, L for Line, LT for
3 e4 x Q; F* w' }! B0 f8 @; Linetype.
, h. H: K2 D0 M" X0 n; A' }; 4. Use a hyphen to differentiate between command line and dialog
; C9 u h4 y/ v i* p1 _% [; box commands." | M* w9 t3 Y* h
; Example: B for Block, -B for -Block.% B# V* g& K# K
;& R+ r: U6 N4 b k) V- g; R
; Exceptions to the rules include AA for Area, T for Mtext, X for Explode.5 S) \: S+ J) b' p: i" F
8 w8 i) D, S% x$ N+ {
; -- Sample aliases for AutoCAD commands --
4 c. L" ? e7 n0 F; [6 G5 g; These examples include most frequently used commands.& Y& ?9 _% G; @& i( H8 l
6 M3 K2 Z; g) \- _8 K+ h7 t
3A, *3DARRAY
! G( T' x. a) K$ C$ [3DO, *3DORBIT6 l6 U$ I3 B' `6 r% H
3F, *3DFACE0 s( Y( t4 K& N3 f2 [- o- [4 O: H# {
3P, *3DPOLY2 s( b. [+ n- o; h3 g
A, *ARC
' u4 o5 a( W- E! V+ z7 h3 p" iADC, *ADCENTER
@7 o* j: C' y/ r3 o1 S2 K. QAA, *AREA% F- @$ f) I0 ?+ s8 N" S( W& }
AL, *ALIGN
- D% n- s6 w* `* P' tAP, *APPLOAD1 ^( K0 m. L9 `" z5 ~( _! C: b: N
AR, *ARRAY
$ s/ J) X# S% ^1 \2 j* v. u' ?" d-AR, *-ARRAY8 N- Y: D. u6 E: P. \9 e
ATT, *ATTDEF, d* \# I8 H% {. J& A
-ATT, *-ATTDEF
A* J4 h( w" V5 \2 { gATE, *ATTEDIT
r$ Z. w& H3 e-ATE, *-ATTEDIT
* E0 f( B1 [; C r2 [ATTE, *-ATTEDIT: G+ n) G0 x6 ~# `8 T: k
BL, *BLOCK/ T! C) h! @7 |2 j2 _1 D; T( D( g
-BL, *-BLOCK
' }' T6 p; @9 ^( W" ?$ aBH, *BHATCH
7 }) U( C F9 n% nBO, *BOUNDARY
, ~, u0 i% B- @9 V/ g, z4 I-BO, *-BOUNDARY
( @7 e% x: \) V* I" M* ?B, *BREAK
8 d3 W9 _8 n# @/ {! ]; j( I( t; z. u hCC, *CIRCLE! `# k* w5 |7 t7 E
CH, *PROPERTIES) [$ P. B; a) `5 y
-CH, *CHANGE9 f6 X2 R1 z7 V+ S5 y2 s: p
CHA, *CHAMFER
6 y& n4 C7 f4 k) d, |8 t, F BCOL, *COLOR
6 R1 X, B# F" X6 _, |COLOUR, *COLOR
. V! c1 b7 D% {6 c5 }# t9 v6 K: RC, *COPY
3 y' N- i' G. W. ?# SD, *DIMSTYLE" U+ q9 G# `. g
DAL, *DIMALIGNED, K( X$ \, K L+ g& R
DAN, *DIMANGULAR
, i& U* [: C/ `8 F TDBA, *DIMBASELINE( @. a4 a K ` [4 f7 |
DBC, *DBCONNECT1 I( L4 B( Y1 B+ v
DCE, *DIMCENTER
4 }! \# P7 o9 [4 e% hDCO, *DIMCONTINUE
; H( m: `6 {9 \0 h+ H" H lDDA, *DIMDISASSOCIATE
$ [4 O9 c6 l- C4 c: H- JDDI, *DIMDIAMETER5 b% A2 l! L1 m
DED, *DIMEDIT0 O7 D' q7 J. J0 X
DI, *DIST
/ R# ^4 q; |9 MDIV, *DIVIDE
. b9 H/ S7 l3 ?' \! UDLI, *DIMLINEAR
3 U6 a% }- m) Q: q# z& xDO, *DONUT
; v( @) v$ m6 q7 z M/ F3 \ A4 vDOR, *DIMORDINATE& M8 u" u: I1 t; ? ]# Z8 F, z
DOV, *DIMOVERRIDE5 Z3 w4 F" a1 V* g% E
DR, *DRAWORDER- g6 o* R# L( U+ r0 ~' Q# E0 [& b
DRA, *DIMRADIUS$ x, H/ C! ^8 m; y2 [# `
DRE, *DIMREASSOCIATE
9 \2 {; C; V5 Y9 ZDS, *DSETTINGS5 n6 z( J$ Q7 ]( v: n
DST, *DIMSTYLE4 b$ ?/ ?. v. A5 L/ o. x4 m
DT, *DTEXT
% B8 t# o; O& E/ v* G8 L' N8 L1 G$ lDV, *DVIEW
! B# Y: h- l0 m# xE, *ERASE; c0 [, q: O! c4 t5 i: X
ED, *DDEDIT
1 R5 {( J/ q) A# qEL, *ELLIPSE/ i+ Z5 K, U3 n( A9 D- G( t
EX, *EXTEND x3 W4 b: @, }/ d" ~3 U7 E, n
EXIT, *QUIT6 C- m% D3 t& ^! I& V
EXP, *EXPORT
: J* r9 `8 B9 W( X6 [4 i I, AEXT, *EXTRUDE
* `: q( p8 [6 p+ ^" xF, *FILLET
9 f, v T) A- Z% V6 _& f/ H; F/ _FI, *FILTER
# ?; ^' B% e4 `& |/ |* U0 rG, *GROUP2 v& D7 l* v6 v2 k+ k2 b9 ~+ f- P; r5 k
-G, *-GROUP) |9 o) I7 |8 M# [+ j# q b
GR, *DDGRIPS
! r, w6 U* K) ?* j$ m2 TH, *BHATCH* U7 O* ?9 P" U }/ k+ P7 E9 w
-H, *HATCH/ Q9 o8 a4 ?& @4 N# @
HE, *HATCHEDIT5 D7 c$ h, N4 V9 @
HI, *HIDE) e2 H6 u! [# Q. h7 ~% D4 o$ P
I, *INSERT
" I7 ]3 b9 C( X8 e-I, *-INSERT3 y6 }6 M6 K) W, G. u
IAD, *IMAGEADJUST! I" e* Z8 W1 B1 M6 |
IAT, *IMAGEATTACH
2 ~# r; U# B0 }& @" U6 RICL, *IMAGECLIP
2 g8 \3 C' Z# ]* gIM, *IMAGE
/ ?. {3 z7 |/ u1 M( Y-IM, *-IMAGE n! f, v8 U: @
IMP, *IMPORT
: ^8 o M4 q8 p$ V `/ m# M. [+ ?9 ]IN, *INTERSECT
4 a9 e- Q) ]0 ?$ ?# NINF, *INTERFERE
- ^+ r2 ~7 e* R% \ S1 r: P! gIO, *INSERTOBJ* I7 p& V0 n* @* Q) q
L, *LINE
( A/ d9 o6 m$ HLA, *LAYER
0 M# x# k" c, ?* D! z H-LA, *-LAYER+ A% w5 R+ d4 @+ _
LE, *QLEADER
! M, G: k# \' q! u/ u: aLEN, *LENGTHEN- H; [' x+ @/ |6 X* C
LI, *LIST/ t0 ]( w' c3 K% P4 x' Y0 t& K
LINEWEIGHT, *LWEIGHT, k+ A$ r/ O: A+ u& h& T4 n, V# h
LO, *-LAYOUT
& a: c& b1 r) Z9 m2 H* bLS, *LIST: ]$ F. B/ I# m9 W6 d+ U
LT, *LINETYPE
% a* a" X2 \) J) w8 u3 Y, `" M: i-LT, *-LINETYPE
0 o) s" v& t* }# ]- f' X8 ^LTYPE, *LINETYPE
8 C, @7 o# g. _$ ?-LTYPE, *-LINETYPE& o t! k6 w' A' A5 W: F- ^% H& }
LTS, *LTSCALE Y l: [# K. {# b& A% {# N7 }
LW, *LWEIGHT
/ V' ?; `1 F: HM, *MOVE4 T0 G6 P2 D+ o
MA, *MATCHPROP) S/ s+ a! R/ N. X
ME, *MEASURE3 n0 v/ [* j/ H0 P0 m
MI, *MIRROR
3 ?* b& b, h& ]8 q0 H- lML, *MLINE* e0 `. F x0 \8 D" q/ f
MO, *PROPERTIES% i- b+ P+ t$ O6 u* ~
MS, *MSPACE. }1 N% T2 N+ O8 u
MT, *MTEXT4 x. [2 [5 s. L
MV, *MVIEW
! h( g4 D Q( m1 cO, *OFFSET
* q$ U5 z) X3 vOP, *OPTIONS' a- Z5 K; s2 X* \8 w4 L9 B
ORBIT, *3DORBIT4 f, J) O7 f ^: M S8 E8 C
OS, *OSNAP
6 r8 w( _ V3 a" a-OS, *-OSNAP) A- e4 }7 S1 x. S6 d
N, *PAN
1 V# K6 v8 [; S3 |0 ~-N, *-PAN
( x: b3 f. r; ]$ N% P3 d- K! KPA, *PASTESPEC
9 L+ F& d' T) S% Q! {PARTIALOPEN, *-PARTIALOPEN! ^! {2 V2 D! y# Q1 Q8 I
PE, *PEDIT! Q" {* P7 Z& d+ n8 Z
PL, *PLINE4 y4 A7 ]) M5 J5 `
PO, *POINT/ @+ m8 c8 T( S# \; i X
POL, *POLYGON
5 M( [9 J8 f- lPR, *OPTIONS# c( f3 _+ C0 e8 h
PRCLOSE, *PROPERTIESCLOSE
2 E0 c5 c* @0 x" D# l0 O4 DPROPS, *PROPERTIES
& j' s% m6 l+ _0 b/ U+ nPRE, *PREVIEW* o) C1 m$ E* r! f5 p
PRINT, *PLOT3 R, s% y. G" M
PS, *PSPACE
. V0 U X- a- s0 A2 n# CPTW, *PUBLISHTOWEB/ f5 y* O) u: f% s P4 W
PU, *PURGE. f1 N! Q3 |6 U
-PU, *-PURGE
e# K+ [3 v( ~: m, B6 L' wR, *REDRAW4 C& I2 a4 @1 {1 m8 ~8 H/ j$ A
RA, *REDRAWALL+ [6 G! @" E/ M( [
RE, *REGEN$ q) \8 G# ^+ x$ D1 W
REA, *REGENALL
# G. u5 q1 w1 C6 o2 d. H1 n1 HREC, *RECTANGLE
% u. d N! d0 g1 q b2 t9 [2 VREG, *REGION
/ t2 F& c7 k3 i) VREN, *RENAME
/ \0 }) ?( a: B1 r9 @ s8 _! e-REN, *-RENAME3 x! b5 X E* |) P* Q$ M: G
REV, *REVOLVE, {! F$ y1 Q4 S) X$ ^) c
RM, *DDRMODES, D: }1 s2 c: k' A2 B
RT, *ROTATE
( I' G1 s3 k2 |+ \+ \3 a: |RPR, *RPREF
8 ?9 v% z8 o) x. a+ y1 _9 aRR, *RENDER
! M, B1 q/ W8 {3 V0 t3 s# q4 mS, *STRETCH4 a. _3 H. d" I- Z
SC, *SCALE8 H/ _* d P# I+ _7 k: `
SCR, *SCRIPT
: i6 t) O( `; t, `SE, *DSETTINGS7 D3 N& m+ o! H0 V, S
SEC, *SECTION
) y% S0 l% p6 Y# E% ~* oSET, *SETVAR" U8 k: }+ W1 @/ P
SHA, *SHADE
0 c+ z- q" N9 S0 I1 D5 ASL, *SLICE7 C9 b1 h% L6 o6 B$ s
SN, *SNAP
! B+ O" b, C. |3 K9 z3 T: B' ^SO, *SOLID
5 W+ M. ?6 ^+ s0 BSP, *SPELL. s: E* E- D3 r( x8 |2 w' W$ u8 J {9 i
SPL, *SPLINE
9 {6 w2 ?5 A: KSPE, *SPLINEDIT2 _% I( e# l. [" ?" C
ST, *STYLE
3 W2 z' i g4 X& f* ISU, *SUBTRACT
7 s: V6 l+ v: q. i2 ]+ `MT, *MTEXT
$ Z5 c! _* s- P& q" p! l' d. ]-MT, *-MTEXT
$ n h; w. L; G: E: N1 dTA, *TABLET
- Q3 [# y, i9 D% N1 \ q$ fTH, *THICKNESS
, |) x: T" U( p v- ]) G7 k7 ]TI, *TILEMODE
2 ]3 z% x d9 m6 w/ v' l3 f. J5 f; R0 c; ETO, *TOOLBAR. `8 U3 \- ?; t2 y- X$ x
TOL, *TOLERANCE. D* w: l, o* c% F% \
TOR, *TORUS' F: ~( u; i2 k1 D) R
T, *TRIM
) r8 p: e5 w. U! e7 I& X4 ]. Y4 FUC, *DDUCS
3 W" p: t% {$ z& }- {UCP, *DDUCSP& f5 E" A* w4 O) x, ~! H
UN, *UNITS
8 g6 H# E- c0 G-UN, *-UNITS& s' h, u' D+ a- M
UNI, *UNION
+ }) b' D( \1 s: ?V, *VIEW
9 |0 @. R* k& Q( [/ Y. h-V, *-VIEW
6 ]0 ?9 B8 E2 y) _' hVP, *DDVPOINT
# P3 @5 N) Y- \ i" a3 F$ m$ ^-VP, *VPOINT
7 n3 D+ S5 S; l r) cW, *WBLOCK
3 B1 g1 k1 y( W, e/ g-W, *-WBLOCK7 u- \$ m, L# P
WE, *WEDGE- J) F8 f4 m- G2 ~) W
X, *EXPLODE
$ ]7 R" ~; D( Q( N# iXA, *XATTACH7 w$ L9 c+ |9 q- V4 D- i! h
XB, *XBIND
( ^& K2 R9 d7 u: Q. x-XB, *-XBIND' a/ K' X i# k% G2 s; O
XC, *XCLIP. c, N# P+ ]% C- A# [, y { ~
XL, *XLINE/ w1 d+ o" T3 v, f( t* S
XR, *XREF
, F0 q$ h: u# W9 b+ P- W1 E5 S( [5 r-XR, *-XREF
3 h: O* T: \8 C' j7 xZ, *ZOOM9 j( ~3 h1 p4 l; A0 a
6 ?, `" D, \2 c; ~7 X& l3 T8 f
; The following are alternative aliases and aliases as supplied " ~1 S$ ?# D) U8 c
; in AutoCAD Release 13.8 e4 U- ]# F$ |
$ z6 q: J5 F; k8 K5 Z" Q
AV, *DSVIEWER. U1 R: n, d0 V: R+ p1 ~
CP, *COPY# M/ K. @7 S5 x, B) @: o+ G1 ?
DIMALI, *DIMALIGNED7 q) h' U/ }! _
DIMANG, *DIMANGULAR
% r9 G+ l% R8 C! X2 iDIMBASE, *DIMBASELINE( B5 ?! O b% Y& E/ @
DIMCONT, *DIMCONTINUE
! C# n3 u8 Q8 g: @DIMDIA, *DIMDIAMETER
& ^; ?0 L7 ^8 M7 X( p: l: K g: FDIMED, *DIMEDIT
. V! d$ W; a$ O8 E2 KDIMTED, *DIMTEDIT
! _) _4 O4 X8 k6 B+ [. ^DIMLIN, *DIMLINEAR
6 p; L- @: S: n# W rDIMORD, *DIMORDINATE
8 M) E+ }! E! g9 |! G* ^DIMRAD, *DIMRADIUS1 ~: ~5 D) A, w# f* g8 e- x
DIMSTY, *DIMSTYLE g4 F" h( q9 i: T I
DIMOVER, *DIMOVERRIDE" |6 z2 M+ t. c; g0 V: x* ]
LEAD, *LEADER. d! f! L: D+ y1 ^" j( H7 o
TM, *TILEMODE- {2 H: r% m3 i( `1 ~% z
" W+ F* }9 F6 o- i; Aliases for Hyperlink/URL Release 14 compatibility
$ B6 R: Q' A7 v" B8 TSAVEURL, *SAVE
/ T& b7 ^9 v! }& J1 XOPENURL, *OPEN
% o% D5 ~" B- V1 _9 b6 w, [. ?INSERTURL, *INSERT
& i4 S+ e: q( U* O6 F/ U) _* q2 M$ ]+ ]0 D+ k- e
; Aliases for commands discontinued in AutoCAD 2000:
( v |& a: v/ s4 i3 J7 sAAD, *DBCONNECT# U0 \ t4 G, Q" k5 D& O
AEX, *DBCONNECT + Y4 c) f% m+ s7 w0 b
ALI, *DBCONNECT 0 h, ?6 G o7 |. m' t3 ~
ASQ, *DBCONNECT # D/ x' ^0 u% h5 ]3 m
ARO, *DBCONNECT + L' J1 Z4 C* v$ k. V4 v
ASE, *DBCONNECT2 K; M+ b. d6 N2 \$ M8 W" l- Z
DDATTDEF, *ATTDEF
- ?4 W3 ?1 U- E' c, f6 `4 p8 sDDATTEXT, *ATTEXT
/ q' \( }# M; O! C0 H8 H3 ODDCHPROP, *PROPERTIES! P0 m3 S& g: I0 Q% ~) q7 B- n- f
DDCOLOR, *COLOR
) o0 w3 ~, c( R% oDDLMODES, *LAYER
% i& W7 t% x+ \+ i4 ODDLTYPE, *LINETYPE* e/ ?4 L' A+ s! x9 J6 i
DDMODIFY, *PROPERTIES
6 H. `" Q6 d$ F' o* bDDOSNAP, *OSNAP& K' a0 o! A* w2 L- r
DDUCS, *UCS |
|