home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / harddisk / direct34.lzh / DIRREV.DOC < prev    next >
Text File  |  1989-06-26  |  12KB  |  290 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                      What's New in Version 2.0 of DL.EXE
  7.  
  8.  
  9.  
  10.  
  11.          Previous versions of DL allowed directory names of eight
  12.          characters.  Version 2.0 allows for a full 12 characters.
  13.  
  14.          When making a new directory in DL, the new directory is now
  15.          highlighted.
  16.  
  17.          When searching for a file in DL, you can specify that DL skips
  18.          to the next directory to continue its search.
  19.  
  20.          When searching for a file, DL previously loaded up DB sorted by
  21.          filename.  Now DB shows the files as they appear on the disk
  22.          (not sorted).
  23.  
  24.          DL now shows hidden directories and gives you the ability
  25.          to hide and unhide them,
  26.  
  27.          In DL F9 gets you a UTIL menu where you can
  28.  
  29.          1 Print the Directory List
  30.          2 Hide or Unhide directories
  31.          3 Get Information about DB
  32.  
  33.          The loading of DL and the screen I/O are a little faster.
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.                       What's New in Version 2.50 of DL.EXE
  41.  
  42.  
  43.  
  44.          DL now works with partitions larger than 32 MB in DOS 4.XX
  45.          and Compaq DOS 3.31.  Because of the size of the file allocation
  46.          table in these large partitions, DL will need at least 140 KB of
  47.          memory to run when using large disk partitions.
  48.  
  49.          DL now comes with a configuration program, DLCONFIG.EXE.  You can
  50.          use DLCONFIG to modify DL to run in black and white and change the
  51.          way it prints the directory tree.
  52.  
  53.          DL.EXE will now work in 43 line EGA mode and 50 line VGA mode.
  54.  
  55.          DOS 2.XX will not allow you to rename a directory.  When previous
  56.          versions of DL were run under DOS 2.XX and you tried to rename a
  57.          directory, you got an error message saying that your entry was
  58.          incorrect.  This has been fixed.  In version 2.50 of DL, it says
  59.          "Not Avail" under the menu choice "Rename Dir", when running under
  60.          DOS 2.XX.
  61.  
  62.  
  63.  
  64.  
  65.  
  66.                                   Page 10
  67.  
  68.            
  69.  
  70.  
  71.                      What's New in Version 2.0 of DB.EXE
  72.  
  73.  
  74.  
  75.          After printing a file list, DB now does a form feed.
  76.  
  77.          If the target disk is full, DB will stop copying or moving
  78.          and will no longer scroll through the directory entries beeping.
  79.  
  80.          There was a bug in DB where it might sometimes give an extra
  81.          directory entry after performing a copy or move, that has been
  82.          fixed.
  83.  
  84.          When DB sorts by date, the most recent files are now displayed
  85.          first.
  86.  
  87.          DB now supports command line switches for different sorts.
  88.          "/e"  sort by extension.
  89.          "/d"  sort by date.
  90.          "/s"  sort by size.
  91.          "/u"  unsorted
  92.  
  93.          DB how shows the System attribute.
  94.  
  95.          PGDN now goes all the way to the last file.
  96.  
  97.          In DB F9 gets you a UTIL menu where you can
  98.          1 Print File List
  99.          2 Print File Text
  100.          3 Change Attributes
  101.          4 Get Information about DB
  102.  
  103.          In DB if when copying or moving to another drive, if you don't
  104.          specify a directory, it will copy or move to the current
  105.          directory.
  106.  
  107.          You can now print a file list or file text when using DOS 2.XX
  108.  
  109.          DB uses DOS calls to perform all its file work.  Therefore it will
  110.          not be able to delete or copy or rename a file with characters not
  111.          recognized by DOS. In earlier versions, if you tried to delete a
  112.          file with illegal characters in the name, the file name was
  113.          removed from the display even though the file was not deleted.  In
  114.          version 2.0, if the file cannot be deleted, the file name will
  115.          remain on the screen.
  116.  
  117.  
  118.  
  119.  
  120.  
  121.                      What's New in Version 2.0 of DB.EXE
  122.  
  123.  
  124.  
  125.          In version 1.0 of DB, if a file list was being printed and the
  126.          printer became inoperative, you would get a disk-error message.
  127.          In version 2.0, if the printer goes off-line, DB will just abort
  128.          the printing operation and not give you an error message.
  129.  
  130.          Version 1.0 of DB used DOS's print spooler to do file printing.
  131.          As it turned out, this was not such a good idea.  When printing a
  132.          file, DB spawned DOS's program PRINT.COM.  When you finished
  133.          working in DB, PRINT.COM, being a memory resident program, stayed
  134.          in memory in the space above the top of DB thereby partitioning
  135.          your memory and making it impossible to get to the memory above
  136.          PRINT.COM.  Version 2.0 uses simple bios commands to print a file.
  137.          Though this not as convenient; you now have to wait while your
  138.          document is printed before doing anything else, at least you won't
  139.          have to reboot your computer to run any program larger than 128k.
  140.  
  141.          In DB if you don't have a mouse and mouse driver installed, there
  142.          won't be a scroll bar in the view and you will be able to view 80
  143.          columns of text. If you do have a mouse installed, you will first
  144.          have a scroll bar in the view section and have 78 columns of text.
  145.          You can remove the scroll bar and view 80 columns of text by
  146.          pressing F9 or clicking on Scroll Bar.  Subsequent presses of F9
  147.          or clicks on scroll bar will toggle the scroll bar on and off.
  148.  
  149.          The screen I/O routines in DB have been rewritten for greater
  150.          speed.
  151.  
  152.          You have the ability to change a files name when copying and
  153.          moving though I didn't make it clear in the original
  154.          documentation. In version 2 if the path you entered is ambiguous,
  155.          DB will query you before changing the file's name.
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.                      What's New in Version 2.50 of DB.EXE
  164.  
  165.  
  166.          DB now comes with a configuration program called DBCONFIG.EXE.
  167.          By running this program you can install your favorite text editor
  168.          or word processor in DB and change many of DB's defaults.
  169.  
  170.          When a text editor is installed, pressing ^Enter will load the
  171.                 text editor and the highlighted file.
  172.  
  173.          Against my better judgement but by popular demand, DB will now run
  174.          programs.  You can run any highlighted BAT, COM or EXE program by
  175.          pressing ^X or picking Execute from the UTIL menu.
  176.  
  177.          DB will now run in EGA 43 line mode and VGA 50 line mode.
  178.  
  179.  
  180.  
  181.  
  182.                      What's New in Version 2.53 of DB.EXE
  183.  
  184.          DB works more like DIR in that it will accept a filename on the
  185.          command line.  For instance, DB *.exe will display all the files
  186.          in the current directory with the EXE extension.
  187.  
  188.  
  189.  
  190.  
  191.  
  192.         
  193.                              What is DIRECTOR?
  194.                                     OR
  195.               What's New in Versions 3.0 of DL.EXE and DB.EXE
  196.                                                                            
  197.         I'm a programmer not a marketing man so it was fine with me that
  198.         these programs were known by the names or their EXE files, DL.EXE
  199.         and DB.EXE.  However, even I agree that DL and DB are hardly
  200.         memorable names; so after sifting through all the suggestions of my
  201.         friends, I've decided upon the name DIRECTOR.  From now on, these
  202.         programs and any additions to them will be released under the name
  203.         of DIRECTOR.  
  204.  
  205.  
  206.         So besides a name, what's new?
  207.  
  208.         Well to start with DL now contains all of DB.  There were too many
  209.         features that I wanted to add to these programs, that their being
  210.         separate programs made very cumbersome so I combined them into one
  211.         program.  DL is still very fast and is even faster when you want to
  212.         see a file list of a particular directory.  DL will now let you
  213.         remove directories that have files in them, but only after first
  214.         warning you.  It will also let you move directories.  You'll notice
  215.         that the menu bar in DL has changed. (Please don't hate me for it.
  216.         I have trouble with it too.)  That was necessary because I wanted
  217.         to have some consistency between the file view and the directory
  218.         view; particularly I wanted F4 to be move in both.
  219.  
  220.         There are more clear error screens, telling you if your target disk
  221.         is full or if you're trying to move a file where one already
  222.         exists.  DL will now let you overwrite a file when moving if you
  223.         wish but didn't worry, you'll be adequately warned first.  
  224.  
  225.         The stats screen is now clearer. The disk usage gauge is something
  226.         I borrowed from a program DF by Ed Trujillo.  Ed, if you're reading
  227.         this, consider yourself a registered user of DIRECTOR.  DL and DB
  228.         will now let you print any group of marked files.  DL and DB now
  229.         completely unload themselves from memory and use a batch file to
  230.         run the programs so they use only about 3.5K of memory when running
  231.         programs  You can now run all programs that are marked instead of
  232.         just the highlighted one.
  233.  
  234.         I've also added a 'File Spec' option to the UTIL menu.  You can use
  235.         this to enter a particular file spec such as *.EXE and all the
  236.         files will be reread and only these matching the file spec will be
  237.         shown.  You can use the same file spec with DB on the command line
  238.         and it will load up showing only those files.
  239.  
  240.  
  241.  
  242.  
  243.  
  244.                      What's New in Version 3.30 or Director
  245.  
  246.  
  247.          In trying to respond to users needs, I've been adding more shell
  248.          capabilities to DIRECTOR.  You can now install 5 programs in
  249.          addition to your text editor.   When you run the programs from
  250.          the file view, they will load up with the highlighted file.  When
  251.          run from the directory view the programs will run alone.  I am
  252.          currently working on a version with a pop up menu that will take
  253.          up to 25 programs.  This menu will be able to also work as a
  254.          stand alone hard disk menu.  All of you registering for this
  255.          version will receive the new version.
  256.  
  257.          There is also a new installation program.  Now there is only
  258.          one program DCONFG for DL and DB.
  259.  
  260.          This version of DIRECTOR is LAN compatible.  It will run on
  261.          any DOS "compatible" formatted drive.   Though it will run on a
  262.          network, DIRECTOR is not network aware and does no file locking.
  263.  
  264.          In order to keep the size down, I've removed unnecessary features.
  265.          F7 now will only run the highlighted file rather than all marked
  266.          files.  I've also taken out the About DL and About DB choices from
  267.          the UTIL menu.  Unregistered versions of DIRECTOR now have a
  268.          trailing screen telling users about registration.  This is removed
  269.          in the registered versions.
  270.  
  271.  
  272.                     What's New in Version 3.40 of Director
  273.  
  274.          Director now comes with a pop up menu program DM.EXE.  You can pop
  275.          up DM from within Director or use it alone at the DOS prompt.  DM
  276.          allows you to install a hot key to run a particular program.  You
  277.          can run each program from Director just by pressing the ALT key and
  278.          the Hot Key without ever poping up DM.
  279.   
  280.          Director now saves the directory tree information to disk making
  281.          future loads much faster.  You can turn this option on or off
  282.          with DCONFIG.
  283.  
  284.          I 've also given you the option to install your own file listing
  285.          program.
  286.  
  287.          Director has been expanded to accomodate 26 logical and subst
  288.          drives and to accomodate directories of up to 600 files.
  289.  
  290.