- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
;; AutoCAD Program Parameters File For AutoCAD Release 14
;; External Command and Command Alias Definitions
;; Copyright (C) 1997 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.
;; 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.
;; 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.
;; There is a bonus application for editing command aliases as well as
;; a sample acad.pgp file with many more command aliases.
;; See the bonus\cadtools folder for more details.
;; External command format:
;; Command name,[DOS request],Bit flag,[*]Prompt,
;; The bits of the bit flag have the following meanings:
;; First bit (1): if set, dont wait for the application to finish
;; Second bit (2): if set, run the application minimized
;; Third bit (4): if set, run the application hidden
;; 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 dont wait), 3 (minimize and dont
;; wait), and 5 (hide and dont wait). Values of 2 and 4 should normally be avoided,
;; as they make AutoCAD unavailable until the application has completed.
; Examples of external commands for command windows
CATALOG, DIR /W, 8,指定文件: ,
DEL, DEL, 8,要删除的文件: ,
DIR, DIR, 8,指定文件
文档评论(0)