home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / diredit.zip / DIREDIT.OVV < prev    next >
Text File  |  1990-03-08  |  4KB  |  73 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.: 3.03  date: 3/8/90
  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.          (s) 3.5"       (-) 1200   (-) GW-BASIC   (r) 2.x     (r) Beginning
  30.          (s) 1.2 meg.   (-) 2400   (-) ANSI.SYS   (s) 3.x     (_) Moderate
  31.          (s) Hard dsk.  (-) 4800   (_) ________   (_) ______  (_) Expert
  32.          (*) RAM disk   (-) 9600   (_) ________   (_) ______  (_) _________
  33.  
  34.          Other: * This version of the program will operate on many RAMdisks
  35.          but some may not be compatible with it, even with the use of the
  36.          (supplied) VALIDATE program. Only one (hard or floppy) disk drive
  37.          is required to run the program.
  38.  
  39.                                 Program Description
  40.          ******************************************************************
  41.          Purpose: DIREDIT allows MS-DOS directories to be rearranged for
  42.          increased convenience and/or efficiency. Individual files may be
  43.          move around and/or the entire directory can be reordered.
  44.          
  45.          Features: DIREDIT allows you to "edit" MS-DOS directories. There 
  46.          are a number of programs, some in the public domain, others 
  47.          available as components of commercial utility packages (e.g. the 
  48.          Norton Utilities (TM)), which allow directories to be sorted in 
  49.          various ways (by filename, by file type ("extension"), by 
  50.          modification date, by size), but DIREDIT also allows the user to 
  51.          specify an arbitrary order and/or to move individual directory 
  52.          entries around at will. DIREDIT also displays the directory in a 
  53.          very compact manner, with up to 80 file-names visible on the 
  54.          screen at once, but allows you to see the full file description 
  55.          for any entry simply by moving a cursor to the name. The order in 
  56.          which subdirectories and files are listed in the directory is the 
  57.          order in which DOS searches through them (when asked to find a 
  58.          data file or executable program). It follows from this that 
  59.          programs and data files will be accessed fastest if they appear at 
  60.          the top of the directory listing of the subdirectory in which they 
  61.          are found, and also that subdirectories (especially those which 
  62.          are specified in your PATH command) should, for fast access, be at 
  63.          the top of the directory listing. On the other hand, many people 
  64.          find it easier to find a file that they are searching for if the 
  65.          directory is sorted in some other way. DIREDIT can be used for 
  66.          both purposes - arranging directories on disk for efficient access 
  67.          and then resorting them temporarily on the screen when searching 
  68.          for a file without (necessarily) saving the resorted directory to 
  69.          disk. The DIREDIT package includes full on-disk documentation and 
  70.          on-line help. 
  71.          
  72.  
  73.