home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p053 / install1.img / ACAD.PGP < prev    next >
Encoding:
Text File  |  1993-08-25  |  2.4 KB  |  107 lines

  1. ; acad.pgp - External Command and Command Alias definitions
  2.  
  3. ; External Command format:
  4. ;   <Command name>,[<DOS request>],<Memory reserve>,[*]<Prompt>,<Return code>
  5.  
  6. ; Examples of External Commands for DOS
  7.  
  8. CATALOG,DIR /W,0,File specification: ,0
  9. DEL,DEL,       0,File to delete: ,4
  10. DIR,DIR,       0,File specification: ,0
  11. EDIT,EDLIN,    0,File to edit: ,4
  12. SH,,           0,*OS Command: ,4
  13. SHELL,,        0,*OS Command: ,4
  14. TYPE,TYPE,     0,File to list: ,0
  15. AVCAD,AVCAD,   0,,4
  16. AVCAD W,AVCAD W,0,,4
  17.  
  18. ; Command alias format:
  19. ;   <Alias>,*<Full command name>
  20.  
  21. ; Sample aliases for AutoCAD Commands
  22. ; These examples reflect the most frequently used commands.
  23. ; Each alias uses a small amount of memory, so don't go
  24. ; overboard on systems with tight memory.
  25.  
  26. A,      *ARC
  27. AR,     *ARRAY
  28. B,      *BREAK
  29. BL,     *BLOCK
  30. C,      *CIRCLE
  31. CH,     *CHANGE
  32. CO,     *COLOR
  33. CP,     *COPY
  34. D,      *DIST
  35. DV,     *DVIEW
  36. E,      *ERASE
  37. EP,     *EXPLODE
  38. EX,     *EXTEND
  39. I,      *INSERT
  40. L,      *LINE
  41. LA,     *LAYER
  42. LI,     *LIST
  43. M,      *MOVE
  44. MI,     *MIRROR
  45. MS,     *MSPACE
  46. O,      *OFFSET
  47. P,      *PAN
  48. PS,     *PSPACE
  49. PL,     *PLINE
  50. R,      *REDRAW
  51. RE,     *REGEN
  52. S,      *SAVE
  53. T,      *TRIM
  54. TE,     *TEXT
  55. Z,      *ZOOM
  56.  
  57. 3DLINE, *LINE
  58.  
  59. ; easy access to _PKSER (serial number) system variable
  60. SERIAL, *_PKSER
  61.  
  62. ; aliases for 3d.lsp commands to avoid conflicts with AME AutoLoading
  63. BOX,     *AI_BOX
  64. CONE,    *AI_CONE
  65. DISH,    *AI_DISH
  66. DOME,    *AI_DOME
  67. MESH,    *AI_MESH
  68. PYRAMID, *AI_PYRAMID
  69. SPHERE,  *AI_SPHERE
  70. TORUS,   *AI_TORUS
  71. WEDGE,   *AI_WEDGE
  72.  
  73. ; Complex Solids.
  74. SOL,             *SOLIDIFY
  75.  
  76. ; Modification and Query commands.
  77. UNI,             *SOLUNION
  78. UNION,           *SOLUNION
  79. SUB,             *SOLSUB
  80. SUBTRACT,        *SOLSUB
  81. DIF,             *SOLSUB
  82. DIFF,            *SOLSUB
  83. DIFFERENCE,      *SOLSUB
  84. SEP,             *SOLSEP
  85. SEPARATE,        *SOLSEP
  86. SCHP,            *SOLCHP
  87. CHPRIM,          *SOLCHP
  88. MOV,             *SOLMOVE
  89. SL,              *SOLLIST
  90. SLIST,           *SOLLIST
  91. MP,              *SOLMASSP
  92. MASSP,           *SOLMASSP
  93. SA,              *SOLAREA
  94. SAREA,           *SOLAREA
  95. SSV,             *SOLVAR
  96.  
  97. ; Documentation commands.
  98. FEAT,            *SOLFEAT
  99. SU,              *SOLUCS
  100. SUCS,            *SOLUCS
  101.  
  102. ; Model representation commands.
  103. SW,              *SOLWIRE
  104. WIRE,            *SOLWIRE
  105. SM,              *SOLMESH
  106. MESH,            *SOLMESH
  107.