|
; AutoCAD Program Parameters File For AutoCAD 2000* U4 t3 u3 [ F8 H( F' G
; External Command and Command Alias Definitions
7 r/ ?8 i! N3 g5 X# ?) Z% E
! A% O$ F, g% s4 f6 p" E; Copyright (C) 1997-2000 by Autodesk, Inc.
& ]2 M# o6 w: _ D& }3 o' E, h3 ^0 q; P9 H
; Each time you open a new or existing drawing, AutoCAD searches " [9 \. s, ?5 |0 e4 t
; the support path and reads the first acad.pgp file that it finds.
9 }) |( f( P4 N* S' v) j4 B: d. J7 ]
; -- External Commands --; j v2 k3 Z0 M: R# y: {
; While AutoCAD is running, you can invoke other programs or utilities+ R8 C: S3 f; ]/ O0 d4 |! P
; such Windows system commands, utilities, and applications.9 f* K: ]/ x- J
; You define external commands by specifying a command name to be used
0 _; w1 I% }& z( U; from the AutoCAD command prompt and an executable command string
* ~* G. H# X) P; that is passed to the operating system. . ^% U# a" [- K( \( G5 F) k
0 k: e& }5 X3 S8 B. @3 a i8 _
; -- Command Aliases --
2 s& T, \8 H5 N2 p ?; You can abbreviate frequently used AutoCAD commands by defining
- }6 Z) k4 I8 A- R9 _; aliases for them in the command alias section of acad.pgp.
1 \0 b* \( f* x. N% e; You can create a command alias for any AutoCAD command,9 t8 _8 O; } a1 _6 K7 r( i" O% }
; device driver command, or external command.9 G% n: _4 {. C6 B. c [; c
2 {& c8 o+ g* B6 b9 o J
; Recommendation: back up this file before editing it.
# J% H# i: b- Q4 r
( Y4 P6 N9 z0 u) R; External command format:
! ` j. m8 _' ?4 o+ |; <Command name>,[<DOS request>],<Bit flag>,<Prompt>,* f- x" K0 G( q5 Z
( z) K5 V8 } u! e8 {- M9 W; The bits of the bit flag have the following meanings:
3 Y9 E! |1 W7 J' C" z; Bit 1: if set, don't wait for the application to finish
: q! v$ z1 k. b1 G6 q3 T; Bit 2: if set, run the application minimized
, ~+ k6 g( z2 d4 p! B2 L; Bit 4: if set, run the application "hidden" ~ W" C! ]! G9 E2 E. D
; Bit 8: if set, put the argument string in quotes) n5 G T2 O, A. W
;' o, {( o# i$ i$ n" E9 ^
; Fill the "bit flag" field with the sum of the desired bits.
: p1 z* \$ `! d+ e' X0 ?5 S; Bits 2 and 4 are mutually exclusive; if both are specified, only
+ F2 R6 v2 D' r6 c4 Y+ o: l; the 2 bit is used. The most useful values are likely to be 0 % l7 V. s: H+ j6 L
; (start the application and wait for it to finish), 1 (start the + V0 I5 W! V3 T: X% E! |8 q9 {. s$ E
; application and don't wait), 3 (minimize and don't wait), and 5
) q: F" Y8 A) `, x: B3 E/ j; (hide and don't wait). Values of 2 and 4 should normally be avoided,
4 o X, F1 G& H: S9 [+ y; as they make AutoCAD unavailable until the application has completed.: }7 W: R6 t% z
;, K% T6 q' a( B( Q+ t. P# Z
; Bit 8 allows commands like DEL to work properly with filenames that + c: u/ w, M2 l& N8 W$ l
; have spaces such as "long filename.dwg". Note that this will interfere 8 `# V/ Z/ M6 P% a0 d
; with passing space delimited lists of file names to these same commands.
2 j0 v( x' F; Y- B9 }; P; If you prefer multiplefile support to using long file names, turn off 7 j3 G% x. O/ {1 l7 e
; the "8" bit in those commands.
' j1 c! {9 [2 A' d
% C0 Z, |3 l0 L. m6 V: b% ?; Examples of external commands for command windows* _. j/ Q9 Y4 c7 s0 T
1 o( f: _4 x( ?7 w2 e" XCATALOG, DIR /W, 8,File specification: ,; b+ A6 T, n. n! ~# `
DEL, DEL, 8,File to delete: ,
* a7 T: c+ `; n! w LDIR, DIR, 8,File specification: ,
0 @/ N* s5 o$ q) W4 sEDIT, START EDIT, 9,File to edit: ,. ]6 A1 o! ?. ]4 ~
SH, , 1,*OS Command: ,# U6 n* w6 L- G
SHELL, , 1,*OS Command: ,
" P; U. r. f/ pSTART, START, 1,*Application to start: ,8 P* h3 W m8 o! ^: `1 C
TYPE, TYPE, 8,File to list: ,& f+ v/ K8 t- X. O" a" f) t Y
, e" r5 O1 x; i3 [/ n |
; Examples of external commands for Windows
# y, e. P9 B0 c6 K6 {; See also the (STARTAPP) AutoLISP function for an alternative method.2 S$ W7 {$ X! r, U6 I
& B( \; o6 n/ G, E" N9 X% p& s& C
EXPLORER, START EXPLORER, 1,,0 G' n; g. h2 ^/ j7 o6 [& e
NOTEPAD, START NOTEPAD, 1,*File to edit: ,% ]5 z; T6 N; A$ E* B% e8 @
PBRUSH, START PBRUSH, 1,,
: n/ A: N3 ~! }) H5 T) d* V- V- K$ b0 t! }
1 p/ ?' L- l0 W+ ] C; Command alias format:# ~' s! t6 p! l8 y7 ^; ?( j
; <Alias>,*<Full command name># x4 o% | E8 ~( a
$ }! ^$ U _. C% p# r; The following are guidelines for creating new command aliases.1 r& @& u5 H) ?# s3 U+ L
; 1. An alias should reduce a command by at least two characters. 2 c- x }* C7 ~+ G0 ?
; Commands with a control key equivalent, status bar button, 2 U. J6 a! o! P L& k
; or function key do not require a command alias.
+ r4 x$ K' N" {: Q5 _" ? L" h; Examples: Control N, O, P, and S for New, Open, Print, Save.
$ w2 f9 c3 r( j; 2. Try the first character of the command, then try the first two, $ b9 t: M _- m
; then the first three.. t3 O b1 n7 W
; 3. Once an alias is defined, add suffixes for related aliases:
; W# n9 n) x) s( k1 x; Examples: R for Redraw, RA for Redrawall, L for Line, LT for . [6 L( H" N$ k4 W' ?
; Linetype.
. G5 F$ a9 Y# g, r' h4 Y9 o; 4. Use a hyphen to differentiate between command line and dialog
: Y ^4 \ l8 X! o% }; box commands.
% s5 q: V$ \& {) N/ j8 A; Example: B for Block, -B for -Block." j9 p3 @# q; F. v- ] Y, C' I6 m
;
) O, T: v) d2 h. g# ]: M; Exceptions to the rules include AA for Area, T for Mtext, X for Explode.! E; w3 K V# Q K3 N
7 d2 Y6 d* Z4 _- I% `
; -- Sample aliases for AutoCAD commands --/ P4 N, ]4 [) k% ?! W
; These examples include most frequently used commands.
; t6 o7 G: F. H1 L7 s9 m+ r1 B0 M+ q# @1 r% ^1 g
3A, *3DARRAY n8 L5 b6 x9 {% U( |
3DO, *3DORBIT5 s! h" H: n* w$ ?6 i' t( s
3F, *3DFACE/ C8 _1 R+ e8 w! M2 i
3P, *3DPOLY* ^; l! ^. S, O) J* y
A, *ARC
4 H! u0 N4 C) L6 {0 v6 U* }ADC, *ADCENTER% ^, |+ H+ {2 R2 v- o
AA, *AREA; {+ K, |1 ?; }) W* g, {/ ~3 Y
AL, *ALIGN
, M2 i9 N$ t' ~1 f( v7 sAP, *APPLOAD$ j; K! T4 |0 Z. U
AR, *ARRAY5 {+ {8 w+ X+ R* E$ A7 g
-AR, *-ARRAY) J0 e" O% t8 I6 x
ATT, *ATTDEF
" V7 O$ p4 ^2 X) q% i-ATT, *-ATTDEF- E$ }) }* x6 T& n8 H, l7 k
ATE, *ATTEDIT
8 H2 L$ g2 K8 s$ d* M: |-ATE, *-ATTEDIT% n. s2 `( O" g4 t7 F6 Z
ATTE, *-ATTEDIT
; D9 P c3 G" q" r1 |9 ]5 o4 FBL, *BLOCK6 w) ]4 E" Y! z+ `8 R# f0 l+ Z
-BL, *-BLOCK8 n; y- b0 o4 ~' z( z
BH, *BHATCH4 d% f+ s# o$ L; q+ |) [! i+ n2 I. M4 e
BO, *BOUNDARY. |) ]0 I9 {5 @" ~
-BO, *-BOUNDARY# R2 {8 ]% c% N# \) c: |
B, *BREAK' `0 ?8 C2 R7 B, m8 |0 Q
CC, *CIRCLE
8 F0 ~: F/ G/ S WCH, *PROPERTIES# N+ |* a6 O! Y: A5 E
-CH, *CHANGE
- _, I( W2 ~9 a. w$ S1 l" y& O' QCHA, *CHAMFER
* [& V. G. M5 _) F, UCOL, *COLOR
' j* `8 o4 }, X5 }( f" iCOLOUR, *COLOR" |9 j& _! H/ d
C, *COPY" ~ O# M3 x3 W0 g2 V
D, *DIMSTYLE5 e# Z8 G) K+ l& L* b
DAL, *DIMALIGNED5 @* p1 O; j5 C$ K: b
DAN, *DIMANGULAR
K7 i9 l) o8 ~( vDBA, *DIMBASELINE" M% [, x1 P. A5 M) C
DBC, *DBCONNECT. ~8 M2 O8 g+ x( ^$ m6 U" x) ~
DCE, *DIMCENTER$ T- ~7 S/ t1 d. }& [0 x
DCO, *DIMCONTINUE
V- A* _% ~5 y* dDDA, *DIMDISASSOCIATE1 `5 h0 g5 G, ^4 u2 t: P
DDI, *DIMDIAMETER
; a. |5 f, n$ r% @. e8 e5 ZDED, *DIMEDIT
) D7 a& _ G( j6 PDI, *DIST# b. J: z \3 Y$ F, J
DIV, *DIVIDE, g. m$ B( A1 o
DLI, *DIMLINEAR
6 J" b1 I2 l) g8 @0 pDO, *DONUT
% b# m) g0 g0 H8 z. r1 D2 }( nDOR, *DIMORDINATE/ ]$ m; H% e. ]+ b6 ?2 W8 Y
DOV, *DIMOVERRIDE
" {4 n3 N' z3 F+ A& I7 m& rDR, *DRAWORDER
" X6 x- G0 w% v9 _DRA, *DIMRADIUS+ u6 f8 }! S) n, M7 i
DRE, *DIMREASSOCIATE# D' y! m: b8 S: t& v, o
DS, *DSETTINGS$ ]8 A3 c7 R5 A4 M, q0 D$ P, R
DST, *DIMSTYLE
- h8 ?+ R4 d9 ^7 P2 J; WDT, *DTEXT- z8 ~6 `8 a) ~/ T* |8 Z
DV, *DVIEW. z. ^+ `: U- I! F$ }$ v# v
E, *ERASE
, G- V2 j) ^7 n% bED, *DDEDIT
/ J- z: Y7 ~+ Y( H3 w: b- H% bEL, *ELLIPSE) x; ^( k0 R, z( G( ~* i5 _4 Y6 D* I
EX, *EXTEND
( K$ b1 w4 c' {+ `8 H# x* p0 G) BEXIT, *QUIT/ ]9 }5 x R4 `- S. w
EXP, *EXPORT8 J; D5 O& I1 U) {9 S
EXT, *EXTRUDE D! U+ S3 c0 }) S1 A' Y3 ~
F, *FILLET5 S! b. f M! |7 e0 Z2 l
FI, *FILTER
! s: i0 Y) I- NG, *GROUP
% D- U8 Z+ b9 a1 N- [1 f-G, *-GROUP
9 z9 ]% x3 i$ `' E+ M( }" A4 vGR, *DDGRIPS% p$ m8 d/ ^& o3 w' b* ?
H, *BHATCH1 Q, j3 \5 I" c+ p6 i
-H, *HATCH
+ \2 `( m* V/ Q$ W* r7 KHE, *HATCHEDIT' s/ w0 B4 {9 c) a# O
HI, *HIDE
- p& A$ i4 \8 ~6 G( q4 ?I, *INSERT- S4 h7 _8 V; z; f
-I, *-INSERT
0 b7 W7 g5 K) H2 F4 ] b1 eIAD, *IMAGEADJUST6 b e0 t/ M$ ~6 X1 O$ E+ f: }2 N
IAT, *IMAGEATTACH
5 w4 j6 A' w& x ]# _: wICL, *IMAGECLIP. |3 @& U3 Q9 T1 _ g9 P( b
IM, *IMAGE
2 o( h( @5 q0 H- w# P/ ?% n' E6 ]-IM, *-IMAGE8 [/ Y# k9 _- d* J& r6 K3 X
IMP, *IMPORT
' s& G& ]: G9 f: iIN, *INTERSECT: u. Z: j1 T) D- V. R
INF, *INTERFERE- [8 a6 e- ]' c6 l
IO, *INSERTOBJ
9 [4 A% r. C/ _# aL, *LINE F; ?+ q3 e0 b/ x- k
LA, *LAYER
! H" x' X. k f-LA, *-LAYER
; h" v' X+ L! ?4 V8 h5 U LLE, *QLEADER
9 _8 L: e- r% o& _7 DLEN, *LENGTHEN
8 L! ?0 b+ x2 C! W" KLI, *LIST
2 H. y! l3 z% D/ u; bLINEWEIGHT, *LWEIGHT
8 c$ q I2 {7 ], ULO, *-LAYOUT( ?9 i* U/ e, |5 l" n4 Z
LS, *LIST
" h) w" B8 `' zLT, *LINETYPE
) W9 V% P1 [: A9 N4 L& j6 V-LT, *-LINETYPE
7 w) `& ]( n2 f e; ?5 f0 mLTYPE, *LINETYPE
+ W: r# W' Q# `- N-LTYPE, *-LINETYPE5 c* R4 W/ V- j# k5 s$ n. V+ k
LTS, *LTSCALE( E/ N% l" r9 `
LW, *LWEIGHT% R* R. r5 C0 {! O3 [
M, *MOVE% C9 K1 g3 {0 i( q$ \! W
MA, *MATCHPROP7 a/ e! ^% d/ w8 ?/ u* D
ME, *MEASURE
6 K5 Y) K6 S2 x9 d" W: p7 }# UMI, *MIRROR
' o/ W# w- G4 d/ [& OML, *MLINE
/ L5 X5 |) v" K S+ y' x& Z9 m9 lMO, *PROPERTIES
. d0 Q$ ?1 S9 T. jMS, *MSPACE% Y' ]( _! e; p$ G
MT, *MTEXT
: m0 D- k" b/ n/ F' U# BMV, *MVIEW0 O! X! f+ w; [- e% C
O, *OFFSET
7 _5 K; ^0 I! C4 f& s, VOP, *OPTIONS
" U9 `% g3 n+ B8 |9 {0 [ORBIT, *3DORBIT, V# T- I5 z) I7 r: p5 L4 h1 c" ?
OS, *OSNAP7 u, e' l) Q& z9 h4 T y, J
-OS, *-OSNAP& F5 x: ^' h' N. {$ a" e
N, *PAN4 y& l# n1 m: S' A8 ~
-N, *-PAN: W8 O5 F* x6 }* @+ H
PA, *PASTESPEC
) X. C/ f- }' L% `/ EPARTIALOPEN, *-PARTIALOPEN4 K- G7 j, m# h& i! @& Z' @' }
PE, *PEDIT" b3 p: ^8 G! L9 A9 s$ o% L: B
PL, *PLINE
9 o" q- S# ~0 W! VPO, *POINT( |. r+ e' s2 Q" M% e* l
POL, *POLYGON
- g6 l, f2 t0 }/ k6 L! RPR, *OPTIONS
( N+ r7 L: G- h; ?PRCLOSE, *PROPERTIESCLOSE9 `) }! ]' k1 ?4 L) J, F \: c h
PROPS, *PROPERTIES1 S" C: a6 N4 M" y# {- D
PRE, *PREVIEW
7 Z. O: J! ~( P Z- W6 V/ \PRINT, *PLOT0 |$ j) _" z" x" L
PS, *PSPACE
. Y7 `1 u. u; [/ Q; T0 YPTW, *PUBLISHTOWEB1 |/ R7 ~: G7 r0 A/ ^" }2 l% Z
PU, *PURGE
, ` V& J3 |3 {6 p" Q9 [-PU, *-PURGE1 _. ~; G! ^3 p
R, *REDRAW
2 b7 j9 e( U+ S3 b% |( C, F% kRA, *REDRAWALL
# y, T( f3 V7 J r% cRE, *REGEN
* F# _7 P* N) ?. dREA, *REGENALL( V! s c1 c7 S9 X" {1 s! C
REC, *RECTANGLE% ?; }# H1 Z2 U
REG, *REGION! K- Q- O$ J# m8 a
REN, *RENAME
* R( e9 \0 Y: W9 L-REN, *-RENAME
. P& H+ c+ m4 ~REV, *REVOLVE
, R) \8 V1 ^. u! {# J# H; ^+ SRM, *DDRMODES
+ Q& ~+ a* G `* X/ {, E X; `RT, *ROTATE, `* [; ?7 q! U* ^9 \0 P$ r6 ?
RPR, *RPREF
/ H4 Y. \2 X% l3 ]) }& V- ~( xRR, *RENDER- z: W- [1 T, |4 U
S, *STRETCH7 L1 v% _3 N K* R3 y8 y' d# ?5 M
SC, *SCALE
" D8 H2 } g$ m3 F$ E% jSCR, *SCRIPT$ L: D0 o9 F- ]( `9 K2 x4 m M9 S
SE, *DSETTINGS
K0 q3 `. `2 r! {1 t& h) l6 qSEC, *SECTION* l- Z5 p" B8 g# H( U4 V) B2 e- ?
SET, *SETVAR* x* p2 ^ b+ r: a) E& D
SHA, *SHADE3 Q( u0 S0 M6 H. [
SL, *SLICE
' S3 O% r! C/ HSN, *SNAP4 |3 A5 F) B; J4 t2 b- c) F
SO, *SOLID# j0 e, O+ ]& a0 W- f5 K
SP, *SPELL; c/ h1 ^2 ~ q5 |! s4 W
SPL, *SPLINE
: J; R. Z* c6 F: v8 \( e7 fSPE, *SPLINEDIT
) |8 d2 Q# E c- z, M% nST, *STYLE
$ `% O0 B$ f) h( D0 k: |" CSU, *SUBTRACT
/ R" ^4 x9 Q$ k3 t* t# ]MT, *MTEXT
6 \4 _# k+ [' v5 y4 b: |4 y-MT, *-MTEXT+ x& r5 n' o4 s4 x
TA, *TABLET
- X/ G& G; u2 {$ @$ ^$ k* PTH, *THICKNESS
& Y% u' b( i9 w2 m' eTI, *TILEMODE* c: X, R* ?' `2 V/ T
TO, *TOOLBAR
$ T6 ]1 G+ h. a7 |0 xTOL, *TOLERANCE$ L; ?/ b3 t* ?+ [( ?! r9 u. C
TOR, *TORUS
# _/ f3 c8 }& R, @6 T! VT, *TRIM
0 u7 m. o$ ~ W; C0 T- SUC, *DDUCS! o0 h5 `9 s' D+ V* _3 I
UCP, *DDUCSP
& s" t9 D o9 f) iUN, *UNITS
' L) j* S) }; Q+ Q) h-UN, *-UNITS; }' X( q0 d, I4 R2 F# ~
UNI, *UNION
5 [# O" p5 _/ q$ M2 u: ~; QV, *VIEW; l8 s: ~# ?$ f+ X/ e
-V, *-VIEW6 j- P$ g, K( p. R+ t: R" ^1 ~8 G- K
VP, *DDVPOINT
7 x6 _: \6 I& @* `7 X7 p' r& q-VP, *VPOINT
0 h/ @2 w1 q9 y9 R/ [W, *WBLOCK
( [' H5 z5 ~+ H4 \- N& d-W, *-WBLOCK
3 |' M* K k4 bWE, *WEDGE
# v! u, \' ^' z; r0 t9 P+ sX, *EXPLODE
9 P m. F& d$ T9 y9 D4 o8 a8 LXA, *XATTACH6 @5 O+ _6 l3 W( Y8 U, _9 S4 r; F/ y
XB, *XBIND( c0 j* Y1 {4 u# f, r ^& a: p* b \) w, y
-XB, *-XBIND
, {2 _! ]0 x _' RXC, *XCLIP
! e5 J, j' |; s4 w' r- f8 S7 SXL, *XLINE# ?. W- V/ R- B* H2 p
XR, *XREF
8 M0 n7 k$ u# C2 m: E-XR, *-XREF, @& |& f$ K" G0 H3 g/ ?* t3 g
Z, *ZOOM
" e! T5 s @& b$ z) Q( V
& ~- Q7 Y k W3 i2 F; The following are alternative aliases and aliases as supplied ( B+ A$ [$ U; m& F' F, b, ~) G: |4 k
; in AutoCAD Release 13.
# N' J8 v! U8 V6 C
( y# C$ l$ w3 l& z4 R }* L8 LAV, *DSVIEWER
: ^/ d7 W! Z7 iCP, *COPY
3 R; m' Q) R& DDIMALI, *DIMALIGNED4 T& a, T& l) N' r
DIMANG, *DIMANGULAR5 \5 L( [- s7 ]- _
DIMBASE, *DIMBASELINE
, l7 a2 H; I2 VDIMCONT, *DIMCONTINUE+ x3 D1 C! @& a& k# t2 j
DIMDIA, *DIMDIAMETER
; \& j: ]1 N( a# Z+ y3 C' wDIMED, *DIMEDIT" |. g5 z) g H8 T
DIMTED, *DIMTEDIT
5 H* {, G" b8 b/ aDIMLIN, *DIMLINEAR
' K; Q% O/ |' Q9 |8 L5 VDIMORD, *DIMORDINATE; x0 j- c# O9 \, p
DIMRAD, *DIMRADIUS8 Z2 O7 O; q! @* \1 f0 A% i* u; U
DIMSTY, *DIMSTYLE
% i7 ]! h6 o: C0 XDIMOVER, *DIMOVERRIDE
! ]1 i3 J, }9 _; b- nLEAD, *LEADER4 S g5 S5 Q+ D
TM, *TILEMODE
0 ^) `$ A2 q: j2 i R0 Z4 u @: N! @* q o; @; t3 l( c7 @
; Aliases for Hyperlink/URL Release 14 compatibility: h; ~% Z% @0 Q# o" C
SAVEURL, *SAVE
& K: H- ~0 |; j9 ~OPENURL, *OPEN4 o0 [- y3 C0 U8 J0 D
INSERTURL, *INSERT. k# y+ s, J* t2 b" f
" Y! h) D. i a- Z; Aliases for commands discontinued in AutoCAD 2000:
; m, J6 b% s U* U% ^, S5 @8 BAAD, *DBCONNECT4 Q; o% e) L; [) A- s$ i, o/ c
AEX, *DBCONNECT 2 N. z& [6 V" \8 [3 ]
ALI, *DBCONNECT ; v% @ p8 y( o2 F0 e& h. i' w2 p% N
ASQ, *DBCONNECT " }+ @( y$ M! Q2 G6 p+ `
ARO, *DBCONNECT
: i& O% u$ V4 E' jASE, *DBCONNECT8 ~! a4 {7 e% c! a& z6 N0 K- V9 b# N. A- y
DDATTDEF, *ATTDEF9 o7 z( U2 S2 l7 d0 W! w+ X
DDATTEXT, *ATTEXT3 W/ [4 ^% z8 H' A7 a4 q
DDCHPROP, *PROPERTIES: W7 P6 b9 g- w: O. U1 X9 \
DDCOLOR, *COLOR
. E; K/ {- w0 }6 V( ], ^DDLMODES, *LAYER- o( k5 W8 K% R/ ?# Y* ]2 @
DDLTYPE, *LINETYPE
( G, W1 C8 J/ q$ i/ P2 ^" [+ m) qDDMODIFY, *PROPERTIES3 F$ p+ @2 \) n$ P6 I
DDOSNAP, *OSNAP1 c: l% z- P w" C/ U- p- j
DDUCS, *UCS |
|