home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / sigm / vols000 / vol061 / files.doc < prev    next >
Encoding:
Text File  |  1984-04-29  |  2.9 KB  |  95 lines

  1. 
  2. .op
  3. .he DIMS - Release 1.0 - FILES.DOC                                   PAGE #
  4. .po 13
  5. ..----!----!----!-----------------!------------------------------------------
  6. A CATALOG OF FILES IN THE DIMS SYSTEM - RELEASE 1.0 - March 20, 1982
  7.  
  8.                        by Dan Dugan -- public domain
  9.  
  10.  
  11.                        *** GROUP 0 - Development ***
  12.  
  13.     Keep these files on your "DIMS Development" set of disks.  They are not 
  14. needed for working with files under DIMS.
  15.  
  16. FILES   .DOC  This catalog
  17.  
  18. READ    .ME   Release letter
  19.  
  20. DISTALL .DOC  Installation and Operation Manual
  21.  
  22. STRIP   .BAS  Basic-80 utility for making DEDIT smaller
  23.  
  24. FORMFORM.DWS  Source file to be copied when designing screen/printer 
  25.               formats with the aid of WordStar
  26.  
  27.  
  28.                       *** GROUP 1 - Main Programs ***
  29.  
  30. DIMS    .ASC  Opening menu program.  This and the following Basic-80 pro-
  31.               grams are provided in ASCII format for ease in scanning and
  32.               editing during installation.  They must then be saved in the 
  33.               Basic-80 compressed format to run.
  34.  
  35. DEDIT   .ASC  The file editor program
  36.  
  37.  
  38.                    *** GROUP 2 - Transient Programs ***
  39.  
  40.     All these except DCREATE chain from and return to the file editor, DEDIT.
  41.  
  42. DCREATE .ASC  Program to create a new file format.  Chains from DIMS main
  43.               menu program.
  44.  
  45. DDOC    .ASC  Command that displays or writes to a text file of notes 
  46.               associated with a data file.
  47.  
  48. DSORT   .ASC  Command for sorting files.
  49.  
  50. DLABELS .ASC  Command for printing 1-up mailing labels.
  51.  
  52. DLETTERS.ASC  Command for printing form letters with file data inserted.
  53.  
  54. DSTAT   .ASC  Command for calculating descriptive statistics for data in a 
  55.               numeric field.
  56.  
  57. DCFORM  .ASC  Command for creating a screen/printer format for a file.
  58.  
  59. DHELP   .ASC  Command which displays screens describing file editor commands.
  60.               The screens are stored in the file DHELP.DOC.
  61.  
  62. DPUT    .ASC  Command which puts a set of records out to a sequential file.
  63.  
  64. DGET    .ASC  Command which gets a sequential file and adds it to a DIMS file.
  65.  
  66.  
  67.                      *** GROUP 3 - Main Data Files ***
  68.  
  69. LONGADDR.D    Example data file for long form address lists.
  70.  
  71. STANDADD.D    Example data file for standard form address lists.
  72.  
  73. SHORTADD.D    Example data file for short form address lists.
  74.  
  75. ARTICLES.D    Example data file for magazine articles.
  76.  
  77.  
  78.                     *** GROUP 4 - Backup Data Files ***
  79.  
  80. LONGADDR.DD   Example backup data file.
  81.  
  82. etc.
  83.  
  84.  
  85.                      *** GROUP 5 - Auxiliary Files ***
  86.  
  87. DHELP   .DOC  Screen texts used by help command
  88.  
  89. SHORT   .DFO  Screen/printer format control file for short form address file.
  90.  
  91. SHORT1  .DFO  Another example of a format control file.
  92.  
  93. ARTICLES.DOC  Example of a notes file read and written via "doc" command
  94.               when editing ARTICLES file.
  95.