home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / HANDICAP / BLKDIR.ZIP / BLKDIR.DOC next >
Encoding:
Text File  |  1990-08-16  |  3.1 KB  |  74 lines

  1. Program:   BLKDIR
  2. Author:    Douglass M. Fitzsimmons
  3.  
  4. BLKDIR is a speech oriented directory maintenance program.  It provides
  5. for convenient cursor key movement through the directory tree on a file-
  6. by-file basis.
  7.  
  8. Directories may be listed in their original order on disk or may be
  9. sorted by file name.
  10.  
  11. The following command executes BLKDIR:
  12.  
  13.      BLKDIR file-spec
  14.  
  15. The following command line switches follow the optional file spec.  They
  16. are:
  17.  
  18.      /h     Include hidden files in directory listings
  19.             The default is not to include hidden files.
  20.  
  21.      /n     Sort file names in order.  The default is not
  22.             to sort file names.
  23.  
  24.      /d     Use direct memory video output for up/down arrow keys.
  25.             This option is useful if your speech program is configured
  26.             to read a new line after an up or down arrow key is pressed.
  27.             Note that this option can also be set via the BLKVIDEO
  28.             environment variable as described below.
  29.  
  30.  
  31. The environment variable BLKPROG may be set to indicate a user-specified
  32. program to execute upon command from within BLKDIR.  Inclusion of the
  33. less than, greater than (<>) character string in the SET statement for the
  34. environment variable will cause these characters to be replaced by the
  35. current directory entry's file name at run time.  For example, to type out
  36. the current file, you would enter:
  37.  
  38.      SET BLKPROG="TYPE <>"
  39.  
  40. Note that the quotes are required due to the spaces and special characters
  41. in the environment variable assignment.
  42.  
  43. The environment variable BLKVIDEO is used to instruct BLKDIR to use direct
  44. memory video output after up or down arrow keys.  This is accomplished by
  45. the following statement:
  46.  
  47.      SET BLKVIDEO=DIRECT
  48.  
  49. Use this option if your speech software is configured to speak the current
  50. line after up or down arrow keys.  When not used, all video I/O occurs via
  51. the BIOS.  The /d command line option also enables this function.
  52.  
  53. Below are listed the BLKDIR commands:
  54.  
  55.      F or home          Display first directory entry
  56.      L or end           Display last directory entry
  57.      U or up arrow      Move up through directory
  58.      D or down arrow    Move down through directory
  59.      .                  Display current directory entry
  60.      P                  Display current entry phoneticly
  61.      S                  Display size of current file
  62.      A                  Display attributes of current file
  63.      T                  Display date/time of current file
  64.      Q or escape        Exit program
  65.      R                  Exit program and route to directory you were
  66.                         looking at
  67.      C                  Change to another directory
  68.      Z                  Zap a file.  You will be asked to confirm delete
  69.      E                  Enter command to execute.  A '<>' character sequence
  70.                         in the command string will cause replacement of these
  71.                         characters by the current file name.
  72.      X                  Execute user-specified program on current entry
  73.  
  74.