home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / util4 / diredit.lzh / DIREDIT.OVV < prev    next >
Text File  |  1987-08-02  |  4KB  |  74 lines

  1.          This file was prepared from an outline devised by Nelson Ford, for 
  2.          the Public (Software) Library.
  3.  
  4.  
  5.                         program name: DIREDIT
  6.                         version num.: 1.51  date: 8/1/86
  7.  
  8.          Author:  Peter R. Fletcher
  9.          Address: 1515 West Montgomery Avenue, Rosemont, PA 19010
  10.          
  11.          Telephone support is available to registered users.
  12.  
  13.  
  14.                                    Requirements
  15.          r = minimum required   s = supported/optional    n = not supported
  16.          - = not applicable
  17.          ******************************************************************
  18.          Computer        Memory      Monitor     Printer       Input Device
  19.          (*) Any MSDOS   (_) 64k     (r) Any     (-) Any       (r) any kybd
  20.          (s) PC          (_) 128k    (_) CGA     (_) Dot Mtrx. (-) 12 fkeys
  21.          (s) PCjr        (r) 256k    (_) EGA     (_) Laser     (n) Mouse
  22.          (s) PC-AT       (_) 512k    (_) Mono    (_) Graphics  (-) Joystick
  23.          (_) AT&T 6300   (_) 640k    (_) Herc    (_) Color     (-) Digitiz.
  24.          (s) 99% Compat. (_) >640k   ________    (_) Pin Feed  (_) ________
  25.          __________________________________________________________________
  26.  
  27.          # Drives       Modem      Software       DOS         Experience
  28.          (s) 5.25"      (-)  300   (-) BASIC      (n) 1.x     (_) None
  29.          (*) 3.5"       (-) 1200   (-) GW-BASIC   (r) 2.x     (r) Beginning
  30.          (s) 1.2 meg.   (-) 2400   (r) ANSI.SYS   (s) 3.x     (_) Moderate
  31.          (*) Hard dsk.  (-) 4800   (_) ________   (_) ______  (_) Expert
  32.          (*) RAM disk   (-) 9600   (_) ________   (_) ______  (_) _________
  33.  
  34.          Other: * This version of the program will operate on 5.25" floppy
  35.          disks and on 100% IBM compatible hard disks. The version sent to
  36.          registered users will operate on most MS-DOS compatible hardware. 
  37.          Only one (hard or floppy) disk drive is required to run the
  38.          program.
  39.  
  40.                                 Program Description
  41.          ******************************************************************
  42.          Purpose: DIREDIT allows MS-DOS directories to be rearranged for
  43.          increased convenience and/or efficiency. Individual files may be
  44.          move around and/or the entire directory can be reordered.
  45.          
  46.          Features: DIREDIT allows you to "edit" MS-DOS directories. There 
  47.          are a number of programs, some in the public domain, others 
  48.          available as components of commercial utility packages (e.g. the 
  49.          Norton Utilities (TM)), which allow directories to be sorted in 
  50.          various ways (by filename, by file type ("extension"), by 
  51.          modification date, by size), but DIREDIT is (as far as I know) the 
  52.          only one which also allows the user to specify an arbitrary order 
  53.          and/or to move individual directory entries around at will. 
  54.          DIREDIT also displays the directory in a very compact manner, with 
  55.          up to 80 file-names visible on the screen at once, but allows you 
  56.          to see the full file description for any entry simply by moving a 
  57.          cursor to the name. The order in which subdirectories and files are 
  58.          listed in the directory is the order in which DOS searches through 
  59.          them (when asked to find a data file or executable program). It 
  60.          follows from this that programs and data files will be accessed 
  61.          fastest if they appear at the top of the directory listing of the 
  62.          subdirectory in which they are found, and also that subdirectories 
  63.          (especially those which are specified in your PATH command) 
  64.          should, for fast access, be at the top of the directory listing. 
  65.          On the other hand, many people find it easier to find a file that 
  66.          they are searching for if the directory is sorted in some other 
  67.          way. DIREDIT can be used for both purposes - arranging directories 
  68.          on disk for efficient access and then resorting them temporarily 
  69.          on the screen when searching for a file without (necessarily) 
  70.          saving the resorted directory to disk. The DIREDIT package 
  71.          includes full on-disk documentation and on-line help.
  72.          
  73.  
  74.