|
; AutoCAD Program Parameters File For AutoCAD 2000
# l$ v1 d! k" B9 w& C: K9 W; External Command and Command Alias Definitions4 y3 g% B5 r' W7 l/ V
% E3 R+ H( |2 s6 R. [( t
; Copyright (C) 1997-2000 by Autodesk, Inc.
/ t+ v. n+ `6 e6 N; W$ p$ i; y j3 K+ E% h6 i! Q; s7 {4 r6 p
; Each time you open a new or existing drawing, AutoCAD searches $ f# K2 z1 @6 k9 w2 m- R, w
; the support path and reads the first acad.pgp file that it finds.
1 S {* u$ w; q% m' ^8 x) b7 ~ |- _
; -- External Commands --2 O. Q: M4 Q' ~/ D" T# I
; While AutoCAD is running, you can invoke other programs or utilities" b, Q8 C* E( Q. S9 ]. o0 q9 U
; such Windows system commands, utilities, and applications.
X6 w3 u1 x3 K9 d: u0 O; You define external commands by specifying a command name to be used
) ~( S5 m) T- e& ~+ R7 x; from the AutoCAD command prompt and an executable command string * E) W% V0 \4 H% h* }
; that is passed to the operating system.
6 X# ~/ v- n# `
8 b5 F3 O+ ?* C1 S; -- Command Aliases --
8 B6 k2 _! X# H; You can abbreviate frequently used AutoCAD commands by defining 4 L+ P& p0 D4 J0 \, {4 |* @
; aliases for them in the command alias section of acad.pgp.
3 }3 w4 s6 @4 u! [; You can create a command alias for any AutoCAD command,6 v" s1 K2 n) T0 g8 E; y
; device driver command, or external command.4 K! @$ n& R t8 a- n% t- V
% ^. X" S; M) `: }9 I
; Recommendation: back up this file before editing it.
. ~) ?' B% u% e Q# h7 }9 {0 {' f/ N. v
; External command format:
8 @& N/ w+ X/ @! c# a9 z; <Command name>,[<DOS request>],<Bit flag>,<Prompt>,
7 A- U$ |- b( I" c+ @1 b. ?0 |# T' O5 X r- {" Q$ L. K, R6 g
; The bits of the bit flag have the following meanings:
2 ^; ~2 [' p" G$ _& O/ S/ ^; Bit 1: if set, don't wait for the application to finish# O/ p" b! L: i. w' {% I, y+ J' m. M
; Bit 2: if set, run the application minimized4 ] \1 @" l7 D0 h% Y6 G! h: w
; Bit 4: if set, run the application "hidden"8 Q3 v* m9 [* X
; Bit 8: if set, put the argument string in quotes3 p, b9 t0 M: F0 z+ z# c
;
- \* c$ [% h4 Y+ F- m# c) [) X; Fill the "bit flag" field with the sum of the desired bits.2 V0 ~) k) |! U# D8 j' \2 z5 V
; Bits 2 and 4 are mutually exclusive; if both are specified, only 9 [2 t: Z6 E6 q9 H! m# z: Q6 h
; the 2 bit is used. The most useful values are likely to be 0 % l# C) ]- i7 U9 i
; (start the application and wait for it to finish), 1 (start the ; m7 F V* h# q- F! S, y) G
; application and don't wait), 3 (minimize and don't wait), and 5 0 p" u. R' J1 i: {. y' H% i
; (hide and don't wait). Values of 2 and 4 should normally be avoided,
5 _1 k/ M* c. A5 v- Z1 ]; as they make AutoCAD unavailable until the application has completed.7 @& \3 K9 J) w$ U4 m3 G& u
;
' ?5 T8 p2 Q$ M, v; Bit 8 allows commands like DEL to work properly with filenames that 1 j% Q! F6 {- P( J, z
; have spaces such as "long filename.dwg". Note that this will interfere * i3 \& @0 a! k/ b* n% B N% H
; with passing space delimited lists of file names to these same commands.
. C( i' I; {; A4 ~; If you prefer multiplefile support to using long file names, turn off
8 N3 Z' e% p+ t' o# v1 _; the "8" bit in those commands.3 p3 a7 e( s; p" m5 w
' p3 T( U7 j4 r2 O, l9 C
; Examples of external commands for command windows
. g" t9 L Z8 D6 U: m+ Z7 g. f
+ I+ D6 G$ H* w$ @CATALOG, DIR /W, 8,File specification: ,
4 o2 P/ ?0 Y9 k- GDEL, DEL, 8,File to delete: ,, H- J% v* h6 Y8 r3 q, P+ X- k
DIR, DIR, 8,File specification: ,* d# r2 s- C& s$ V3 B" C
EDIT, START EDIT, 9,File to edit: ,
# o3 Y0 B5 \; i+ r% M1 ISH, , 1,*OS Command: ,9 k1 o1 @' C! |
SHELL, , 1,*OS Command: ,# x4 e( _) B& R) x
START, START, 1,*Application to start: ,: U ^+ ^6 E% r, {3 i2 |3 ?9 _
TYPE, TYPE, 8,File to list: ,! M' W9 G# w$ V7 D+ E
- K7 P2 u$ C. U9 q3 B6 a( i
; Examples of external commands for Windows
7 I r9 o$ G' z: T- z; See also the (STARTAPP) AutoLISP function for an alternative method.. U7 j5 p k- q5 y0 l% \9 z
* a& `4 s! l9 a/ ~# c/ L
EXPLORER, START EXPLORER, 1,,0 b* [& I; `9 A: y S) A; r
NOTEPAD, START NOTEPAD, 1,*File to edit: ,
# E! t5 r8 y6 L. E% J9 ^PBRUSH, START PBRUSH, 1,,
2 i/ k/ {: {1 K, c( b4 v) j7 b1 F0 e3 _/ L# ~8 k3 \
; `& v l8 g1 b9 T8 N% W
; Command alias format:8 E" l& E/ `1 \3 _
; <Alias>,*<Full command name>
! ~+ l7 W6 A. P5 y7 }7 |2 y' H
; The following are guidelines for creating new command aliases.
/ [. o, [0 X9 i3 T6 l \0 b: H' c; 1. An alias should reduce a command by at least two characters. " a8 z: h2 R! @
; Commands with a control key equivalent, status bar button,
* r( [0 ^- ]7 Y8 s. H; j% {; or function key do not require a command alias.
% K1 ?5 L( v7 R" x* j; Examples: Control N, O, P, and S for New, Open, Print, Save.% i1 L; I% e/ g& r
; 2. Try the first character of the command, then try the first two,
+ D ]7 w/ i0 ]) U; then the first three.- c3 X6 l. J( l
; 3. Once an alias is defined, add suffixes for related aliases:
: S4 f. e# b7 m0 v, q; Examples: R for Redraw, RA for Redrawall, L for Line, LT for ! G) c$ y" l R' I
; Linetype.$ i" o: A _( C( ^: b4 g! _
; 4. Use a hyphen to differentiate between command line and dialog * g' C6 p, W. x1 ^$ n) q
; box commands." B7 V" [3 A Z$ J2 ?$ F0 X. \
; Example: B for Block, -B for -Block.( q5 u. @# P; S
; [3 p# y" E9 P+ a9 n, c8 I
; Exceptions to the rules include AA for Area, T for Mtext, X for Explode.
/ M/ B! R1 J# M1 ?5 ~ B. W# r/ {. O% x0 z* b
; -- Sample aliases for AutoCAD commands --4 x# S/ ^: n7 c: \! ?
; These examples include most frequently used commands.4 f- v8 C' H0 h1 W4 @! Y/ P7 c v
+ [- d: n7 Y- F- }, N1 R
3A, *3DARRAY
/ k9 Q5 h+ f* `6 `; V3DO, *3DORBIT
; u8 L1 ^. x0 S: Z8 a2 P' H3F, *3DFACE
9 \+ v$ h: @9 ]4 h; P4 J3P, *3DPOLY
: [7 B O+ C/ i6 DA, *ARC
$ F/ m" }. g) n) e$ iADC, *ADCENTER6 t B3 I' T" r t, O1 g6 W! p
AA, *AREA* T& w3 W9 X U" S
AL, *ALIGN I0 c; M) Y F( b5 o
AP, *APPLOAD
/ k: ]- {7 ^! @ A0 Y( NAR, *ARRAY
1 R( f6 H9 p8 [, z: j! O# t-AR, *-ARRAY- C8 `! [; R. b) E+ _* W
ATT, *ATTDEF" E% j/ D4 E6 W
-ATT, *-ATTDEF
6 t3 V+ g6 n; z( ^! cATE, *ATTEDIT
8 r2 ~4 i2 ]9 L; a1 n-ATE, *-ATTEDIT. W3 U/ W8 J- s' }/ K2 h
ATTE, *-ATTEDIT6 \" D; {# l1 E) @" B
BL, *BLOCK
/ A3 Y8 b9 ?0 P( j. X9 G- J% L-BL, *-BLOCK
/ w1 g; t$ x+ pBH, *BHATCH) P4 u$ |: C ~, n
BO, *BOUNDARY+ L3 k( Z& M0 P# Z. {
-BO, *-BOUNDARY8 Y! u* \7 I ^, H e
B, *BREAK
8 J& C7 B0 [/ ~: d9 JCC, *CIRCLE
/ D! O) P# J: T9 O1 q$ P* i; J/ FCH, *PROPERTIES$ i& d/ N. r" j+ J% r k
-CH, *CHANGE! B& I; _9 p8 q& z
CHA, *CHAMFER d0 j( C- q- r& D7 ~9 c
COL, *COLOR x: k6 K9 p6 f
COLOUR, *COLOR) n/ J, n. t: q" z' R7 u* T
C, *COPY# N. H3 G/ w0 D2 A5 O* r
D, *DIMSTYLE
! W; d5 O+ h) c6 o/ d2 b! dDAL, *DIMALIGNED9 c& z* r9 n! A! i& J% V, K
DAN, *DIMANGULAR J0 ]1 r4 O: t' [; d
DBA, *DIMBASELINE q; v& S3 R, ~3 c
DBC, *DBCONNECT6 }. a- Q* w5 V- F
DCE, *DIMCENTER
! Y, i7 j6 v3 ], bDCO, *DIMCONTINUE' P+ G5 f$ K, [
DDA, *DIMDISASSOCIATE
) `/ k( {4 s) ~/ S4 e( X6 vDDI, *DIMDIAMETER
8 s/ _- c) ~( t; G1 C) _DED, *DIMEDIT
4 {2 [ w" W: A- J% oDI, *DIST
% X& V% |7 X& xDIV, *DIVIDE
' N: r0 @% \$ J; C: T+ qDLI, *DIMLINEAR
: {, T/ o; k: kDO, *DONUT
8 [" K" F, C) s3 i) L/ C( u5 a+ F, MDOR, *DIMORDINATE
/ s1 q0 J" T; @: T- U5 s" l9 V8 x, EDOV, *DIMOVERRIDE" J6 F z$ t( Z; g p: B; U( B
DR, *DRAWORDER7 ]: A2 M, T' c! H+ Y
DRA, *DIMRADIUS9 V" h' w; d9 P3 [ W1 y
DRE, *DIMREASSOCIATE
. r: r. \1 Y3 A4 @DS, *DSETTINGS
7 e" ^9 X" N; _DST, *DIMSTYLE* _7 D# l! V3 `; c# I1 q
DT, *DTEXT
u/ J1 d6 W- N. W4 {# WDV, *DVIEW3 E @% n' }; E' V) E9 x# x
E, *ERASE6 [: w0 \$ {# q' n% z$ r1 q% x( l( _
ED, *DDEDIT
1 b1 P9 g, a5 j& L7 m+ c7 i7 pEL, *ELLIPSE
; s& w4 q" H5 W& V1 D- AEX, *EXTEND7 V3 s6 A6 ]/ \, _' K
EXIT, *QUIT
+ R9 E) `7 s8 y. |& bEXP, *EXPORT+ `+ @# k) i/ i: I
EXT, *EXTRUDE
: E: N0 \1 W5 }$ k, |F, *FILLET3 T% o! U( Q7 ^
FI, *FILTER
# @2 G- n& u! ?4 R- J) NG, *GROUP
; ?) @; T4 ]- M3 [! U5 h( u! K% B-G, *-GROUP3 z3 c" e: U% x* U- X
GR, *DDGRIPS! e: j* c+ H1 y6 Q
H, *BHATCH9 r; h; j4 e; E
-H, *HATCH E. n& Y ^5 p
HE, *HATCHEDIT
8 Q3 S5 K& U" `8 v$ v8 S9 ?, eHI, *HIDE3 @+ O' H8 e8 H' o1 Z
I, *INSERT
7 z9 ^8 n" W: y0 l" ^# w-I, *-INSERT
; Q; b2 J- _- xIAD, *IMAGEADJUST
- Y- |/ A" G/ Q# s) W$ \IAT, *IMAGEATTACH. |) p' l8 X' ?
ICL, *IMAGECLIP
- r+ x( c' L# N0 O5 }IM, *IMAGE
) y+ D O, d5 e' r2 s3 P-IM, *-IMAGE. k8 n6 W9 E: H" x2 K
IMP, *IMPORT
$ Z% \0 z2 z" a$ U7 [: q" A0 W( \IN, *INTERSECT
3 W" A! q- {$ ~. ~, u3 a! }INF, *INTERFERE6 t8 j4 M8 A: a h4 y: ~4 W
IO, *INSERTOBJ$ ?# B+ S. J2 B. w
L, *LINE7 i3 B& b( Y* R, E( O0 D2 a* @
LA, *LAYER) G, {% ^8 \$ l+ }
-LA, *-LAYER) e1 V' ]9 v8 S6 {' B
LE, *QLEADER f( q) K% _4 X+ Y3 [/ ?2 f5 w
LEN, *LENGTHEN
& R7 ], r9 q, ~) P# v' T8 W3 HLI, *LIST5 U) M* j* r, a# W0 U& s; @4 Z
LINEWEIGHT, *LWEIGHT
) ^! L( \7 J- k6 z! @) zLO, *-LAYOUT
' d" S" A$ ~4 R+ q5 t0 O& SLS, *LIST
' B+ T& s5 A% S# x6 u( ?) @8 pLT, *LINETYPE
\9 m" R; t! L2 w/ x% m/ e-LT, *-LINETYPE
6 V! w, |/ Z5 H& j! u( PLTYPE, *LINETYPE
& E: @5 h( T1 ^! Z0 X4 Q0 H& s6 V-LTYPE, *-LINETYPE: z! ]: t; o1 L+ G) v
LTS, *LTSCALE
3 \, D' {& f5 M; Z: e) ?LW, *LWEIGHT0 i* s' [1 E( h! R, O! _" o
M, *MOVE, q- C: I' r5 ]% l+ c- m: @
MA, *MATCHPROP
5 _" p+ v3 J! Z$ H' LME, *MEASURE
+ J' O7 j$ q1 A% X5 B- UMI, *MIRROR5 \& z& X) ?0 x
ML, *MLINE5 o/ A$ {0 t" E: E% Y
MO, *PROPERTIES& q, d/ n9 }5 n# W8 M2 r! ^7 `
MS, *MSPACE
( c( c) ~6 u$ n2 WMT, *MTEXT
; \: E3 T, {$ D5 J9 aMV, *MVIEW
' A1 l& O3 `* w/ b. ~* g% RO, *OFFSET1 X& v9 _ R4 M9 j3 I; } Z
OP, *OPTIONS$ N; o$ f& t- K6 r* V
ORBIT, *3DORBIT( E, w% h! E; V4 x" ]3 K4 ^7 ~
OS, *OSNAP
) S# s. q& q0 R1 ~: v& {! B$ m; u-OS, *-OSNAP
, L! d" e# l6 i( sN, *PAN/ p& A3 z& i) c: C& W
-N, *-PAN
9 l7 B) A% ?/ [PA, *PASTESPEC6 e/ r+ u, ~7 G
PARTIALOPEN, *-PARTIALOPEN
( L* K$ @! ~9 r M5 Q' L. s' _PE, *PEDIT" Z! H" `. t) E* F
PL, *PLINE; Q' U C1 q5 c
PO, *POINT
8 E* a/ L, G6 a- g- xPOL, *POLYGON
: u( G. i. H/ y q4 J7 m S- CPR, *OPTIONS
X. c5 `8 m7 V1 SPRCLOSE, *PROPERTIESCLOSE$ P( f9 g8 m/ e
PROPS, *PROPERTIES
1 n# w0 X. T% n( iPRE, *PREVIEW7 S8 g% z0 O1 h6 g. I
PRINT, *PLOT5 U+ ]2 P3 U6 C. ?
PS, *PSPACE
* S w1 j. j' m. {; h. TPTW, *PUBLISHTOWEB" A7 M: W9 t2 @" o G& ]( n! R
PU, *PURGE
; N) @& |5 R, K* c3 w-PU, *-PURGE
+ ^; R# N7 S5 s/ K7 _2 MR, *REDRAW9 [$ t5 n# w3 i+ ~: c+ h
RA, *REDRAWALL
- E9 O+ U S$ R% L! H# e$ A* `RE, *REGEN( j9 m( {& ?% o0 v8 a( q
REA, *REGENALL
: m* ^9 ]. M- GREC, *RECTANGLE! D8 K1 d. ]8 q! K' {
REG, *REGION( ~* M/ W( w# j: j, t7 ~0 z/ c
REN, *RENAME3 ?$ d+ d4 o- d
-REN, *-RENAME) I; ~/ q4 K4 U# e* k1 Q$ D4 U/ c% d
REV, *REVOLVE4 A' P1 ?5 E7 z: C
RM, *DDRMODES
& f/ |5 z3 C+ R7 `; A# b' mRT, *ROTATE( D" G! [$ z! a V, A% A- H( a
RPR, *RPREF- g% X8 \* `3 r" y
RR, *RENDER
! E% _, i9 \1 F: t6 zS, *STRETCH4 _; @- T9 X; d1 n! G
SC, *SCALE
^% n' C% K# S: ESCR, *SCRIPT
2 s* _/ N9 a9 W, Y! e( z ySE, *DSETTINGS
8 {$ Z% H/ O0 X, GSEC, *SECTION1 A* V" k3 n/ S( I% s- ^! `/ R& A% e
SET, *SETVAR
- m2 B: V A& x2 I3 S2 |SHA, *SHADE% o: \- P o/ r9 W& u* y( R6 ?$ ]
SL, *SLICE
& o) g, b y' D9 E7 E' ISN, *SNAP) n+ l% O# y# {9 d: m* w
SO, *SOLID
" _9 D" e8 ]; m4 y; ISP, *SPELL$ [% i5 q# A$ W! K( o X
SPL, *SPLINE" ]9 m/ J/ [: z) `- G) R8 u
SPE, *SPLINEDIT7 U1 s, `0 p$ V: g! B3 p
ST, *STYLE& r$ T5 E% z$ N
SU, *SUBTRACT$ S' _. w4 K, D
MT, *MTEXT1 d l) w2 B" d1 |% p0 ]% s9 c2 H
-MT, *-MTEXT8 N' \/ ? U. h7 n: G. M" j
TA, *TABLET
1 X- E& b3 b$ u& \. {) qTH, *THICKNESS% U+ R3 X4 p) S& T0 k
TI, *TILEMODE
; B$ U) ^" Y$ LTO, *TOOLBAR
J' r# `1 c6 J$ y: O, }) xTOL, *TOLERANCE0 j* W m4 G6 V4 c
TOR, *TORUS
& G. R& ^! Z/ q, V# H3 ^0 a3 Z! C6 k; KT, *TRIM$ x+ ^. q: L/ f
UC, *DDUCS' ]' r2 u- ?. a9 D8 |
UCP, *DDUCSP
4 m7 V6 [2 F0 C3 wUN, *UNITS. Q# P. c: P+ g
-UN, *-UNITS
3 J8 s7 a; g0 b$ q+ E7 ~/ s; ?UNI, *UNION
2 G7 l4 q8 Y. x3 {( }) S* SV, *VIEW9 V4 l3 I L _. P. r. A- N+ ^
-V, *-VIEW+ W2 A) j C# K3 ?& T7 M/ _
VP, *DDVPOINT7 _* e" F/ [- q. J+ U# }3 _# c
-VP, *VPOINT* {6 @( I6 Q) a+ R" |7 T
W, *WBLOCK
' H* F' \% ^" M- H0 ]-W, *-WBLOCK
. c3 L; S, r5 b, ~! t$ HWE, *WEDGE/ g* i( ?( ^6 S [" u
X, *EXPLODE/ Y% _9 c# P, }
XA, *XATTACH
7 C3 X; \3 N* C: N' LXB, *XBIND
G" y' o2 K- v4 e( i" H3 Z) |$ G-XB, *-XBIND
1 g& A8 f; n6 h, j8 c( mXC, *XCLIP; ?+ e& \7 c3 B7 p/ k
XL, *XLINE" d1 x/ g4 M$ ^( L4 l# v! j
XR, *XREF, l* y) Q8 w. P. s9 b, ~* r
-XR, *-XREF
. H2 B3 g% h; t% t9 uZ, *ZOOM% c3 U$ K9 d' I1 |
1 N+ Z9 p s) Q: J3 z& J0 {( [; The following are alternative aliases and aliases as supplied 0 Q& R& A0 [- t" }. @; [
; in AutoCAD Release 13.
) F5 T) W: j4 T+ P8 ]+ `8 x/ U+ g( V- \0 d
AV, *DSVIEWER
|6 A# y0 Z1 c$ |1 K4 lCP, *COPY5 B9 y, j- L- G5 @; L
DIMALI, *DIMALIGNED
8 F- [7 q, m/ u0 j/ g+ QDIMANG, *DIMANGULAR1 h3 ]) A3 ?* O$ o7 h- n
DIMBASE, *DIMBASELINE8 v, V4 t+ f; {( v
DIMCONT, *DIMCONTINUE9 K5 v$ y$ i% G8 ~' N
DIMDIA, *DIMDIAMETER. n D5 Q/ ]! x. G b, t
DIMED, *DIMEDIT
+ n4 T5 F9 E7 g. C5 V& G3 TDIMTED, *DIMTEDIT0 n x7 m J) m" Z, X
DIMLIN, *DIMLINEAR3 I- E$ Z- x/ D- G( _
DIMORD, *DIMORDINATE* N0 D3 d4 j! Q( I& ~/ v
DIMRAD, *DIMRADIUS
: ?9 M% i3 s7 j( ^: C5 a, QDIMSTY, *DIMSTYLE
6 |* E/ I4 e" _DIMOVER, *DIMOVERRIDE, Q N& M. [% B- R* m
LEAD, *LEADER
5 J$ V9 K3 k/ h; G; i& k! aTM, *TILEMODE5 T) h8 J. w3 O1 d5 B1 D, ]
6 p% i7 [5 s/ {" ?; }; e
; Aliases for Hyperlink/URL Release 14 compatibility
# M) b+ x% Q- S. }! I9 I: [- hSAVEURL, *SAVE
& X: k" [2 }% @. _OPENURL, *OPEN
' {$ G2 z' ^' I1 \* uINSERTURL, *INSERT
) l; j) }: T ~& Z! M6 B9 A: ^5 K. }- V! E7 U: x
; Aliases for commands discontinued in AutoCAD 2000:
2 h% J! z8 r. e; C4 X4 d, v2 |AAD, *DBCONNECT6 K& T- u) Z, m1 B" r
AEX, *DBCONNECT 8 ?9 M7 R- a2 q) x- k
ALI, *DBCONNECT , |0 S1 e" f. u+ C" m
ASQ, *DBCONNECT
& r& Z d r" TARO, *DBCONNECT
( ~6 V5 l, r' ]0 k: a- fASE, *DBCONNECT, V3 N3 g: V# W( X6 [3 ~3 s
DDATTDEF, *ATTDEF! P# n0 z. I/ J3 V) w ^. T
DDATTEXT, *ATTEXT
3 K) A% ?; a9 A4 ^DDCHPROP, *PROPERTIES, ~3 l5 z$ ?# S! `. D8 G0 X1 i8 Z
DDCOLOR, *COLOR
" L% Z5 q* j2 N: ADDLMODES, *LAYER7 P$ O8 O5 A8 T
DDLTYPE, *LINETYPE
: d6 G; x8 N! yDDMODIFY, *PROPERTIES
# d' C4 _) d4 D( X; N! l1 HDDOSNAP, *OSNAP% i4 W6 g9 E5 T6 s
DDUCS, *UCS |
|