home *** CD-ROM | disk | FTP | other *** search
/ Big Blue Disk 55 / bbd55.zip / SD.TXT < prev    next >
Text File  |  1991-03-25  |  3KB  |  63 lines

  1.      |5╔══════════╦══════════════════════════════════════════════╦══════════╗
  2.      |5║ |EHelpware|5 ║              ^1 Simple Directory |5              ║ |EHelpware|5 ║
  3.      |5╚══════════╩══════════════════════════════════════════════╩══════════╝
  4.  
  5. ^Cby
  6. ^CPeter Diotte
  7.  
  8.         How many times have you typed "DIR" only to see a list of files, 
  9.      three screens long, fly across your monitor?  If you are a speed 
  10.      reader you might be able to spot the file you were looking for.  
  11.      Better yet, you may have the finger dexterity of a master ninja and 
  12.      can hit the CTRL-S key sequence in time to pause the flow of 
  13.      information at the right spot.  Most of the time you just wait for the 
  14.      command line to return and issue another DIR command with a /w or /p 
  15.      switch. 
  16.  
  17.         Not anymore! With Simple Directory your DIRs are formated four 
  18.      across as if you had used DIR's /w switch.  Simple Directory also 
  19.      pauses and waits for a key to be pressed if the number of files 
  20.      displayed is larger than the number of screen lines available.  This 
  21.      is the same way DIR's /p switch works.  As a bonus SD alphabetizes the 
  22.      files for you and puts all the subdirectories at the beginning. 
  23.  
  24. ^C^1How to use SD
  25.  
  26.         SD works best when placed in a directory in your PATH statement 
  27.      (see your AUTOEXEC.BAT file or DOS Manual for help with the PATH 
  28.      statement).  Once there you can type SD at any prompt and your system 
  29.      will always find it. 
  30.  
  31.         Simply put, use SD instead of DIR. That's it!
  32.  
  33.         If you only want to show .EXE files use ^1SD *.EXE^0.  When you 
  34.      only need to see .TXT files use ^1SD *.TXT^0.  If you only want to see 
  35.      files that start with the letter P use ^1SD P*.*^0.  All the DOS 
  36.      wildcard functions are active in SD.  So don't be afraid to use a 
  37.      liberal sprinkling of "*"'s and "?"'s to list only the files you want 
  38.      to see. (Don't forget about the undocumented feature in DOS that makes 
  39.      *xxx*.* find all files.) 
  40.  
  41. ^C^1Examples of SD's use:
  42.  
  43.      SD                - The same as SD *.*.
  44.  
  45.      SD *.TXT          - List only .TXT files.
  46.  
  47.      SD ??B.*          - List all files with "B" as the third letter
  48.                          in the file name.
  49.  
  50.      SD a:\            - List all files on drive a.
  51.  
  52.      SD d:\memos\*.txt - List all .TXT files in the noted path.
  53.  
  54.  
  55.  
  56. ^C^1OUTSIDE OF BBD
  57.  
  58.      To run this program outside the ^1Big Blue Disk^0 menu, 
  59.         type  ^1SD^0.
  60.  
  61.      Disk file this program uses:
  62. ^FSD.COM
  63.