|
; AutoCAD Program Parameters File For AutoCAD 2000( M3 V6 W7 H; k/ b* V! q
; External Command and Command Alias Definitions2 \! u* L; b' S% c
. q( S& @9 c0 [+ f: [& e- e; ?; Copyright (C) 1997-2000 by Autodesk, Inc.3 C: V( S. l- U, u+ Z
7 I" R6 A- h. q+ y; Each time you open a new or existing drawing, AutoCAD searches ! I' m; H, p" [: z' K0 ]
; the support path and reads the first acad.pgp file that it finds.9 i& V5 k2 L, p# X; B* Q5 W" @$ Y
4 i. q9 a8 ?8 X5 F. u0 c* k; -- External Commands --+ r9 ?9 V8 U+ @ R8 v O2 z, p4 ^. V
; While AutoCAD is running, you can invoke other programs or utilities7 F/ v% {3 ~# O4 N1 S
; such Windows system commands, utilities, and applications.% `0 I+ c: A4 `7 F
; You define external commands by specifying a command name to be used
- s# K- p# d) V; from the AutoCAD command prompt and an executable command string
# N2 @. B" Y! e6 n0 S2 \7 s9 m$ {; that is passed to the operating system.
* I5 { b! u# p
: u8 r7 z$ F9 d( i; -- Command Aliases --! k2 J- `. u- `& u% ]8 \1 _
; You can abbreviate frequently used AutoCAD commands by defining 9 L) q3 `6 d: h: X* q, d U U
; aliases for them in the command alias section of acad.pgp.. Y; V2 L; i4 v
; You can create a command alias for any AutoCAD command,
. ]# L" h8 Y3 E; device driver command, or external command.7 ]! Y! T- v. r$ \
' D1 e* w( Y" \# Y$ N) j$ P( F; Recommendation: back up this file before editing it. y" k2 s% x* D/ b4 n: X0 w
7 n1 Q1 `& ]) _7 k; External command format:
9 k; ?! o7 s: k' y/ M; <Command name>,[<DOS request>],<Bit flag>,<Prompt>,
5 d) Q6 S4 v' N' ?8 t; E0 r) n0 I
s D! x" x" y) g5 y; The bits of the bit flag have the following meanings:
8 F# ^: ^$ W5 J; ?5 A3 c: S' B7 n; Bit 1: if set, don't wait for the application to finish1 p1 k9 n! F, I; ~& e- Q4 r# k4 A
; Bit 2: if set, run the application minimized0 n+ ~0 Q7 T6 M- y3 H3 j' q
; Bit 4: if set, run the application "hidden"
( x$ o0 y! f0 M2 j; Bit 8: if set, put the argument string in quotes
; t4 T7 i" T7 U& c5 K; d6 }7 t;
; P% E+ h' q V! t- {; Fill the "bit flag" field with the sum of the desired bits.
$ @) ^* C# a4 J: m5 b; T# ]! q; Bits 2 and 4 are mutually exclusive; if both are specified, only
' w4 q% O7 `& Z& `5 M- Q5 L7 N( b; the 2 bit is used. The most useful values are likely to be 0
$ G$ j& B0 t1 {4 h6 Q, x; (start the application and wait for it to finish), 1 (start the
9 o% `2 \8 i4 r& Y% F; application and don't wait), 3 (minimize and don't wait), and 5
" v g8 `; Z3 H/ A# m+ K! M b; (hide and don't wait). Values of 2 and 4 should normally be avoided, 8 U& B5 C* h0 J* y
; as they make AutoCAD unavailable until the application has completed.
/ t$ [4 C, f0 i: e+ W7 ?;
8 H5 u1 b: R! P. L; Bit 8 allows commands like DEL to work properly with filenames that
8 {: m7 l! l% b' N5 E B# \; have spaces such as "long filename.dwg". Note that this will interfere
$ p% [) @3 A- r2 _' g9 l; with passing space delimited lists of file names to these same commands." P/ G9 ^7 }0 ~4 P
; If you prefer multiplefile support to using long file names, turn off
% Q& l; g- l: L! [; the "8" bit in those commands.& g, Y' Z; Q8 p7 \1 Y5 U1 p5 ?
7 Y( L6 L% W+ t1 \( o6 C4 \- C
; Examples of external commands for command windows; q! Y- {. }* {: o( x5 S* q/ R7 @
. x2 L9 A4 y3 K
CATALOG, DIR /W, 8,File specification: , L6 s1 A: v; {* r) Y
DEL, DEL, 8,File to delete: ,3 @" N& V2 {+ j7 W+ @
DIR, DIR, 8,File specification: ,, i7 V' q$ T6 s# ]
EDIT, START EDIT, 9,File to edit: ,
, m$ l [) e! q+ s7 DSH, , 1,*OS Command: ,# H2 J+ P8 [2 ]5 j
SHELL, , 1,*OS Command: ,
) D2 {/ `$ G0 JSTART, START, 1,*Application to start: ,
; F: `3 N1 N3 t' ZTYPE, TYPE, 8,File to list: ,
( F9 a- {& [- A+ h# M! u
' f- G4 U7 q3 Z. `, \0 H; Examples of external commands for Windows
: Q# \7 [9 P# |; See also the (STARTAPP) AutoLISP function for an alternative method.% Q) u8 _* F+ I v" n _
" Q6 u# [; C8 X- DEXPLORER, START EXPLORER, 1,,
$ x: c- _3 ]. @! mNOTEPAD, START NOTEPAD, 1,*File to edit: ,
" f! q C6 k0 p$ @" s: D- q/ hPBRUSH, START PBRUSH, 1,,
6 y5 w: M( I2 W" A; _1 b& D% g. q& p" U4 p) i% a
0 t/ k( y" W0 G) c( K+ z# a' J; Command alias format:
, K2 ^' e' L4 {( j; <Alias>,*<Full command name>
$ N7 z- e7 w; `
) c7 ^0 P, S6 V7 x# f/ z% ]; The following are guidelines for creating new command aliases.! J( w3 } {+ M
; 1. An alias should reduce a command by at least two characters. ' J6 N- H* z$ h. g" C- X% o) |( v8 g
; Commands with a control key equivalent, status bar button,
" h' c! R# B* @; or function key do not require a command alias. 3 j+ M; O! V: ~
; Examples: Control N, O, P, and S for New, Open, Print, Save.# U9 G+ F* |3 S6 D& n! ]
; 2. Try the first character of the command, then try the first two,
, \2 a# w1 D; b% O; then the first three.
3 _ @+ ?7 u; U; 3. Once an alias is defined, add suffixes for related aliases: ( }5 c5 {+ m9 y2 B
; Examples: R for Redraw, RA for Redrawall, L for Line, LT for
/ g' F0 L4 G8 v9 j2 R; Linetype.
, u$ ~% c7 j) i7 o4 A; 4. Use a hyphen to differentiate between command line and dialog
7 [; [5 ~3 D/ V/ N$ j; box commands.* R/ z) W+ m( c
; Example: B for Block, -B for -Block.9 r; o5 Z6 F- W# Z3 j( _
;0 O9 R( D- ^; |- A
; Exceptions to the rules include AA for Area, T for Mtext, X for Explode.
6 U& `+ d+ K1 Z* a: k) v* O8 d+ S
; -- Sample aliases for AutoCAD commands --
9 ]" N! D4 W, m0 h. d; These examples include most frequently used commands., N& P L1 f# m8 p# E
" w- J& L& V' ~7 O3A, *3DARRAY; O/ ^$ c% T* f# ~7 @
3DO, *3DORBIT/ A q. H$ P& v# Y- H
3F, *3DFACE
, |! |# z" E5 @- E3 o5 U( b, Z4 ~3P, *3DPOLY/ I' ]! h" H! E
A, *ARC9 M8 S% B4 a, k; h
ADC, *ADCENTER. |1 ]9 ^' w2 H( l
AA, *AREA0 l3 l3 c: |% C; Q
AL, *ALIGN
) h* S, w2 Y& p g! d- XAP, *APPLOAD
6 ]/ `( f! v! c1 xAR, *ARRAY
" e6 p/ V# O, h, U+ ~! e3 ~# H-AR, *-ARRAY
* P- F6 @6 X/ a6 O' A) \) VATT, *ATTDEF
; l# d1 ? V! h% Z. f1 f-ATT, *-ATTDEF& b. ^8 r% i" Z7 H
ATE, *ATTEDIT
, Z" p2 T$ ~' }9 _, ^2 n-ATE, *-ATTEDIT/ i! j% z3 Q0 e1 y5 p* l
ATTE, *-ATTEDIT
# w4 w \8 L& RBL, *BLOCK
c2 G) o5 c- H* Q-BL, *-BLOCK2 j* d; b1 {8 J2 A" L6 B# K: l, S, y
BH, *BHATCH* B$ b- [1 ]6 F0 N9 S" J
BO, *BOUNDARY9 M& H z7 U5 M9 C
-BO, *-BOUNDARY
+ g. |9 a+ Z- O8 R* ZB, *BREAK
; j& H) s+ q0 ]; \! ]CC, *CIRCLE0 ?, V# V+ ?) J. O1 S' Y' `
CH, *PROPERTIES, s) _* K Z( I: K7 Q$ [% j! C
-CH, *CHANGE( Z" E$ N: L6 m1 g6 P
CHA, *CHAMFER: U% V1 `3 k' \& B# P& z; h
COL, *COLOR7 ~3 C2 ?! j M+ ^" ]2 G& d" M
COLOUR, *COLOR
" | T5 j- E/ Y# [0 R% A5 Y, z( Q7 BC, *COPY
' t5 Q5 [& ]9 N& i2 X0 nD, *DIMSTYLE
# Z0 r6 O. L9 r7 ^DAL, *DIMALIGNED
% I) k# Z+ B6 j/ ]% P2 [, \DAN, *DIMANGULAR: O. m% j, c" g5 W+ [' i2 R9 b
DBA, *DIMBASELINE
6 w. a2 e) E* S& V! K: Z+ ADBC, *DBCONNECT
# n# d) x8 [. aDCE, *DIMCENTER
$ Q$ d5 k E5 |( m# C" m& @/ |4 x1 ?DCO, *DIMCONTINUE
% b1 j# p. x Y, z A4 t* l% IDDA, *DIMDISASSOCIATE+ G/ o+ }* y& K& w: ?$ k
DDI, *DIMDIAMETER7 X+ D5 n- ?2 h% ]' D6 H3 n* |0 P
DED, *DIMEDIT
; b& N$ j1 e0 j7 R: r, }DI, *DIST
; ~( K$ Z6 b8 K. FDIV, *DIVIDE$ ]$ ?6 s; M1 Q* i1 M3 g/ x7 k
DLI, *DIMLINEAR
$ b7 u8 s$ j1 NDO, *DONUT; H2 m" D/ L: t( D4 S4 X
DOR, *DIMORDINATE
0 `( \1 D1 ~7 F. W# t7 f& Z0 f0 ~4 DDOV, *DIMOVERRIDE
3 N3 U# ]/ ?: q: EDR, *DRAWORDER5 v4 h) p; Z3 {9 F, u
DRA, *DIMRADIUS
7 J' s/ o' ]' K P7 T; T' QDRE, *DIMREASSOCIATE5 n5 s% x+ o4 r
DS, *DSETTINGS- i9 j, b/ Y2 D/ B) u7 v4 b
DST, *DIMSTYLE
4 H% K; G8 S; s+ dDT, *DTEXT: J# @) G$ T3 Q' D
DV, *DVIEW
. S* c. j2 C8 Z: n; f7 b ZE, *ERASE
o7 \2 P, f; s0 E! BED, *DDEDIT
( Y0 j; \3 i- v5 ^EL, *ELLIPSE
2 q% T; J8 U0 {. N: I' xEX, *EXTEND/ W( e, D9 f3 F; B: B% w5 g7 x
EXIT, *QUIT' n8 @# ]! R3 ]: f. i
EXP, *EXPORT2 t% H) b7 _" ^
EXT, *EXTRUDE& U% U- P. y# M8 L u; U
F, *FILLET
3 \: v6 ~' u0 S! I# IFI, *FILTER' @ m$ X2 y' h, o
G, *GROUP( K" p5 H1 w8 L) G% E3 N5 K4 x
-G, *-GROUP6 y5 O! \% U2 y; _* U$ ^4 X
GR, *DDGRIPS
$ [ ?" v4 s+ T0 L3 P0 @. h; bH, *BHATCH. J6 F, L8 D% `8 }' k" G
-H, *HATCH1 v2 n# b4 T T# g, ?
HE, *HATCHEDIT
' I# l; T( u( n. GHI, *HIDE
: q& C7 S, j2 _) ^I, *INSERT
' a2 i) f' T6 I1 }-I, *-INSERT
# I$ R, v0 E2 A9 _$ u$ x5 \IAD, *IMAGEADJUST. m& ?" {1 l# t- h
IAT, *IMAGEATTACH- P, k# N/ K. ]
ICL, *IMAGECLIP* a3 M$ U# _: L
IM, *IMAGE: w7 U1 f$ C* U) C( {3 A1 q6 S3 k
-IM, *-IMAGE
`6 ?) f9 f6 n! ]IMP, *IMPORT
9 f& |+ a# ?+ sIN, *INTERSECT
3 J% r7 M, z V& W5 JINF, *INTERFERE
0 E3 U' h& r: i9 hIO, *INSERTOBJ
5 o8 a# K' N" z( IL, *LINE% h4 G, X) W6 d& e' b9 k) g3 b
LA, *LAYER$ U, x2 `8 B# x% c3 w
-LA, *-LAYER* Q; k# @, ~, I0 T2 }2 k( i" V0 d9 W
LE, *QLEADER
8 D- L3 `+ Q, q' G. s# LLEN, *LENGTHEN0 o2 O' l3 B9 w' t& n
LI, *LIST; L0 X+ j+ I# Z! s5 s( u
LINEWEIGHT, *LWEIGHT; B- q% A, X' k0 E9 x) M" b
LO, *-LAYOUT( o& L; [% Q: `( X Z
LS, *LIST
" h) s+ E3 x K9 C" h8 V0 FLT, *LINETYPE
q3 w3 X2 E" }5 X-LT, *-LINETYPE7 M. K* q4 J1 A* Y
LTYPE, *LINETYPE
0 Y% e& ^! N6 @* \. R5 }: F-LTYPE, *-LINETYPE
, a1 G6 ~; b1 W$ L4 ? ALTS, *LTSCALE4 S" y, S1 l. m _ v
LW, *LWEIGHT
# q& F: X) Q W) C; T3 u% lM, *MOVE
! A/ u/ H: U3 o) L! c9 y, EMA, *MATCHPROP
! N, O* E. Y9 W3 LME, *MEASURE; r4 P# H y4 s+ y c/ \
MI, *MIRROR
- U* |* n$ P3 t. k! ^ {* V# \2 YML, *MLINE' R$ [8 D- H1 z5 G$ l
MO, *PROPERTIES
' [ g% G E6 g1 zMS, *MSPACE- q/ U) ] ?* i) p$ j: I- k
MT, *MTEXT+ G4 n0 n5 v- f* D( m6 N5 c& P: M
MV, *MVIEW
& N# B; |4 a/ k( G6 t+ d/ p8 S( NO, *OFFSET
5 O' i) k8 u% ~" a& Z+ bOP, *OPTIONS' j6 M$ T, I6 v1 ~+ s/ r2 G
ORBIT, *3DORBIT
6 k+ S, G1 N7 A% x: g( \6 h; ^OS, *OSNAP- b& s" [5 N K8 d7 q0 }' Q
-OS, *-OSNAP$ l$ V2 `- h/ V' G3 k) E6 u2 a
N, *PAN( F3 X/ ~ e) o+ X( P
-N, *-PAN \+ S" e7 _ ?! B7 W& h. d5 l, o
PA, *PASTESPEC4 ?, ?# t1 c$ X
PARTIALOPEN, *-PARTIALOPEN8 [2 y, y) O6 X: o( \
PE, *PEDIT( m! K [9 L, d
PL, *PLINE5 G9 r, L! g$ b0 P
PO, *POINT
: M6 \! q1 g: e YPOL, *POLYGON
; H+ c1 ^' F( C$ PPR, *OPTIONS
; u6 B& |1 n, CPRCLOSE, *PROPERTIESCLOSE0 `: W# \- \8 @- f" o+ b, Y: V+ T
PROPS, *PROPERTIES
/ p0 ]/ \9 f& l9 L7 ]$ Y( \PRE, *PREVIEW$ ^- j# E% B) {: h& v
PRINT, *PLOT# }3 Z, l: Q" i5 W7 J2 A
PS, *PSPACE. h( H- u, Q8 ?+ Z
PTW, *PUBLISHTOWEB
F- l+ j+ @# TPU, *PURGE
9 L3 C2 P! Q+ p( [# e-PU, *-PURGE
- `5 c2 `3 E0 W+ dR, *REDRAW( I' }( J) g6 F' ~/ K/ J! r
RA, *REDRAWALL |6 `) \5 X( s: x$ f+ U
RE, *REGEN7 C0 L+ z- ^, B9 K, }$ ]$ X8 s8 [' ?
REA, *REGENALL
' {& G) P" O+ E7 WREC, *RECTANGLE
# b3 h) T- @* MREG, *REGION
2 Z- u8 q. b, `5 R K9 cREN, *RENAME
- N. \% B4 u: T-REN, *-RENAME
1 h! \1 \& `3 e8 {' Y, I* nREV, *REVOLVE( J; b( I9 y# K- p
RM, *DDRMODES
7 ]; k9 L; N0 }' M; ~RT, *ROTATE( _4 K/ r6 }+ i) V ~- g
RPR, *RPREF0 b9 u" W3 X. @4 E
RR, *RENDER" Q- [9 Q, i. W" P6 E4 G, c
S, *STRETCH t5 l* Z1 Y# n
SC, *SCALE& Z" b' i& g2 N+ H' ^
SCR, *SCRIPT
( }4 Y; E. k1 z( |% ?4 e; `SE, *DSETTINGS
* B/ G0 j- N1 C% Q$ ~SEC, *SECTION) J* {- u' I, O' D3 L$ w
SET, *SETVAR
2 B6 _3 C& k3 D$ J0 ?SHA, *SHADE
' X2 C U+ T% k% Y6 \. S% c. [% r; |SL, *SLICE2 [* W# [8 P' t$ A4 Y
SN, *SNAP
& @; t& T7 `4 N7 @# J0 o: lSO, *SOLID3 T, J8 Z) W X( ~2 u+ Z }
SP, *SPELL
' q" |9 h6 D: q) k7 V( e! dSPL, *SPLINE
. U) x# |/ ~) _/ f& O7 m0 @' p/ oSPE, *SPLINEDIT
. V- e4 x2 |$ J4 `ST, *STYLE
% n- G. x1 Y# h; m# F1 T9 |SU, *SUBTRACT
& Q6 a; v% t. h2 Z" @$ @# QMT, *MTEXT" D. }% m6 D3 a1 Q i
-MT, *-MTEXT
: }8 ]8 y" \: FTA, *TABLET
" R. H1 O# w+ F. e* ^TH, *THICKNESS
: d5 g! |* t3 E* n5 l8 ]5 P9 NTI, *TILEMODE
6 u0 G0 w1 P) q1 k# r) STO, *TOOLBAR8 h2 x U& Z# m w3 {. b/ w
TOL, *TOLERANCE1 O/ B3 [! n. b/ A
TOR, *TORUS4 o% p" R2 ^7 X: u+ x9 R
T, *TRIM
" j0 G1 @7 P. R ~* ~6 B. ?3 fUC, *DDUCS
. u8 M' Y9 `4 g3 ~8 d) ~& RUCP, *DDUCSP3 v. L) p9 h' W. K# I
UN, *UNITS9 w+ K$ Z( M4 t/ X# q5 ^* _# o
-UN, *-UNITS* M& C. H# h( k# y: T9 l+ O
UNI, *UNION
$ O. _1 M1 K0 h/ q8 J* t1 _7 C; bV, *VIEW& b N6 e% ^2 L+ {) s
-V, *-VIEW7 \8 G8 z1 {7 k" U4 Y8 n( F* c
VP, *DDVPOINT* K- T. T: t6 I+ O: W* j1 p
-VP, *VPOINT
r% g- v% o" E. AW, *WBLOCK
8 p0 S/ K( D4 r' ]-W, *-WBLOCK
. x$ q3 k$ E6 o$ P* g- LWE, *WEDGE% r: Z) P+ y5 T% v
X, *EXPLODE# p) ~6 j& a o/ |9 h
XA, *XATTACH" v3 i% X: S* U2 v: \7 y6 i) {( n
XB, *XBIND' c& w3 e! c+ R8 K, k, I7 D4 N
-XB, *-XBIND
: [4 @% t1 _, Q gXC, *XCLIP& d5 i& ]0 H- _
XL, *XLINE
4 C. o( E1 C! J3 x+ W a( E9 OXR, *XREF
' O& n$ e, a# m% j* ?-XR, *-XREF
0 a* M( b# z& `: wZ, *ZOOM
5 y8 k& e8 o9 \4 i6 b& J [: v% c' M9 G" a
; The following are alternative aliases and aliases as supplied
( _: {; K. D/ \6 [; in AutoCAD Release 13.! m% s$ m' L/ g& j4 b9 p- R
* s7 v) q, k8 Y7 ^8 ^2 }' q
AV, *DSVIEWER* W) a4 c4 U- Y* C
CP, *COPY
) m& r% y$ S* f0 ^$ @5 s! p" `6 ?DIMALI, *DIMALIGNED+ W# c/ _8 _% Q# L( I. K
DIMANG, *DIMANGULAR) Q f$ C3 z4 \! ~. M! I
DIMBASE, *DIMBASELINE
4 b n- D6 U% C! D, W; M3 ODIMCONT, *DIMCONTINUE
. b" Y/ m& t( [$ U. ^DIMDIA, *DIMDIAMETER
; T7 F6 P! P' B' [5 |: t" G* }DIMED, *DIMEDIT
8 Y5 Q- @' ~5 U( pDIMTED, *DIMTEDIT
2 O+ Z) T% r2 |9 M5 mDIMLIN, *DIMLINEAR+ r) M5 @( `( e& @: ]) g
DIMORD, *DIMORDINATE& x; I$ b( I7 L2 R' k+ K
DIMRAD, *DIMRADIUS' L; W; S/ n' n
DIMSTY, *DIMSTYLE
( P% [. H. ~7 A6 R6 [; DDIMOVER, *DIMOVERRIDE7 G7 P. ~" T% ~8 C. A9 |7 ?9 F
LEAD, *LEADER
0 @# p$ i5 z/ W8 O- p$ cTM, *TILEMODE# R& T% K# B; _$ {( k
( n# M2 L/ Y& t) i# z& K/ e( h% E
; Aliases for Hyperlink/URL Release 14 compatibility
8 C& l# h3 ?# b7 G9 X- jSAVEURL, *SAVE$ G2 }* x. X6 l7 g( ~9 D1 D$ i
OPENURL, *OPEN, t3 q, w) [, f5 l4 v
INSERTURL, *INSERT2 f% E+ M, m' ~! A! O) q, v: B
! O9 Q# }4 o! x) V
; Aliases for commands discontinued in AutoCAD 2000:# t5 \) \+ Y$ L8 T+ r
AAD, *DBCONNECT
6 Q9 t! s4 W( H2 \' gAEX, *DBCONNECT
" K$ S5 o Z+ z! O+ \9 EALI, *DBCONNECT
+ s1 c. j& q6 f' ^0 QASQ, *DBCONNECT 7 P. d1 T6 W1 R1 ]
ARO, *DBCONNECT & M" _: N3 _8 F, B6 b" x3 z
ASE, *DBCONNECT
6 |. s O: ]! I5 P( b; zDDATTDEF, *ATTDEF% T1 k8 {$ h- u) ]( C: V! X0 U
DDATTEXT, *ATTEXT
& v/ T) ] n2 LDDCHPROP, *PROPERTIES3 j' J9 r! F u! b5 ?' w1 J
DDCOLOR, *COLOR
# d5 t" ~8 M: W, z; \( K, UDDLMODES, *LAYER1 e c& s$ F G8 a N7 x# ]
DDLTYPE, *LINETYPE
8 d/ O I& H. H: S, | r7 a; WDDMODIFY, *PROPERTIES
1 B$ x; P$ a0 q8 V w8 _% ODDOSNAP, *OSNAP
' S: V' o) t" \9 a& `9 _2 F1 MDDUCS, *UCS |
|