|
; AutoCAD Program Parameters File For AutoCAD 2000& ^ F! @ t5 _ J
; External Command and Command Alias Definitions
) t: u& H/ [2 P9 e% G, b
% n8 {+ \6 k6 d; Copyright (C) 1997-2000 by Autodesk, Inc. [/ E4 S* c! ? K$ p. g$ t ?2 C
: M5 Z5 r0 w# a5 ~9 F+ G; Each time you open a new or existing drawing, AutoCAD searches . v0 c/ r1 G6 S
; the support path and reads the first acad.pgp file that it finds.
" h8 g7 M c1 O) ^$ f+ @& a4 V4 _7 G3 o0 i* D. g) H0 W6 q
; -- External Commands --
% L: [( ^, m% i3 p; While AutoCAD is running, you can invoke other programs or utilities
4 J- X \5 e* B) V6 C! s* Z* B& {; such Windows system commands, utilities, and applications.
1 }4 P) _: q/ C, X) d; You define external commands by specifying a command name to be used
4 }$ [( e" o; A2 H; from the AutoCAD command prompt and an executable command string ; i# \. R8 q% A2 p1 R( O
; that is passed to the operating system. + N' b/ S$ E! m2 l+ O
7 _- O. l2 X& Q0 A& a
; -- Command Aliases --4 z4 L# D5 s/ f8 T* Z
; You can abbreviate frequently used AutoCAD commands by defining 5 a5 l0 p+ T7 G8 T$ r' ^
; aliases for them in the command alias section of acad.pgp.6 K5 k* I% V% Z3 k& h. _
; You can create a command alias for any AutoCAD command,( v; R5 \9 C( K9 Q
; device driver command, or external command.$ h7 ^" l4 n' d
7 ^& y$ Y$ d: V+ c; Recommendation: back up this file before editing it.
4 f% |) `$ d8 I( ?8 ^+ m' Z2 D/ c; i/ [- q; H# k& ^& R
; External command format:' b- Z0 A" ]9 ?" J/ J1 S
; <Command name>,[<DOS request>],<Bit flag>,<Prompt>,
) i* B. c7 h) C3 D# O5 V# ]" K% T6 {* N& Y& e5 x& a+ @
; The bits of the bit flag have the following meanings:5 e6 t7 t& \. n* r: a
; Bit 1: if set, don't wait for the application to finish
# l: G# W" h$ C. y. B0 z- B- C% }3 L; Bit 2: if set, run the application minimized
0 V8 B, A, V: Y, r1 z* B# c; Bit 4: if set, run the application "hidden"
$ W9 j3 b$ J5 k$ W# i- v; Bit 8: if set, put the argument string in quotes$ x, W, |, j p, {" \
;
' u( Q C6 c0 w7 R: y; Fill the "bit flag" field with the sum of the desired bits.
8 h3 s$ }2 u) h4 c& Y9 `; Bits 2 and 4 are mutually exclusive; if both are specified, only 8 L0 G, w- |, I( r# H) p. k
; the 2 bit is used. The most useful values are likely to be 0
/ M% Z8 l9 K0 ]$ H* {' V; (start the application and wait for it to finish), 1 (start the 2 v3 }0 D$ ?4 F h: f4 G
; application and don't wait), 3 (minimize and don't wait), and 5 8 Z# U _2 ?" g4 b. N# V# Q
; (hide and don't wait). Values of 2 and 4 should normally be avoided, 8 Y, n( {4 }0 B8 ?7 S1 R/ C7 ~
; as they make AutoCAD unavailable until the application has completed.0 |# G4 m8 E$ o) l( Z( L
;+ E+ u, ]8 H) ~7 J+ ~9 [) o
; Bit 8 allows commands like DEL to work properly with filenames that 3 \# L9 X) q( _" \- _; n
; have spaces such as "long filename.dwg". Note that this will interfere 6 o( V1 t2 c% E: { R4 j
; with passing space delimited lists of file names to these same commands.4 M- ]" Q' r6 `
; If you prefer multiplefile support to using long file names, turn off
; i: X9 p* |4 \; F2 D# C; the "8" bit in those commands.; Z# b# L& s- E" S
+ ^( n1 y& l8 b; z; Examples of external commands for command windows/ r1 q1 ~6 F0 a! F
9 \2 G2 F: j7 E. |8 ^CATALOG, DIR /W, 8,File specification: ,
" t7 J5 P; ?/ FDEL, DEL, 8,File to delete: ,
! [. ]/ z: ~4 c8 [8 u8 p( uDIR, DIR, 8,File specification: ,
. X" M& B: R/ B3 h$ nEDIT, START EDIT, 9,File to edit: ,5 w8 ?3 a, H9 E" U; w" d
SH, , 1,*OS Command: ,
2 G5 N) G) c0 ^SHELL, , 1,*OS Command: ,
9 E* N& Q7 i, V- q9 LSTART, START, 1,*Application to start: ," ~1 z$ n4 e+ v# O0 i; \! U, t% [
TYPE, TYPE, 8,File to list: ,
7 P5 P' w4 _$ b" n5 K6 w
$ _' E3 h6 f X+ j; Examples of external commands for Windows# Q/ m2 n9 U0 v% A( V7 _- O
; See also the (STARTAPP) AutoLISP function for an alternative method.
3 D2 Y; a ^" ]: `) ?; E
8 m' c( u! O0 L; c4 b: L' ^( xEXPLORER, START EXPLORER, 1,,
. b) Q8 r- s- L7 y6 mNOTEPAD, START NOTEPAD, 1,*File to edit: ,' U' m! X* {6 _# Y0 `* u: z7 i
PBRUSH, START PBRUSH, 1,,
+ M h1 A0 s" c8 K" q, M4 f) `- @/ Y6 s7 ~% |) W
% |* D. R6 L5 R [; Command alias format:
5 [& N( d( a/ A. ^; <Alias>,*<Full command name>5 u# ^/ j' b5 L
8 C7 N* e* K' P8 v. s A& t; The following are guidelines for creating new command aliases.
; @, u- q% ^) _! n: B; 1. An alias should reduce a command by at least two characters. " @( U& @- h% V/ s' s3 L+ [; X
; Commands with a control key equivalent, status bar button,
4 S5 {- N6 r; e0 g) o- S; or function key do not require a command alias. ) c8 n4 v' Y' d& R
; Examples: Control N, O, P, and S for New, Open, Print, Save./ ?8 p8 O( d8 d1 U- e& I& R! A
; 2. Try the first character of the command, then try the first two,
. x( L% {& G- f8 J; then the first three./ o8 L2 Y' a6 @1 Z/ X
; 3. Once an alias is defined, add suffixes for related aliases: 7 A6 g6 ~5 Y! C C* F
; Examples: R for Redraw, RA for Redrawall, L for Line, LT for
! J1 B+ ~& _3 q; Linetype." [ @* ~- x4 i
; 4. Use a hyphen to differentiate between command line and dialog 9 V$ Q( i: p: ]9 c" u, @
; box commands.
0 k' n7 C/ k3 L W5 B; Example: B for Block, -B for -Block.
1 ^+ K6 Q- O3 Y; h. {' H9 p2 v;$ r" v, I5 P: w M5 h# E) M* v
; Exceptions to the rules include AA for Area, T for Mtext, X for Explode.! h1 p" a* a0 k/ P
% N2 h; W. i0 u8 u+ d( Y; -- Sample aliases for AutoCAD commands --
M, I& M E- Z8 `; These examples include most frequently used commands.$ L2 ^: Y! p+ ~% {
5 F% I2 C7 @4 A! S- X' I3A, *3DARRAY! H* {1 i. v& Z$ r, F0 h
3DO, *3DORBIT3 A0 e" }% [$ r3 {5 w
3F, *3DFACE3 n; H* S& m( b
3P, *3DPOLY; v& E- c' Q; x" W1 F5 j8 w
A, *ARC
4 J# }9 {3 C7 A" M f dADC, *ADCENTER
! e( A! T7 R! }; \2 v! i5 S8 NAA, *AREA) h8 |8 Y9 v6 R0 m
AL, *ALIGN
4 T! `' z- ^8 y& F, F- b" KAP, *APPLOAD
) U3 c9 `$ J! HAR, *ARRAY
! d" w) Q; e2 f, n4 Z: f% _- B, h-AR, *-ARRAY" ? P, ]8 n! W0 u( i
ATT, *ATTDEF, X2 A1 F* d! t! Z2 L% K% Z5 W
-ATT, *-ATTDEF
0 [7 [! g" X; XATE, *ATTEDIT; L# p* E3 J2 N/ W" l% B
-ATE, *-ATTEDIT
1 W' E) w6 w3 O8 N. CATTE, *-ATTEDIT' o2 k T, p2 f9 ~6 a
BL, *BLOCK
) X4 y$ D, u- `$ z+ y. ~-BL, *-BLOCK* E. p. P! X u9 m& A9 H) ^
BH, *BHATCH
n3 S4 r) m% h" o8 tBO, *BOUNDARY R( @/ N# R4 ?# }, W
-BO, *-BOUNDARY
: t' k2 A0 i$ }7 d5 f MB, *BREAK; q" S: J6 B' ]* Y+ N
CC, *CIRCLE# E: q9 M* h3 q. F
CH, *PROPERTIES
' o6 s- e: k/ B4 ]' t0 K-CH, *CHANGE
4 N+ o0 m; A1 y9 j* [1 r% BCHA, *CHAMFER
2 L0 b$ c) h' x" \0 x; GCOL, *COLOR+ A; K; o. g+ z1 g
COLOUR, *COLOR
& ?" y3 I! t* l) t6 r0 C( B/ j. HC, *COPY
7 D3 @) J6 G9 V* x- [. _D, *DIMSTYLE
: Y t2 l6 b( w8 Q. ]- m6 KDAL, *DIMALIGNED
# U# a/ z0 Q X. a1 kDAN, *DIMANGULAR4 e+ u& H' L9 Y5 O
DBA, *DIMBASELINE6 M; {; A; X4 C
DBC, *DBCONNECT
/ f% d/ r* G' D: i5 M0 NDCE, *DIMCENTER
. t1 }$ K1 C! P$ F+ S: y, pDCO, *DIMCONTINUE; d. f1 k/ X3 V9 u' [/ @ p5 \" o" c# g
DDA, *DIMDISASSOCIATE
6 D7 y2 k# s+ o& u2 y& t, PDDI, *DIMDIAMETER5 w3 d, [" l5 l9 B0 W, M! z% m. t
DED, *DIMEDIT" l. Y4 r9 n: {6 ?* X' g# Z
DI, *DIST
5 e# w: X( G, m0 f9 n: `1 kDIV, *DIVIDE
& x" @2 [9 s- e/ r' g- ~0 Q1 H) XDLI, *DIMLINEAR# n0 p: d7 C& v9 ]; W7 K5 X4 l- Y
DO, *DONUT" Y& {9 B0 ~6 \7 D3 U
DOR, *DIMORDINATE2 s" }! l& \( S" p$ F
DOV, *DIMOVERRIDE% F* k$ V4 B" Z- H' _
DR, *DRAWORDER& s8 x% g: o1 y$ p' D5 n
DRA, *DIMRADIUS
/ ^9 c# |7 j) \4 j# K% |DRE, *DIMREASSOCIATE
6 h, R* N- A4 GDS, *DSETTINGS
! L7 w+ O4 G& D( @! ?DST, *DIMSTYLE, s# k% s7 ]$ J
DT, *DTEXT
: n c& d& }7 Y* n( k1 \! X/ PDV, *DVIEW
! d" f' T/ h/ ~- e9 |E, *ERASE
* D, L: n4 \2 n8 R! Z0 Z3 gED, *DDEDIT% i' l* f$ |$ R2 J+ k
EL, *ELLIPSE
. a3 L! t8 C# qEX, *EXTEND
' g% B. Z( X9 Y5 d" }9 wEXIT, *QUIT
# ~; J# t2 W- H% t. f/ VEXP, *EXPORT
v; A5 F- J, Q9 T( FEXT, *EXTRUDE/ ~: H: X2 J4 j1 d/ l, N
F, *FILLET. M `7 F" }+ D% N* ?
FI, *FILTER. y5 s X O* o9 o
G, *GROUP
) @8 K% v0 x, T5 r-G, *-GROUP
4 n4 L* @0 C" s0 G2 v/ HGR, *DDGRIPS
; J7 A' P9 r$ O3 |! |4 d ZH, *BHATCH
# M4 `3 |/ E& Y( X# y2 j. z2 J8 I, D-H, *HATCH" r6 ]( {5 I2 _% f3 Y
HE, *HATCHEDIT. d, {* F% x5 G( M+ J7 {& @+ B/ A
HI, *HIDE/ s J2 X/ N% n1 Z3 a
I, *INSERT
6 F8 q+ G2 z# P) J$ Z2 _% N/ U-I, *-INSERT9 {$ r4 B; ], i
IAD, *IMAGEADJUST9 t: q) e0 \. e7 e* W
IAT, *IMAGEATTACH8 \$ [5 a) e# b* F
ICL, *IMAGECLIP7 r0 `8 R" y/ d+ X6 l
IM, *IMAGE; J( C' V* b% U% I* t X
-IM, *-IMAGE
5 U( F/ e5 n* Q" z1 P/ O9 C3 eIMP, *IMPORT
/ L0 e' ~' g% G) [$ ]5 H( U- R4 DIN, *INTERSECT( H! G7 m3 W( z+ i& z# Z
INF, *INTERFERE
/ j( J% F, s" ~IO, *INSERTOBJ) y+ g4 g+ {# w) F) ?3 @5 I7 {2 ?
L, *LINE0 Z: {5 P( t; d
LA, *LAYER
: b6 O3 h( U" q-LA, *-LAYER7 S' ]" O" r- b- M& `
LE, *QLEADER
; c6 N7 _- P. L5 V) q4 L- [* LLEN, *LENGTHEN
S8 H1 y" F" e* ?4 p/ _LI, *LIST& I* Y3 p' g/ q: U& Z
LINEWEIGHT, *LWEIGHT
. H' z5 M% Z, q2 G, x% z! O( NLO, *-LAYOUT, V! q3 X) o% U& d1 C
LS, *LIST
+ S9 V* }% }% n* J+ f. F, sLT, *LINETYPE, @! V6 i( W2 Y/ \' L
-LT, *-LINETYPE! J$ D- e* l$ Q$ e2 K
LTYPE, *LINETYPE3 m# [/ a X6 b# _+ m% D' D/ e
-LTYPE, *-LINETYPE
\+ o2 \$ W, E3 s& W# k2 fLTS, *LTSCALE
2 E* C( e1 B( t! }2 NLW, *LWEIGHT7 N: c; w. Q$ k$ ?/ w5 f; @
M, *MOVE
: W& B% L8 l8 M: `MA, *MATCHPROP& v0 E" j! ?# h# H
ME, *MEASURE
5 e6 W" n( E, X, V7 r+ jMI, *MIRROR- I+ v. D0 V: n' N9 q& z7 x% j
ML, *MLINE
: @, Z% K2 P9 s8 Y! eMO, *PROPERTIES6 `4 j' Z0 K9 K3 x- y6 @, G
MS, *MSPACE
$ d$ p$ l+ D7 j/ }4 kMT, *MTEXT
}7 B* c0 |9 ?! v* FMV, *MVIEW
7 u4 m% a8 g" W3 Y/ r5 e1 ?1 kO, *OFFSET
9 c$ F# ]1 ^# C& p: aOP, *OPTIONS
8 V [( k5 ^& I& m2 J2 r9 n) RORBIT, *3DORBIT7 `$ b8 ~ m& E/ J+ j
OS, *OSNAP$ ~% V; d: N7 Y: O, z1 Y
-OS, *-OSNAP
1 m. r W1 S: ~1 k+ O7 b8 jN, *PAN
, D8 P) ^% k" D-N, *-PAN
) ]+ [# g0 ?, _7 I6 SPA, *PASTESPEC! @0 f8 p- W3 ~4 @. i
PARTIALOPEN, *-PARTIALOPEN. e! d/ n* P2 X' B2 F. C
PE, *PEDIT
}9 b: p( b u1 ~% @2 N& @3 q8 xPL, *PLINE3 z2 X& M9 ~! J5 Q5 k0 q4 R; H
PO, *POINT% a0 S" d- M z1 _% F( m
POL, *POLYGON1 X5 c( _3 J0 z% X
PR, *OPTIONS
+ \9 f; v* H* ?5 @7 i: XPRCLOSE, *PROPERTIESCLOSE7 T5 ?& g; G( `7 K) W7 C; j7 k
PROPS, *PROPERTIES
5 }8 y: {, O7 ?9 g# _* x9 KPRE, *PREVIEW0 i, Y! z# H* @. M; Y
PRINT, *PLOT
8 j) ]! L0 h# M, ?( y+ v8 t: }0 }1 DPS, *PSPACE
" u& Z$ t- \% ^' k/ `PTW, *PUBLISHTOWEB
, {2 O8 q, q. C0 @/ q# tPU, *PURGE
7 w* j( Z& Y" K-PU, *-PURGE
0 E" R+ [( d7 q/ wR, *REDRAW9 Q% g* U! m6 ^% y
RA, *REDRAWALL# `, [6 T; X+ v1 {& V0 E
RE, *REGEN6 t1 i, H8 a5 T/ q. j" [% P9 o
REA, *REGENALL* @+ N8 p W, ]
REC, *RECTANGLE
; K3 T+ _* `2 \8 }8 SREG, *REGION1 [, m& r* T1 `6 S5 d
REN, *RENAME
" p% {- v* u* ~) t4 u& \/ x-REN, *-RENAME0 O& W. l! e8 a
REV, *REVOLVE
& q ?% v2 }) R! h" ]" IRM, *DDRMODES, Z5 U/ n% w# T6 L0 R/ q! R
RT, *ROTATE
3 {4 h. q. U$ a! g" ?, iRPR, *RPREF
/ t0 Q/ t7 B( O6 o. s: DRR, *RENDER
" ` W# e- S" ~, h# I1 [4 BS, *STRETCH- D5 m. ]/ ` k7 }! S1 z
SC, *SCALE" v0 A7 S7 Q4 X k* q% x5 V
SCR, *SCRIPT; o2 d2 P" ]: e( k0 ^ u
SE, *DSETTINGS6 G: X% Y2 q# n, c# J1 z2 h- h; Z
SEC, *SECTION I3 y7 s' K6 I# V4 P) r* ~2 i
SET, *SETVAR
) i3 f7 C8 h P, zSHA, *SHADE
( k. ~- C L' y/ c. oSL, *SLICE' z; u1 [" ]2 i% l
SN, *SNAP( ?1 u/ @. G; i# x6 p$ P
SO, *SOLID3 Q6 t) O9 L. A- ?; J
SP, *SPELL ^. d% k& f% X: H# K! u
SPL, *SPLINE
3 r% I# V( i' G% kSPE, *SPLINEDIT
6 J( C3 c" \ I; lST, *STYLE
* \2 l2 l0 N- @/ _3 FSU, *SUBTRACT
* g, O K2 H' X. E8 FMT, *MTEXT
% w$ E- x2 O% s' u t-MT, *-MTEXT" ?: M# d, T( G
TA, *TABLET# n) A9 P0 ]% k* Z9 R( z
TH, *THICKNESS
) H, L4 y) m. q8 t: Z NTI, *TILEMODE
- u& Q2 N" a J7 [TO, *TOOLBAR( O3 j5 F( b9 `. S
TOL, *TOLERANCE6 o* l, l& T& k
TOR, *TORUS
7 e2 S G& O; k$ l; Y5 UT, *TRIM2 f* S$ t- d; v6 o1 B# t
UC, *DDUCS
, V. j3 Q1 Z: v: l- w/ a2 OUCP, *DDUCSP1 q/ U9 K! r, u. H( U$ e
UN, *UNITS/ Z1 G4 k' t6 K3 L9 V8 H, f
-UN, *-UNITS$ o" H- v) {3 \3 ]. l7 i
UNI, *UNION
1 k; B$ D8 A2 F, G" b {& NV, *VIEW* _* a7 p z7 h; O" t8 I0 n. R
-V, *-VIEW
' b( @- S% z+ h2 w; Z. d- ~. gVP, *DDVPOINT
: M5 n+ S+ n1 j- p3 Y-VP, *VPOINT
4 K- W. C6 L: r8 `) SW, *WBLOCK
7 Y" m) K1 d: g2 w5 k/ q' N-W, *-WBLOCK
3 o6 j9 z4 y+ G2 b# FWE, *WEDGE+ x. q- j1 m' J
X, *EXPLODE
! N$ e) u& `/ ~XA, *XATTACH
7 [4 c! i; J. L6 r& ?5 lXB, *XBIND# f" L& D9 H5 e1 K0 Y
-XB, *-XBIND
2 A1 D- E7 X; AXC, *XCLIP
0 \; S2 n7 n$ R7 B' u: f1 FXL, *XLINE" H4 Z& H0 E6 ?8 U7 H5 j
XR, *XREF x2 V* i# [, U7 d1 @! j
-XR, *-XREF
7 x X; ~# I2 p- P4 [2 EZ, *ZOOM4 q0 L3 S) _: B# g9 O
@4 R& A. c8 a) r( _) Y7 x4 z
; The following are alternative aliases and aliases as supplied
9 x7 I9 t+ W5 H A5 \7 j/ E9 y9 @3 u; in AutoCAD Release 13.7 F+ _2 [. L; D, y& M
& C' v, Q+ o0 ~ F+ `
AV, *DSVIEWER. p" C2 `% c) M, V: ~4 N% O
CP, *COPY
0 k' ~5 L! y$ g0 Q4 b. jDIMALI, *DIMALIGNED
8 X6 z: w% l/ z0 \ hDIMANG, *DIMANGULAR
+ L8 g5 Y7 c2 fDIMBASE, *DIMBASELINE* [' Y6 L5 }- D: O
DIMCONT, *DIMCONTINUE% ^9 [" \$ k* W' O
DIMDIA, *DIMDIAMETER: B4 n3 B5 @) H/ u5 @% r& D
DIMED, *DIMEDIT
& B& d/ ?3 m! c7 L5 N' rDIMTED, *DIMTEDIT
% v! X1 ~7 c: i5 v! aDIMLIN, *DIMLINEAR
3 B& r, V1 y! m1 j, X2 ZDIMORD, *DIMORDINATE0 S! G2 P/ Z) e$ t: t- n# _% y
DIMRAD, *DIMRADIUS3 `# [1 b5 j) U/ {6 J5 M
DIMSTY, *DIMSTYLE' n! M" a2 v5 e/ z+ \% T) |6 s& Z
DIMOVER, *DIMOVERRIDE
! H, ?( K: C$ |( Y+ \9 BLEAD, *LEADER
2 A$ i* S1 s( w8 E. H t" XTM, *TILEMODE1 f2 ]/ q: e2 r7 z6 c
5 K0 K( m. x5 V5 h& _
; Aliases for Hyperlink/URL Release 14 compatibility
) u N |; O3 DSAVEURL, *SAVE
/ i) K6 p) w9 G! m& X) jOPENURL, *OPEN
, n5 r( T% H# p2 c. RINSERTURL, *INSERT) b) [9 e9 q S/ P+ O8 t
+ t" E' h" H) Q' h; Aliases for commands discontinued in AutoCAD 2000:
$ @1 a* R% Z4 A# c OAAD, *DBCONNECT
' b. o; q0 K' ^4 jAEX, *DBCONNECT
- j# w9 t- _4 a" O, QALI, *DBCONNECT
3 k& v& q, F, |# w; x2 E: [ASQ, *DBCONNECT . @+ d7 _1 s1 N2 n* c
ARO, *DBCONNECT
) p1 U, S- @7 U# R8 iASE, *DBCONNECT" l8 H2 D, m- w5 i7 G
DDATTDEF, *ATTDEF
% h' C1 f2 P P5 M- a/ h; ?- wDDATTEXT, *ATTEXT
! X; P* d: x* u; e0 JDDCHPROP, *PROPERTIES% z% Q1 _$ e a! t* z
DDCOLOR, *COLOR$ c; S0 F8 H% _( K' C( S. @
DDLMODES, *LAYER; Z. ]0 ?, P/ g6 _/ d9 A
DDLTYPE, *LINETYPE+ S2 [0 j j) c3 B: H/ f
DDMODIFY, *PROPERTIES/ B1 e7 ^9 w3 _
DDOSNAP, *OSNAP
6 |8 e8 K/ O+ dDDUCS, *UCS |
|