|
; AutoCAD Program Parameters File For AutoCAD 2000
0 P/ ^2 ~, d, E: Y+ {( T; External Command and Command Alias Definitions
% L4 y9 S& @6 P% X. H# P/ S4 N' i8 j7 C* B
; Copyright (C) 1997-2000 by Autodesk, Inc.2 U8 `: `5 ~ t5 c# n0 R0 O
0 P F8 c9 g2 j6 \7 Q
; Each time you open a new or existing drawing, AutoCAD searches 4 o1 B8 J3 N, E/ P- L5 r
; the support path and reads the first acad.pgp file that it finds., N0 P; J' v* c1 T, E+ g
; N' o# [0 d2 i$ \) \' ]
; -- External Commands --# X! L+ b+ q' H9 W, ^
; While AutoCAD is running, you can invoke other programs or utilities6 q$ N6 d, x+ q$ [. V3 _/ Y
; such Windows system commands, utilities, and applications.5 {3 p g7 J) u! F
; You define external commands by specifying a command name to be used* r1 d, F! R. s! O
; from the AutoCAD command prompt and an executable command string
" ^" `+ a# R1 c6 t+ r; that is passed to the operating system.
/ F5 z& L4 p$ ]0 c- F: e
9 Z o! F. `( M; -- Command Aliases --
& W2 L+ B6 K! @0 w, T ~& q! B5 ~; You can abbreviate frequently used AutoCAD commands by defining
1 h% r4 y& Z7 |; aliases for them in the command alias section of acad.pgp.4 C6 u# J" D6 I* R8 z
; You can create a command alias for any AutoCAD command,
, `* \9 H) ]7 R1 Z. d; device driver command, or external command.
" M- |* @" h2 M# l% M3 @4 ?- E$ R. a( d) t
; Recommendation: back up this file before editing it.
2 m, u( s' i8 ]7 i k+ q
$ g: W6 R M) w* c7 c" B; External command format:
# q8 h0 U: a. x4 j: f8 x; <Command name>,[<DOS request>],<Bit flag>,<Prompt>,) \% d/ b, B r
- ~/ Q" A/ j1 c- ]* e1 v; The bits of the bit flag have the following meanings:+ p; z, z8 _# h1 Q: H: b
; Bit 1: if set, don't wait for the application to finish
4 ^' M! D* r- F: O4 @; Bit 2: if set, run the application minimized
) I2 Q: S" p4 Y; Bit 4: if set, run the application "hidden"
- N8 t% `3 { V! x- `8 b+ S' p; Bit 8: if set, put the argument string in quotes
# r3 v: r! N$ R$ X;
3 p% S( W# N3 A; Fill the "bit flag" field with the sum of the desired bits.! g( @' p+ k3 X( O0 m. L
; Bits 2 and 4 are mutually exclusive; if both are specified, only
! y. g( @! i9 H% N' {; the 2 bit is used. The most useful values are likely to be 0
" y7 \; S9 W4 [ H# d. k2 e; (start the application and wait for it to finish), 1 (start the
/ H* u3 ~- A3 ~6 b( P; application and don't wait), 3 (minimize and don't wait), and 5
/ q9 Z) j# r3 V- k1 m6 w9 { l: n2 o; (hide and don't wait). Values of 2 and 4 should normally be avoided,
% b. o9 B3 _# c, f& M5 n- R7 l; as they make AutoCAD unavailable until the application has completed.
, k2 f$ [- I% A;% Q, F% `0 Z1 m& @: w% X
; Bit 8 allows commands like DEL to work properly with filenames that
' M) P; b" `& w+ u; have spaces such as "long filename.dwg". Note that this will interfere 7 G8 L( s) ~6 B- Q
; with passing space delimited lists of file names to these same commands.
% t+ t* [- l7 ^; q4 X4 l; If you prefer multiplefile support to using long file names, turn off
) F$ _- C# Y. q( V$ r+ a) z; the "8" bit in those commands.* G$ c ^3 M6 Q2 H
7 _: |0 t5 g$ @) q! \; Examples of external commands for command windows
+ L! g! o7 t# u# ~ E
8 v5 ^0 v, t% ?CATALOG, DIR /W, 8,File specification: ,, H* E* r0 w+ R+ @/ }, ?$ e/ s
DEL, DEL, 8,File to delete: ,
( B2 B7 k( q+ N1 Y7 \DIR, DIR, 8,File specification: ,2 T3 _; {4 ?& r3 c8 J) P
EDIT, START EDIT, 9,File to edit: ,
8 j2 z7 ?1 R& I8 K" OSH, , 1,*OS Command: ,, K# C( G& U. R _: ?9 i2 `2 e
SHELL, , 1,*OS Command: ,
' ~8 c$ {$ o" W; `START, START, 1,*Application to start: ,
) Y" C/ i- L2 j- K& g% iTYPE, TYPE, 8,File to list: ,+ d' F1 G- z( x+ _, m
6 l, J9 J! |! k( H7 h
; Examples of external commands for Windows
6 r! S" j( p" L3 j) i& s; See also the (STARTAPP) AutoLISP function for an alternative method.
# {& C& P* |8 q, z) K2 z' m3 \
' I9 c& z/ C% l0 c5 [ i7 e+ bEXPLORER, START EXPLORER, 1,,, g' I5 h2 q1 H) X+ L
NOTEPAD, START NOTEPAD, 1,*File to edit: ,
, y1 l; N* M* @- o8 }PBRUSH, START PBRUSH, 1,,
1 Q$ G( O2 C* N( ]/ o' t9 @
# G% N( O- W- K6 h( E
3 z) H+ J8 x/ M2 m; Command alias format:4 H0 D* I* I3 V* P% c3 J$ g
; <Alias>,*<Full command name>
4 t+ R/ O' |# ^! |
6 |8 J' F$ y, p" o* s9 L; s; The following are guidelines for creating new command aliases.7 k" V+ k' z+ ?; r. k* @
; 1. An alias should reduce a command by at least two characters. % g* M- b6 Z$ C+ l; j+ c
; Commands with a control key equivalent, status bar button, 1 V; X, k# `" e, j
; or function key do not require a command alias. ; e& d, d( P/ t9 Q6 N p! X2 H
; Examples: Control N, O, P, and S for New, Open, Print, Save.
, t+ ?$ u/ n% K& n; 2. Try the first character of the command, then try the first two,
* a2 ^0 T2 z2 o) B8 N; X; then the first three.
! ~ |8 j) u% l. r* C) \7 H; 3. Once an alias is defined, add suffixes for related aliases:
; L" X# n/ |, E4 R* R$ L; Examples: R for Redraw, RA for Redrawall, L for Line, LT for ; u7 e7 V( T' [) q
; Linetype., q2 z; @0 t. d
; 4. Use a hyphen to differentiate between command line and dialog
, {, R# B9 o' P- F' I/ P+ v; box commands./ R0 P" N6 K" V2 `1 i" w
; Example: B for Block, -B for -Block.
2 ]3 F! |% t4 q, n0 ~;
# f3 N: P+ V* L* z; Exceptions to the rules include AA for Area, T for Mtext, X for Explode.% |/ f* V( C6 y4 [# N0 M
, {2 g( l; V7 a, k; Q4 g
; -- Sample aliases for AutoCAD commands --$ ~5 Y& \- O- V. S+ |) V
; These examples include most frequently used commands.
; z( P% K4 G2 N* z0 z0 m
. O: R: u. d1 e3A, *3DARRAY' q/ O9 x% Q d! j
3DO, *3DORBIT, p) I" t: J, D& R& d
3F, *3DFACE: k8 z- b7 C& M2 U9 w* G$ O( j
3P, *3DPOLY
9 o) W8 n; H& W$ gA, *ARC( H# S( k) a M- |0 H0 n( @ z$ J
ADC, *ADCENTER
0 z4 |% d. A* n2 X% K( B2 W* f4 |AA, *AREA
1 h5 Q# U$ p& U9 M- n, s3 sAL, *ALIGN
2 y! s, w( V) B! H4 C9 k8 XAP, *APPLOAD
* P4 z$ N4 r. A* [& z8 DAR, *ARRAY
3 h: I# F2 m/ K-AR, *-ARRAY
4 ~& I% k2 W, @3 vATT, *ATTDEF/ x, Q. k$ L! w9 a4 k
-ATT, *-ATTDEF) x& _# O j T; [
ATE, *ATTEDIT# ?( G; z- i8 o- Y! A0 i
-ATE, *-ATTEDIT
/ e. E) M1 x- C0 A" H/ i, OATTE, *-ATTEDIT
1 ]8 P& C) z/ g9 q- zBL, *BLOCK) h. }- \3 q3 C* U' G/ k7 ?% l% w! `
-BL, *-BLOCK7 T) E$ g! i* B9 L* P" ?/ Z- ~
BH, *BHATCH- ~9 A2 F, e/ X" t- P
BO, *BOUNDARY
& G3 [/ Y4 a6 ~& r0 e: L-BO, *-BOUNDARY
! d2 y8 l# D9 ]. a) l+ D, `B, *BREAK
. }; p$ e9 H* e6 LCC, *CIRCLE
( h h/ u9 ~' a4 UCH, *PROPERTIES5 u! i% s, k4 c& H- r1 @- G
-CH, *CHANGE
/ q6 L9 P! r( \( t# BCHA, *CHAMFER$ l$ C$ H3 O7 p# V3 b+ B6 I
COL, *COLOR u* j! f. U6 I4 b# G( m
COLOUR, *COLOR1 H3 c- ^2 }* u4 p& F8 e# o
C, *COPY/ p* v* T+ E! w8 X: K0 [1 }5 d
D, *DIMSTYLE( h2 O- s+ G4 l, |( i
DAL, *DIMALIGNED
* g& u/ `4 \4 P7 _DAN, *DIMANGULAR
5 {4 D; ]) v4 ? Y/ vDBA, *DIMBASELINE
% \ d3 |9 E- f, N, s8 y! TDBC, *DBCONNECT
7 m r0 h$ x& D3 ]- F+ u$ UDCE, *DIMCENTER
_3 F' C8 f2 Y# C# hDCO, *DIMCONTINUE' o# f# k6 r4 K: e/ E
DDA, *DIMDISASSOCIATE
: |% ]- ^. o4 e) K: `* E* lDDI, *DIMDIAMETER
K' L4 D( a& t; _# uDED, *DIMEDIT1 g# Z) E f& |( O
DI, *DIST$ W: H$ U6 W; x! D( o/ x# A- E
DIV, *DIVIDE
$ l5 I3 H2 B2 u) G1 y# VDLI, *DIMLINEAR
# q" [; H2 I7 K$ D4 a6 MDO, *DONUT, o" n+ h8 m/ @ B' s7 C" g
DOR, *DIMORDINATE
/ c3 M1 K5 }! u$ a9 U: `4 L) sDOV, *DIMOVERRIDE6 y2 W# m, r# m- P7 J) Q
DR, *DRAWORDER4 N( n" p$ s. h6 T$ \$ l
DRA, *DIMRADIUS* T) m, c- z9 ]2 F0 U A" P5 Y5 H, B
DRE, *DIMREASSOCIATE
) B) N- ~" \2 \, X& R$ mDS, *DSETTINGS% O# R; K' i! n/ v7 M( m
DST, *DIMSTYLE
6 f8 i, Z( ^2 v" q ` QDT, *DTEXT2 N$ E7 b- G* S3 v `. i
DV, *DVIEW: @# t% j6 m* z$ o
E, *ERASE
; \0 \0 m7 M3 oED, *DDEDIT
r' ?( ?1 t( |# R2 R( [* {, AEL, *ELLIPSE
5 k: T9 [1 I0 q* dEX, *EXTEND+ |8 o" `3 n2 I# i2 a
EXIT, *QUIT
1 K- E5 c( ]" A: I. FEXP, *EXPORT
5 w1 Y- o; K2 f0 |+ y' [4 U {EXT, *EXTRUDE3 {- L+ B0 X+ _8 C
F, *FILLET0 [8 L$ {# M3 X1 R
FI, *FILTER
% @% v/ r+ q* C6 iG, *GROUP' R6 X: }8 ?! S6 W$ a7 {
-G, *-GROUP& B) U5 Y" P. w) d! _: R6 h
GR, *DDGRIPS; I, [/ v% D" O) {7 h$ E+ r
H, *BHATCH4 F4 q, ?* S; u+ |+ ]3 L+ O- w
-H, *HATCH' e+ S+ l& v/ C# Z7 m% O, k
HE, *HATCHEDIT1 \% @$ ^: D6 A: ^+ v' Z
HI, *HIDE ?4 y- G, v, T
I, *INSERT$ `/ V0 Q; s0 {7 H3 _4 i ]! N
-I, *-INSERT
) a2 o( Q# z5 Q6 K4 OIAD, *IMAGEADJUST# O% }& z" R& f- M
IAT, *IMAGEATTACH
O `2 Y; M6 q/ u8 P: t* s }ICL, *IMAGECLIP8 t+ V2 U/ T4 T1 Z! j( q
IM, *IMAGE* V1 ~' z$ s2 J" [, t! K* w
-IM, *-IMAGE
. u, j4 Z. Y U/ s; L% x) fIMP, *IMPORT
! L; _ V* O; V& ~3 h# J3 vIN, *INTERSECT
+ L Y- e$ f6 ?6 s- L) AINF, *INTERFERE
) d; U. U9 k, z K q/ lIO, *INSERTOBJ- [, n1 C9 z; d+ l! H p, k
L, *LINE
; R5 a( J+ A8 Q! ~: ]- cLA, *LAYER$ f1 X. \& a9 l) e
-LA, *-LAYER
7 z: }0 z/ c8 A- _" H8 i5 ]5 VLE, *QLEADER/ g& {& X! `' d
LEN, *LENGTHEN
* X- ~" v' R) b( XLI, *LIST- Y' R- q, l5 E8 u9 R
LINEWEIGHT, *LWEIGHT; n! ]% D5 e6 E& i0 v4 J3 M. ~
LO, *-LAYOUT
' N8 I' A6 m' Z$ P# @. g& ]4 jLS, *LIST
0 r& t* ^. X% DLT, *LINETYPE2 m# b; `1 L8 ]+ I' b1 U) e
-LT, *-LINETYPE
/ W0 v5 I+ O6 _: ILTYPE, *LINETYPE- O3 p, b1 y% ?8 P
-LTYPE, *-LINETYPE
4 u) |0 P$ a" `. VLTS, *LTSCALE
7 j9 W9 ?' U' X U( C8 w$ f- ^LW, *LWEIGHT0 z9 r. W/ p7 R# [1 A
M, *MOVE' }7 x/ ^* A" z' L
MA, *MATCHPROP
( S3 } \/ p1 y/ p; K( r3 r* pME, *MEASURE
" G9 M& ~! k6 x1 Q: ^3 d' _4 jMI, *MIRROR
5 s) A5 w* h! q0 k- a0 f- gML, *MLINE
% Z' W3 o" I: H: tMO, *PROPERTIES
& E R' \" B9 W+ Y8 AMS, *MSPACE' {# ?$ I4 d( A+ Y2 a
MT, *MTEXT
, P, E! c2 A0 W6 p3 qMV, *MVIEW* X2 F- {) m( M! Z+ }* _3 Q
O, *OFFSET: d: _- N$ D. s5 t" B1 n0 c
OP, *OPTIONS
' y& H8 K) E9 K0 d& V6 jORBIT, *3DORBIT
+ c6 U0 _4 _0 J4 Y POS, *OSNAP# J" |' ~- m! ]
-OS, *-OSNAP) l% V6 y3 r: Z1 f3 b5 {7 w! y! ^; K
N, *PAN0 q0 ~) \8 V& ?8 ^7 o* y6 _9 z
-N, *-PAN9 K2 l# j1 M- v, Z1 J2 N j
PA, *PASTESPEC
( R s0 k+ E% A5 E) b* l/ ~PARTIALOPEN, *-PARTIALOPEN
5 @' Q- ~# T& v/ ~PE, *PEDIT
0 C- ] [- X$ ? P6 k8 w: VPL, *PLINE) s$ @2 C( \9 O+ s$ ?( N
PO, *POINT
3 ~5 u7 O4 M o% w [2 l ?POL, *POLYGON
6 M% d5 i) u5 ~! f7 t- d0 y! ?PR, *OPTIONS
* |5 n! @( g4 m+ g& y8 Q. v8 _PRCLOSE, *PROPERTIESCLOSE* q8 n: B( Q" I7 V) A* m
PROPS, *PROPERTIES) c. f& K: {9 ?
PRE, *PREVIEW9 k: B6 l4 _: ^1 r: D9 P& k1 h* l
PRINT, *PLOT
- b! J2 h6 s7 b2 V9 u. DPS, *PSPACE1 L' |, r, w8 G3 g
PTW, *PUBLISHTOWEB
: k: [1 {, b1 a& p. dPU, *PURGE3 \5 c8 {) J4 R" o8 |! }' d, V
-PU, *-PURGE
/ y5 Y$ [3 }) ]R, *REDRAW/ ^! \+ V+ b, l- H
RA, *REDRAWALL
5 T8 i3 x1 S* {/ o) G% u/ d7 w* GRE, *REGEN
9 ?& { c+ e. H IREA, *REGENALL
6 j) v+ [3 d) G' L+ ^) \5 P2 I$ CREC, *RECTANGLE0 E# y* K, u# F, n) L1 \- \
REG, *REGION
9 v2 T: n2 a; qREN, *RENAME
9 N7 ]8 a2 J" s& J9 ?7 D% p0 ^-REN, *-RENAME9 R2 D$ d; _+ g- q" M# i
REV, *REVOLVE
7 S& W& d$ O1 C4 m5 S* B! o2 eRM, *DDRMODES0 [$ s; a7 Y* Q, u# {
RT, *ROTATE
6 a4 z5 W+ A+ F0 {RPR, *RPREF
+ r, a e' Q( z8 O$ ERR, *RENDER- Z5 V; G/ j, K- S8 |+ H/ A) j
S, *STRETCH
1 C/ e& D5 Y6 N) ]SC, *SCALE
7 o5 y0 N3 P( m) [! C5 ySCR, *SCRIPT
3 [' h' h) l5 pSE, *DSETTINGS
$ \+ L$ v$ ? ?' D7 }SEC, *SECTION% D5 m: Y3 m4 S2 g% `8 a
SET, *SETVAR& L @" _5 m( Y) q" l& @
SHA, *SHADE6 [" [8 l! e# L n8 D
SL, *SLICE
4 R. V" z4 G; R( QSN, *SNAP
w; F% m5 U: L* g0 cSO, *SOLID3 _6 }. {% q& A/ ~8 ]
SP, *SPELL
$ F5 S$ d) R5 L* A- A& q" FSPL, *SPLINE; `, `7 Y: I) |- O$ {9 ?
SPE, *SPLINEDIT* D8 U2 }1 M! V+ F% {7 S
ST, *STYLE
7 O$ _( R( L! SSU, *SUBTRACT
4 ]) A; ~, m6 p& iMT, *MTEXT% H$ n/ P; P$ l. u% Z- P' L& m, S" o5 V6 t
-MT, *-MTEXT1 |0 k# n; S0 |0 L- K; P# W, m3 A: n
TA, *TABLET, ~" ?) }* }3 L& V/ x! x
TH, *THICKNESS+ g5 L1 ` p. L- _) H" C$ u
TI, *TILEMODE
$ O3 D: x+ D: [% B! S/ W+ D STO, *TOOLBAR
K, h; I+ M H4 t2 n* [0 Z$ bTOL, *TOLERANCE
& k" P3 \, y0 i7 H3 HTOR, *TORUS2 d8 n2 C' q# r! R/ p
T, *TRIM
# V1 l) @2 @6 TUC, *DDUCS
w2 T2 n0 z$ S6 E f! D1 z+ NUCP, *DDUCSP, v i0 ]: b& V* g; V( g( R
UN, *UNITS
: x( G, O, ?' L) q& ?-UN, *-UNITS
9 z) c5 v; @6 K, n# H" qUNI, *UNION
- ?0 R& C6 |+ k7 d4 A+ [! MV, *VIEW
! r+ n( f" m$ g3 d# f* V' P) C-V, *-VIEW+ }5 R1 [3 t0 M- ~2 ~& ?# B; S
VP, *DDVPOINT: g5 q$ j7 p. E. F A6 z6 }
-VP, *VPOINT
- b$ O' N2 Z, o# zW, *WBLOCK- g; e" U! W5 Z
-W, *-WBLOCK" o5 L) l$ r' ~% K7 [0 g% Q
WE, *WEDGE( D3 T: z/ H1 }
X, *EXPLODE
. ^' x7 g0 [1 x9 z. t; rXA, *XATTACH
3 K0 u" L1 a4 O, H9 [XB, *XBIND
7 o s v) I, I0 E-XB, *-XBIND5 v5 F' h! ~7 s+ s2 ~
XC, *XCLIP9 A0 z4 k! Z& w+ g: ?4 W
XL, *XLINE, m( r8 j; K- H( E
XR, *XREF& h! f" z' B& p' ~# Q0 t
-XR, *-XREF
& b" E/ Y1 @9 t: HZ, *ZOOM
0 g8 _; ~4 G, f7 L. y& V6 _* ^/ r6 D8 g$ A
; The following are alternative aliases and aliases as supplied % {3 y: \7 R2 L4 E9 J: e! a/ g
; in AutoCAD Release 13., _1 }+ i G- J7 \1 h
. @5 B: p& G2 J, P) U% I/ L4 IAV, *DSVIEWER/ b+ M9 j' G1 E
CP, *COPY) K( K, n& L, j# }$ j7 J' Y
DIMALI, *DIMALIGNED& M( _% u* Z5 P7 [: ]. l
DIMANG, *DIMANGULAR5 F5 ]# I$ p9 r/ P; B N
DIMBASE, *DIMBASELINE) a3 M7 y7 c$ b% S- W/ B
DIMCONT, *DIMCONTINUE) l" }# ]4 z9 z* W5 F! q8 ~
DIMDIA, *DIMDIAMETER
* T( {( R( s. GDIMED, *DIMEDIT& o$ m& R4 H/ {8 w r R$ y3 r/ J
DIMTED, *DIMTEDIT
7 x/ `; T9 o U2 X3 r5 |DIMLIN, *DIMLINEAR
. x. A# l/ w% t7 C/ O! H8 C3 y2 `DIMORD, *DIMORDINATE
' r( W# z( N' DDIMRAD, *DIMRADIUS
* N& p+ E% j/ J$ V9 `) a' yDIMSTY, *DIMSTYLE
, \7 @$ ^$ w$ z- M9 E* S0 GDIMOVER, *DIMOVERRIDE: A7 A M" T v( G6 I
LEAD, *LEADER
5 Q7 f b% f0 A2 t* F" hTM, *TILEMODE
& [) j8 f, `2 L4 y6 {. p6 k( f
1 f- d- D: ] B/ U# l; Aliases for Hyperlink/URL Release 14 compatibility- ]! S& y0 I9 n9 c; p: l( |# K
SAVEURL, *SAVE/ H: [, u: ~; C) J. g8 M' {
OPENURL, *OPEN
- v7 A8 W% d8 E; K) Z8 @INSERTURL, *INSERT
; x4 E( b/ F3 h2 v# n
\$ G3 T5 y% P8 ~6 X/ J. \; Aliases for commands discontinued in AutoCAD 2000:( @0 h2 U+ G( W6 e0 k _, K+ d
AAD, *DBCONNECT. O' j* w J9 E- s/ M9 G
AEX, *DBCONNECT + R' C, V1 v+ k/ ^/ j
ALI, *DBCONNECT & W1 n4 r+ s# K' f- T) }) d
ASQ, *DBCONNECT
/ l# C4 D5 z' R( gARO, *DBCONNECT
) q4 k, z; s1 e @9 y& Z+ uASE, *DBCONNECT
7 Z7 T# c# Q. N1 sDDATTDEF, *ATTDEF7 c% M( T/ @" q' C, z+ l& x( A0 b. y
DDATTEXT, *ATTEXT$ D9 p# c' H6 Q( c7 Z7 y
DDCHPROP, *PROPERTIES
% ~2 B" _& k$ X9 X% p WDDCOLOR, *COLOR
; a# }. y1 q4 h1 f- D& yDDLMODES, *LAYER: s! K0 ~0 D) Z* I( z
DDLTYPE, *LINETYPE6 @, }! Z) q- Y
DDMODIFY, *PROPERTIES3 Y2 m. ?. n" _" O& Z" g* t
DDOSNAP, *OSNAP; }5 O% v9 e! W* C
DDUCS, *UCS |
|