home *** CD-ROM | disk | FTP | other *** search
- ; acad.pgp - External Command and Command Alias definitions
-
- ; External Command format:
- ; <Command name>,[<DOS request>],<Memory reserve>,[*]<Prompt>,<Return code>
-
- ; Examples of External Commands for DOS
-
- CATALOG,DIR /W,33000,File specification: ,0
- DEL,DEL, 33000,File to delete: ,0
- DIR,DIR, 33000,File specification: ,0
- EDIT,EDLIN, 42000,File to edit: ,0
- SH,, 33000,*OS Command: ,0
- SHELL,, 127000,*OS Command: ,0
- TYPE,TYPE, 33000,File to list: ,0
-
- ; Command alias format:
- ; <Alias>,*<Full command name>
-
- ; Sample aliases for AutoCAD Commands
- ; These examples reflect the most frequently used commands.
- ; Each alias uses a small amount of memory, so don't go
- ; overboard on systems with tight memory.
-
- A, *ARC
- C, *CIRCLE
- CP, *COPY
- DV, *DVIEW
- E, *ERASE
- L, *LINE
- LA, *LAYER
- M, *MOVE
- MS, *MSPACE
- P, *PAN
- PS, *PSPACE
- PL, *PLINE
- R, *REDRAW
- Z, *ZOOM
-
- 3DLINE, *LINE
-
- ; easy access to _PKSER (serial number) system variable
- SERIAL, *_PKSER
-
-