home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p065 / 3.img / ACAD.PGP < prev    next >
Encoding:
Text File  |  1990-10-12  |  1.1 KB  |  44 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,33000,File specification: ,0
  9. DEL,DEL,       33000,File to delete: ,0
  10. DIR,DIR,       33000,File specification: ,0
  11. EDIT,EDLIN,    42000,File to edit: ,0
  12. SH,,           33000,*OS Command: ,0
  13. SHELL,,       127000,*OS Command: ,0
  14. TYPE,TYPE,     33000,File to list: ,0
  15.  
  16. ; Command alias format:
  17. ;   <Alias>,*<Full command name>
  18.  
  19. ; Sample aliases for AutoCAD Commands
  20. ; These examples reflect the most frequently used commands.
  21. ; Each alias uses a small amount of memory, so don't go
  22. ; overboard on systems with tight memory.
  23.  
  24. A,      *ARC
  25. C,      *CIRCLE
  26. CP,     *COPY
  27. DV,     *DVIEW
  28. E,      *ERASE
  29. L,      *LINE
  30. LA,     *LAYER
  31. M,      *MOVE
  32. MS,     *MSPACE
  33. P,      *PAN
  34. PS,     *PSPACE
  35. PL,     *PLINE
  36. R,      *REDRAW
  37. Z,      *ZOOM
  38.  
  39. 3DLINE, *LINE
  40.  
  41. ; easy access to _PKSER (serial number) system variable
  42. SERIAL, *_PKSER
  43.  
  44.