; 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 windowsCATALOG, DIR /W, 8,File specification: ,DEL, DEL, 8,File to delete: ,DIR, DIR, 8,File specification: ,EDIT, START EDIT, 9,File to edit: ,SH, , 1,*OS Command: ,SHELL, , 1,*OS Command: ,START, START, 1,*Application to start: ,TYPE, TYPE, 8,File to list: ,; Examples of external commands for Windows; See also the (STARTAPP) AutoLISP function for an alternative method.EXPLORER, START EXPLORER, 1,,NOTEPAD, START NOTEPAD, 1,*File to edit: ,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.3A, *3DARRAY3DO, *3DORBIT3F, *3DFACE3P, *3DPOLYA, *ARCADC, *ADCENTERAA, *AREAAL, *ALIGNAP, *APPLOADAR, *ARRAYATT, *ATTDEF-ATT, *-ATTDEFATE, *ATTEDIT-ATE, *-ATTEDITATTE, *-ATTEDITB, *BLOCK-B, *-BLOCKBH, *BHATCHBO, *BOUNDARY-BO, *-BOUNDARYBR, *BREAKC, *CIRCLETX, *PROPERTIES-CH, *CHANGECF, *CHAMFERCOL, *COLORCOLOUR, *COLORCC, *COPYD, *DIMSTYLEVV, *DIMALIGNEDJ, *DIMANGULARDBA, *DIMBASELINEDBC, *DBCONNECTDCE, *DIMCENTERDCO, *DIMCONTINUEDD, *DIMDIAMETERDED, *DIMEDITDI, *DISTDIV, *DIVIDEXX, *DIMLINEARDO, *DONUTDOR, *DIMORDINATEDOV, *DIMOVERRIDEDR, *DRAWORDERRR, *DIMRADIUSDS, *DSETTINGSDST, *DIMSTYLET, *DTEXTDV, *DVIEWE, *ERASEED, *DDEDITTTT, *ELLIPSEEX, *EXTENDgb, *QUITEXP, *EXPORTEXT, *EXTRUDEFF, *FILLETFI, *FILTERG, *GROUP-G, *-GROUPGR, *DDGRIPSH, *BHATCH-H, *HATCHHE, *HATCHEDITHI, *HIDEI, *INSERT-I, *-INSERTIAD, *IMAGEADJUSTIAT, *IMAGEATTACHICL, *IMAGECLIPIM, *IMAGE-IM, *-IMAGEIMP, *IMPORTIN, *INTERSECTINF, *INTERFEREIO, *INSERTOBJF, *LINEFA, *LAYER-LA, *-LAYERQ, *QLEADEREE, *LENGTHENLI, *LISTLINEWEIGHT, *LWEIGHTLO, *-LAYOUTLS, *LISTLT, *LINETYPE-LT, *-LINETYPELTYPE, *LINETYPE-LTYPE, *-LINETYPELTS, *LTSCALELW, *LWEIGHTM, *MOVE`, *MATCHPROPME, *MEASURER, *MIRRORML, *MLINETX, *PROPERTIESMS, *MSPACETT, *MTEXTMV, *MVIEWY, *OFFSETOP, *OPTIONSORBIT, *3DORBITOS, *OSNAP-OS, *-OSNAPPAN, *PAN-P, *-PANPA, *PASTESPECPARTIALOPEN, *-PARTIALOPENPE, *PEDITPL, *PLINEPO, *POINTPOL, *POLYGONPR, *OPTIONSPRCLOSE, *PROPERTIESCLOSEPROPS, *PROPERTIESPRE, *PREVIEW``, *PLOTPS, *PSPACEQQ, *PURGERED, *REDRAWREDA, *REDRAWALLRE, *REGEN REA, *REGENALLREC, *RECTANGLEREG, *REGIONREN, *RENAME-REN, *-RENAMEREV, *REVOLVERM, *DDRMODESRO, *ROTATERPR, *RPREFREN, *RENDERStr, *STRETCHSC, *SCALESCR, *SCRIPTSE, *DSETTINGSSEC, *SECTIONSET, *SETVARSHA, *SHADESL, *SLICESN, *SNAPSO, *SOLIDSP, *SPELLS, *SPLINESPE, *SPLINEDITST, *STYLESU, *SUBTRACTMT, *MTEXT-MT, *-MTEXTTA, *TABLETTH, *THICKNESSTI, *TILEMODETO, *TOOLBARTOL, *TOLERANCETOR, *TORUSTR, *TRIMUC, *DDUCSUCP, *DDUCSPUN, *UNITS-UN, *-UNITSUNI, *UNIONV, *VIEW-V, *-VIEWVP, *DDVPOINT-VP, *VPOINTW, *WBLOCK-W, *-WBLOCKWE, *WEDGEX, *EXPLODEXA, *XATTACHXB, *XBIND-XB, *-XBINDXC, *XCLIPXF, *XLINEXR, *XREF-XR, *-XREFZ, *ZOOM; The following are alternative aliases and aliases as supplied ; in AutoCAD Release 13.AV, *DSVIEWERCC, *COPYDIMALI, *DIMALIGNEDDIMANG, *DIMANGULARDIMBASE, *DIMBASELINEDIMCONT, *DIMCONTINUEDIMDIA, *DIMDIAMETERDIMED, *DIMEDITDIMTED, *DIMTEDITDIMLIN, *DIMLINEARDIMORD, *DIMORDINATEDIMRAD, *DIMRADIUSDIMSTY, *DIMSTYLEDIMOVER, *DIMOVERRIDELEAD, *LEADERTM, *TILEMODE; Aliases for Hyperlink/URL Release 14 compatibilitySAVEURL, *SAVEOPENURL, *OPENINSERTURL, *INSERT; Aliases for commands discontinued in AutoCAD 2000:AAD, *DBCONNECTAEX, *DBCONNECT ALI, *DBCONNECT ASQ, *DBCONNECT ARO, *DBCONNECT ASE, *DBCONNECTDDATTDEF, *ATTDEFDDATTEXT, *ATTEXTDDCHPROP, *PROPERTIESDDCOLOR, *COLORDDLMODES, *LAYERDDLTYPE, *LINETYPEDDMODIFY, *PROPERTIESDDOSNAP, *OSNAPDDUCS, *UCS;; AutoCAD常用命令,用户可以删除或修改,mry aliases 2000-12-29DIMTOOL, *th_dimtoolrt, *rotater, *mirrortr, *trimed, *explodeex, *extendcf, *chamfersc, *scaleff, *filletcf, *chamferb, *breakcc, *copyy, *offset;; END OF mry aliases; PCCAD aliases;TZ, *PC_PAPERSETHL, *PC_DHLINEHC, *PC_CIRCLESS, *PC_KSHXDC, *PC_DCXHY, *PC_CIRCLEHYD, *PC_CIRCLEPHH, *PC_ARCHHD, *PC_ARCPH, *BHATCHPX, *PC_PXCZXQX, *PC_QXGQ, *PC_GQXGD, *PC_GDXCFX, *PC_CFXJD, *PC_JDXPF, *PC_PFXZX, *PC_ZXXBL, *PC_BLXJX, *PC_RECTXL, *POPENLIBDJ, *PC_DJDC, *PC_ZNBZYX, *PC_YCBZDB, *PC_DJBZXH, *PC_XHMX, *PC_MXBMXB, *PC_XHBJK, *PC_HIDETBJD, *PC_JDXRRR, *REGENPF, *PC_PFXHJ, *PC_HJFHFHGL, *PC_SYMMG ; PCCAD 构造工具 aliasesCT, *PC_CTFC, *PC_FCurveDJ, *PC_DJZDX, *PC_ZDXDAD, *PC_BREAK1 YS, *PC_DTYSJJ, *PC_JJGY, *PC_GZZXK1, *pc_zxkKZ, *PC_KZDK, *pc_dkXG, *PC_INTER; PCCAD 视图创建 aliasesCJ, *PC_CJST; PCCAD 消隐 aliasesXY, *PC_HIDEKXY1, *PC_BLOCKHIDE1 KXY2, *PC_BLOCKHIDE2UK, *PC_UNBLOCKHIDEWXY1, *PC_TEXTHIDE1WXY2, *PC_TEXTHIDE2UW, *PC_UNFRAMETEXT; PCCAD 符号标注 aliasesCCD, *PC_CCDXW1, *PC_XWGCXW, *PC_DIMTOLJZ, *PC_JZBZXD, *pc_zxdbzBJ, *PC_YKBJZXK, *pc_zxkbz HJ, *PC_HJFHBGF, *PC_DIMELEV; PCCAD 文字处理 aliasesWZ, *PC_TEXTTJ, *PC_JSTJ; PCCAD 超级符号库 aliases;;FH, *PC_SYMOUTYYFH, *YYFHDQFH, *DQFHJGFH, *JGFHJJFH, *JJFHBGFH, *BGFHYYFH, *YYFHXZFH, *PC_NewSym ; PCCAD 参数化设计 aliasesMRE, *pc_mulcre CRE, *pc_cre CL, *pc_creDRI, *pc_muldriQD, *pc_muldriBNS, *pc_BTNSHOWDEF, *pc_para_defexpIN, *pc_para_in OUT, *pc_para_outTK, *pc_para_outSEXP, *PC_PARA_SEXPSHOW, *PC_PARA_SHOWASI, *PC_PARA_ASSISTMNY, *PC_PARA_SMANY; PCCAD 系列化零件设计 aliasesXL, *pc_spart_out; PCCAD 哑图参数化 aliasesYDEF, *PC_YDEFYQD, *PC_YDRVYREF, *PC_YREF; PCCAD 机械设计 aliasesPT, *pc_power_part; PCCAD 辅助工具 aliasesV, *PC_MODITHj, *th_jBH, *pc_hatchAA, *th_areaAT, *pc_weightJSQ, *PC_CALCULATE_EFCTY, *PC_COMMON_RESZDPT, *pc_paituTB, *PC_TABLEDATAPICKUP; PCCAD 报表工具 aliasesBG, *PC_TableBB, *PC_PICKUPREPORT; PCCAD 超级卡片 aliasesMTA, *PC_MAKETABLEMODELMCA, *PC_MAKECARDMODELMCC, *PC_CREATECARDMCE, *PC_SUPERCARDEDIT; END OF PCCAD aliases; |