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,0,File specification: ,0
- DEL,DEL, 0,File to delete: ,4
- DIR,DIR, 0,File specification: ,0
- EDIT,EDLIN, 0,File to edit: ,4
- SH,, 0,*OS Command: ,4
- SHELL,, 0,*OS Command: ,4
- TYPE,TYPE, 0,File to list: ,0
- AVCAD,AVCAD, 0,,4
- AVCAD W,AVCAD W,0,,4
-
- ; 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
- AR, *ARRAY
- B, *BREAK
- BL, *BLOCK
- C, *CIRCLE
- CH, *CHANGE
- CO, *COLOR
- CP, *COPY
- D, *DIST
- DV, *DVIEW
- E, *ERASE
- EP, *EXPLODE
- EX, *EXTEND
- I, *INSERT
- L, *LINE
- LA, *LAYER
- LI, *LIST
- M, *MOVE
- MI, *MIRROR
- MS, *MSPACE
- O, *OFFSET
- P, *PAN
- PS, *PSPACE
- PL, *PLINE
- R, *REDRAW
- RE, *REGEN
- S, *SAVE
- T, *TRIM
- TE, *TEXT
- Z, *ZOOM
-
- 3DLINE, *LINE
-
- ; easy access to _PKSER (serial number) system variable
- SERIAL, *_PKSER
-
- ; aliases for 3d.lsp commands to avoid conflicts with AME AutoLoading
- BOX, *AI_BOX
- CONE, *AI_CONE
- DISH, *AI_DISH
- DOME, *AI_DOME
- MESH, *AI_MESH
- PYRAMID, *AI_PYRAMID
- SPHERE, *AI_SPHERE
- TORUS, *AI_TORUS
- WEDGE, *AI_WEDGE
-
- ; Complex Solids.
- SOL, *SOLIDIFY
-
- ; Modification and Query commands.
- UNI, *SOLUNION
- UNION, *SOLUNION
- SUB, *SOLSUB
- SUBTRACT, *SOLSUB
- DIF, *SOLSUB
- DIFF, *SOLSUB
- DIFFERENCE, *SOLSUB
- SEP, *SOLSEP
- SEPARATE, *SOLSEP
- SCHP, *SOLCHP
- CHPRIM, *SOLCHP
- MOV, *SOLMOVE
- SL, *SOLLIST
- SLIST, *SOLLIST
- MP, *SOLMASSP
- MASSP, *SOLMASSP
- SA, *SOLAREA
- SAREA, *SOLAREA
- SSV, *SOLVAR
-
- ; Documentation commands.
- FEAT, *SOLFEAT
- SU, *SOLUCS
- SUCS, *SOLUCS
-
- ; Model representation commands.
- SW, *SOLWIRE
- WIRE, *SOLWIRE
- SM, *SOLMESH
- MESH, *SOLMESH
-