home *** CD-ROM | disk | FTP | other *** search
/ SDN¹ Plus / SDN1_.cdr / sdn / util1 / diredit.sda < prev    next >
Text File  |  1989-01-22  |  3KB  |  53 lines

  1.                             DIREDIT V1.51
  2.                    Copyright 1986, P. R. Fletcher
  3.  
  4. DIREDIT  is  a  program  which  allows  you to "edit" DOS directories.
  5. DIREDIT is (as far as I know) the only one which also allows the  user
  6. to  specify  an  arbitrary  order  and/or to move individual directory
  7. entries around at will.  DIREDIT also displays the directory in a very
  8. compact manner,  with up  to 80  file-names visible  on the  screen at
  9. once, but allows you  to see the full  file description for any  entry
  10. simply by moving a cursor to the name.
  11.  
  12. DIREDIT was  written principally  in C,  compiled by  the Microsoft  C
  13. compiler (Version  4.00) using  its "small"  memory model,  and linked
  14. with code from the distributed Microsoft C object libraries using  the
  15. Microsoft LINK program  (Version 3.51).  Additional  assembly language
  16. routines were assembled by the Microsoft MASM Macro Assembler (Version
  17. 4.00).  Portions of the distributed program are consequently Copyright
  18. (C)  by  Microsoft  Corp.,  1985,  1986.   All rights reserved.  These
  19. portions are used under the terms of a license from Microsoft Corp.
  20.  
  21. DIREDIT was  written with  care and  has been  tested on  a number  of
  22. different systems.  I cannot, however, give any guarantee as to  their
  23. performance on a specific system,  nor can I accept liability  for any
  24. actual or consequential loss  resulting from their use.
  25.  
  26.                   HARDWARE & SOFTWARE REQUIREMENTS
  27.  
  28. DIREDIT makes a number of  assumptions about the environment in  which
  29. it is operating.  The program will, generally speaking, abort with  an
  30. informative error message if it  finds one of these assumptions  to be
  31. untrue!  It requires MS/PC-DOS  2.x or above and  about 96 Kb of  free
  32. memory (the exact  amount required depends  on the size  of the target
  33. directory) to run.  The device on which the target directory is  found
  34. must have been initialized by FDISK and FORMATted by the DOS  utility.
  35. DIREDIT uses BIOS calls to  read and write the directory  information,
  36. so the BIOS handler for interrupt  13 must be capable of handling  (at
  37. least) normal disk reads and writes  (sub-functions 2 and 3) in a  way
  38. that is  compatible with  that documented  for the  XT disk adapter in
  39. IBM's technical  documentation.  This  should be  no problem  for most
  40. disk systems on IBM PCs and most compatibles.  This version of DIREDIT
  41. may not, however, be usable on non-bootable hard disks and/or on  hard
  42. disks  which  require  special  device  drivers  to  be  installed.  A
  43. forthcoming  release  of  DIREDIT   (which  should  be  available   to
  44. registered users  by the  end of  December, 1986)  should be usable on
  45. almost any DOS disk device, without requiring BIOS compatibility.
  46.  
  47. An ANSI screen driver should be installed on those systems  (including
  48. IBM PCs)  which do  not support  ANSI screen  I/O in  Video BIOS.  The
  49. program's screen output speed will benefit significantly from the  use
  50. of one of the enhanced ANSI drivers that are available (FANSI-Console,
  51. NANSI, etc.),  but it  will operate  correctly (if  more slowly)  with
  52. Microsoft's ANSI.SYS.
  53.