; $Header: $

; $NoKeywords: $

;  AutoCAD Program Parameters File For AutoCAD 2000
;  External Command and Command Alias Definitions

;  Copyright (C) 1997-1999 by Autodesk, Inc.

;  Each time you open a new or existing drawing, AutoCAD searches 
;  the support path and reads the first acad.pgp file that it finds.

;  -- External Commands --
;  While AutoCAD is running, you can invoke other programs or utilities
;  such Windows system commands, utilities, and applications.
;  You define external commands by specifying a command name to be used
;  from the AutoCAD command prompt and an executable command string 
;  that is passed to the operating system. 

;  -- Command Aliases --
;  You can abbreviate frequently used AutoCAD commands by defining 
;  aliases for them in the command alias section of acad.pgp.
;  You can create a command alias for any AutoCAD command,
;  device driver command, or external command.

;  Recommendation: back up this file before editing it.

;  External command format:
;  <Command name>,[<DOS request>],<Bit flag>,[*]<Prompt>,

;  The bits of the bit flag have the following meanings:
;  Bit 1: if set, don't wait for the application to finish
;  Bit 2: if set, run the application minimized
;  Bit 4: if set, run the application "hidden"
;  Bit 8: if set, put the argument string in quotes
;
;  Fill the "bit flag" field with the sum of the desired bits.
;  Bits 2 and 4 are mutually exclusive; if both are specified, only 
;  the 2 bit is used. The most useful values are likely to be 0 
;  (start the application and wait for it to finish), 1 (start the 
;  application and don't wait), 3 (minimize and don't wait), and 5 
;  (hide and don't wait). Values of 2 and 4 should normally be avoided, 
;  as they make AutoCAD unavailable until the application has completed.
;
;  Bit 8 allows commands like DEL to work properly with filenames that 
;  have spaces such as "long filename.dwg".  Note that this will interfere 
;  with passing space delimited lists of file names to these same commands.
;  If you prefer multiplefile support to using long file names, turn off 
;  the "8" bit in those commands.

;  Examples of external commands for command windows

KATALOG,   DIR /W,         8,Specifikace souboru: ,
DEL,       DEL,            8,Vymazávaný soubor: ,
DIR,       DIR,            8,Specifikace souboru: ,
EDIT,      START EDIT,     9,Editovaný soubor: ,
SYS,       ,               1,*Příkaz OS: ,
SYSTÉM,    ,               1,*Příkaz OS: ,
SYSTEM,    ,               1,*Příkaz OS: ,
SHELL,     ,               1,*Příkaz OS: ,
START,     START,          1,*Spuštěná aplikace: ,
TYPE,      TYPE,           8,Vypisovaný soubor: ,

; Examples of external commands for Windows
; See also the (STARTAPP) AutoLISP function for an alternative method.

PRŮZKUMNÍK,  START EXPLORER, 1,,
NOTEPAD,     START NOTEPAD,  1,*Editovaný soubor: ,
PBRUSH,      START PBRUSH,   1,,


; Command alias format:
;   <Alias>,*<Full command name>

;  The following are guidelines for creating new command aliases.
;  1. An alias should reduce a command by at least two characters. 
;      Commands with a control key equivalent, status bar button, 
;      or function key do not require a command alias. 
;      Examples: Control N, O, P, and S for New, Open, Print, Save.
;  2. Try the first character of the command, then try the first two, 
;      then the first three.
;  3. Once an alias is defined, add suffixes for related aliases: 
;      Examples: R for Redraw, RA for Redrawall, L for Line, LT for 
;      Linetype.
;  4. Use a hyphen to differentiate between command line and dialog 
;      box commands.
;      Example: B for Block, -B for -Block.
;
; Exceptions to the rules include AA for Area, T for Mtext, X for Explode.

;  -- Sample aliases for AutoCAD commands --
;  These examples include most frequently used commands.
3P,         *3DPOLE
3DO,        *3DORBIT
3L,         *3DPLOCHA
3K,         *3DKŘIVKA
O,          *OBLOUK
ADC,        *ADCENTER
PL,         *PLOCHA
SR,         *SROVNEJ
AP,         *APPLOAD
PO,         *POLE
AT,         *ATRDEF
-AT,        *-ATRDEF
ATE,        *ATREDIT
-ATE,       *-ATREDIT
B,          *BLOK
-B,         *-BLOK
HS,         *HŠRAFY
HK,         *HKŘIVKA
-HK,        *-HKŘIVKA
PR,         *PŘERUŠ
KR,         *KRUŽNICE
VT,         *VLASTNOSTI
-ZM,        *ZMĚNA
ZK,         *ZKOS
BAR,        *BARVA
KO,         *KOPIE
KSL,        *KÓTYSTYL
KSO,        *KÓTYSROVNEJ
KUH,        *KÓTYÚHEL
KZA,        *KÓTYZÁKL
DBC,        *DBCONNECT
KSR,        *KÓTYSTŘED
KRE,        *KÓTYŘET
KPR,        *KÓTYPRŮMĚR
KED,        *KÓTYEDIT
VZ,         *VZD
DU,         *DĚLÚ
KPM,        *KÓTYPŘÍM
PS,         *PRSTEN
KST,        *KÓTYSTANIČNÍ
KPS,        *KÓTYPŘEPIŠ
KRA,        *KÓTYRÁDIUS
DT,         *DTEXT
DP,         *DPOHLED
V,          *VYMAŽ
ED,         *DIAEDIT
EL,         *ELIPSA
PD,         *PRODLUŽ
EXIT,       *VEN
EXP,        *EXPORT
VYT,        *VYTÁHNI
ZA,         *ZAOBLI
FI,         *FILTR
S,          *SKUPINA
-S,         *-SKUPINA
MS,         *MOŽNOSTI
HS,         *HŠRAFY
-HS,        *ŠRAFY
SF,         *HŠRAFY
-SF,        *ŠRAFY
SE,         *ŠRAFEDIT
SK,         *SKRYJ
VL,         *VLOŽ
-VL,        *-VLOŽ
OUP,        *OBRUPRAV
OPR,        *OBRPŘIPOJ
OOR,        *OBROŘEŽ
OB,         *OBRÁZEK
-OB,        *-OBRÁZEK
IMP,        *IMPORT
PN,         *PRŮNIK
INF,        *INTERFER
VO,         *VLOŽOBJEKT
U,          *ÚSEČKA
HL,         *HLADINA
-HL,        *-HLADINA
POZ,        *RODKAZ
DEL,        *DÉLKA
VY,         *VÝPIS
TLČ,        *TLČÁRY
RO,         *-ROZVRŽENÍ
TC,         *TYPČ
-TC,        *-TYPČ
TCM,        *TČMĚŘ
POS,        *POSUN
KV,         *KOPIEVLAST
DM,         *DĚLM
ZI,         *ZRCADLI
MC,         *MČÁRA
VLA,        *VLASTNOSTI
MD,         *MODEL
MT,         *MTEXT
MP,         *MPOHLED
E,          *EKVID
MN,         *MOŽNOSTI
ORBIT,      *3DORBIT
-UC,        *-UCHOP
UC,        *UCHOP
P,          *PP
-P,         *-PP
VS,         *SVLOŽSPEC
KE,         *KEDIT
K,          *KŘIVKA
BO,         *BOD
POL,        *POLYGON
PRF,        *MOŽNOSTI
VLZAV,      *ZAVŘIVL
VLAST,      *VLASTNOSTI
NAH,        *NÁHLED
VYK,        *VÝKRES
CI,         *ČISTI
R,          *PŘEKR
RV,         *PŘEKRV
RE,         *REGEN
REV,        *REGENV
OBD,        *OBDÉLNÍK
OBL,        *OBLAST
PRJ,        *PŘEJMEN
-PRJ,       *-PŘEJMEN
ORT,        *OROTUJ
PM,         *DIAPOM
OT,         *OTOČ
RPR,        *RPREF
RR,         *RENDER
PT,         *PROTÁHNI
ME,         *MĚŘÍTKO
DEM,        *DEMO
VN,         *VNASTAV
OZ,         *ODŘÍZNI
SPA,        *SYSPAR
ST,         *STÍN
PRU,        *PRŮŘEZ
DE,         *DESKA
PV,         *PRAVOPIS
SPL,        *SPLINE
SPE,        *SPLINEDIT
PSM,        *PÍSMO
RZ,         *ROZDÍL
T,          *MTEXT
-T,         *-MTEXT
TA,         *TABLET
ZD,         *ZDVIH
TI,         *TILEMODE
NP,         *NPANEL
TOL,        *TOLERANCE
ANU,        *ANULOID
OR,         *OŘEŽ
US,         *DIAUSS
USP,        *DIAUSSP
JN,         *JEDNOTKY
-JN,        *-JEDNOTKY
SJE,        *SJEDNOCENÍ
PH,         *POHLED
-PH,        *-POHLED
OK,         *DIAOKO
-OK,        *OKO
PB,         *PIŠBLOK
-PB,        *-PIŠBLOK
KL,         *KLÍN
X,          *ROZLOŽ
XPR,        *XPŘIPOJ
XV,         *XVAŽ
-XV,        *-XVAŽ
XO,         *XOŘEŽ
PK,         *PŘÍMKA
XR,         *XREF
-XR,        *-XREF
ZO,         *ZOOM

; The following are alternative aliases and aliases as supplied 
;  in AutoCAD Release 13.

AV,         *DSPOHLED
KO,         *KOPIE
KOTYED,     *kÓTYEDIT
KOTYPM,     *KÓTYPŘÍM
KOTYPR,     *KÓTYPRŮMĚR
KOTYPS,     *KÓTYPŘEPIŠ
KOTYRA,     *KÓTYRÁDIUS
KOTYRE,     *KÓTYŘET
KOTYSO,     *KÓTYSROVNEJ
KOTYSL,     *KÓTYSTYL
KOTYST,     *KÓTYSTANIČNÍ
KOTYTD,     *KÓTYTEDIT
KOTYUH,     *KÓTYÚHEL
KOTYZA,     *KÓTYZÁKL
ODK,        *ODKAZ
TM,         *TILEMODE

; Aliases for Hyperlink/URL Release 14 compatibility
ULOŽURL,    *ULOŽ
OTEVŘIURL,  *OTEVŘI
VLOŽURL,    *VLOŽ

; Aliases for commands discontinued in AutoCAD 2000:
AAD,        *DBCONNECT
AEX,        *DBCONNECT 
ALI,        *DBCONNECT 
ASQ,        *DBCONNECT 
ARO,        *DBCONNECT 
ASE,        *DBCONNECT
APLČTI,     *APPLOAD
DDATTDEF,   *ATRDEF
DIATRDEF,   *ATRDEF
DDATTEXT,   *ATREXT
DIATREXT,   *ATREXT
DDCHPROP,   *VLASTNOSTI
DIAZMĚNV,   *VLASTNOSTI
DDCOLOR,    *BARVA
DIABARVA,   *BARVA
DDLMODES,   *HLADINA
DIAHLAD,    *HLADINA
DDLTYPE,    *TYPČ
DIATYPČ,    *TYPČ
DDMODIFY,   *VLASTNOSTI
DIAMODIF,   *VLASTNOSTI
DDOSNAP,    *UCHOP
DIAUCHOP,   *UCHOP
DDUCS,      *DIAUSS
DIAJEDN,    *DDUNITS
DIAVLOŽ,    *VLOŽ
DIAPŘEJMEN, *PŘEJMEN
ČOTEVŘI,    *-ČOTEVŘI
BVYTVOŘ,    *VYTVOŘB

; REFEDIT bug
REFSADA,    *REFSET
REFZAVŘI,   *REFCLOSE

; Autocad Map Aliases
ADELOGIN,		*MAPLOGIN
MAPADMIN,		*MAPTOPOADMIN
MAPBROWSELPN,	*MAPBROWSELINK
MAPDEFINELPN,	*MAPDEFINELT
MAPQUERY,		*MAPTOPOQUERY
MAPWSEXECUTEQUERY, *MAPWSQUERYEXECUTE
MAPABOUT,		*ABOUT
