home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / lambda / soundpot / a / dbindent.lbr / DBINDENT.HZP / DBINDENT.HLP
Encoding:
Text File  |  1993-10-26  |  2.9 KB  |  120 lines

  1.  
  2.                DBINDENT Help File
  3.  
  4.             For Version 1.00  2-18-85
  5.  
  6.            (C) 1985  by Merlin R. Null
  7.  
  8.      The purpose of DBINDENT is to change the  indentation  of  a
  9. dBASE II command file and send the output to the screen, printer,
  10. file or any/ combination  of  these.  Any  value  of  indentation
  11. between 0 and 9 columns may be used.  This allows more freedom of
  12. choice than is offered with most pretty  printers.   Usually, the
  13. author's ideas of pretty printing are imposed on the user.
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.         Calling a Directory Listing
  23.  
  24.      To call a directory from the title screen simply enter the drive
  25. you wish to list.
  26.  
  27. Filename.SRC/.CMD or Drive:? A:
  28.  
  29.    This will list the directory of drive A and give the prompt again.
  30.  
  31. Directory of drive A:
  32. FOO    .CMD    DBSOURCE.BAS    DBSOURCE.COM    BRUN    .COM    A10    .CMD
  33. ENCODE    .BAS    ENCODE    .COM    MBASIC    .COM    D    .COM    SAMPLE    .CMD
  34. BOOKS    .DBF    BOOKS    .FRM    DBASE    .COM    CLS    .DAT    CLEARSET.BAS
  35. CLEARSET.COM    DBASEMSG.TXT    DBASEOVR.COM    B4    .CMD    DROID    .CMD
  36. DBINDENT.BAS    DBINDENT.COM    NURSE    .BAS    A10    .SRC    A10    .BAK
  37. CLONE    .CMD    TEST    .CMD    CLONE    .SRC    A10    .OLD
  38. Filename.SRC/.CMD or Drive:?
  39.  
  40.  
  41.  
  42.     The ZCPR like drive call of A; will also work to call the
  43. directory, even if you are not running ZCPR.  The Filename may be
  44. entered here or a <RETURN> will redisplay the start screen.
  45.  
  46.  
  47.             Options
  48.  
  49.     P        Send output to Printer
  50.     F        Send output to File
  51.     N        No console output
  52.     1-9        Value to indent or undent (default=2)
  53.     0        Remove all indenting
  54.  
  55.  
  56.           No option specified
  57.  
  58.      Without an option specified, the output will go only to the
  59. console with an indentation value of 2.  No files will be
  60. generated or changed.
  61.  
  62.  
  63.         Numbers with the options
  64.  
  65.      Adding a  numeral  with the  options  or as  a  sole  option
  66. changes the default value of the indentation  or  undent.  Values
  67. may be between 0 and 9.  0 produces a file  without  indentation.
  68. This might be useful if you want to produce a slightly compressed
  69. file.  With heavy nesting of loops a large number of bytes can be
  70. tied up in indentation.
  71.  
  72.  
  73.          Send output to Printer
  74.  
  75.      The P option sends the output  to the  printer.  Used alone,
  76. the P option  will not change  any disk files.  It will produce a
  77. pretty  printed  listing of a file  for any  original indentation
  78. value.
  79.  
  80.  
  81.            Send output to File
  82.  
  83.      The F option produces a new, pretty printed, file with the
  84. same name as the input file.  The input file is renamed with a
  85. .BAK extension.
  86.  
  87.  
  88.  
  89.             No console output
  90.  
  91.      The N option shuts off the normal presentation of the output
  92. file on the console.  This helps speed up generation of a file or
  93. printing of the output.  It can not be used unless the F or P
  94. options are also used.
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.             Help File
  105.  
  106.      This help file may be called from DBINDENT by entering a "?" at the
  107. title screen.
  108.  
  109. Filename.SRC/.CMD or Drive:? ?
  110.  
  111.  
  112.  
  113.  
  114.  
  115.               END OF THE HELP FILE
  116.  
  117.  
  118.  
  119.  
  120. sefu