home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / HILFEN / TOOLS / DIRECTOR / DIRREV.DOC < prev    next >
Text File  |  1993-12-01  |  15KB  |  360 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.  
  67.                      What's New in Version 2.0 of DB.EXE
  68.  
  69.  
  70.  
  71.          After printing a file list, DB now does a form feed.
  72.  
  73.          If the target disk is full, DB will stop copying or moving
  74.          and will no longer scroll through the directory entries beeping.
  75.  
  76.          There was a bug in DB where it might sometimes give an extra
  77.          directory entry after performing a copy or move, that has been
  78.          fixed.
  79.  
  80.          When DB sorts by date, the most recent files are now displayed
  81.          first.
  82.  
  83.          DB now supports command line switches for different sorts.
  84.          "/e"  sort by extension.
  85.          "/d"  sort by date.
  86.          "/s"  sort by size.
  87.          "/u"  unsorted
  88.  
  89.          DB how shows the System attribute.
  90.  
  91.          PGDN now goes all the way to the last file.
  92.  
  93.          In DB F9 gets you a UTIL menu where you can
  94.          1 Print File List
  95.          2 Print File Text
  96.          3 Change Attributes
  97.          4 Get Information about DB
  98.  
  99.          In DB if when copying or moving to another drive, if you don't
  100.          specify a directory, it will copy or move to the current
  101.          directory.
  102.  
  103.          You can now print a file list or file text when using DOS 2.XX
  104.  
  105.          DB uses DOS calls to perform all its file work.  Therefore it will
  106.          not be able to delete or copy or rename a file with characters not
  107.          recognized by DOS. In earlier versions, if you tried to delete a
  108.          file with illegal characters in the name, the file name was
  109.          removed from the display even though the file was not deleted.  In
  110.          version 2.0, if the file cannot be deleted, the file name will
  111.          remain on the screen.
  112.  
  113.  
  114.  
  115.  
  116.  
  117.                      What's New in Version 2.0 of DB.EXE
  118.  
  119.  
  120.  
  121.          In version 1.0 of DB, if a file list was being printed and the
  122.          printer became inoperative, you would get a disk-error message.
  123.          In version 2.0, if the printer goes off-line, DB will just abort
  124.          the printing operation and not give you an error message.
  125.  
  126.          Version 1.0 of DB used DOS's print spooler to do file printing.
  127.          As it turned out, this was not such a good idea.  When printing a
  128.          file, DB spawned DOS's program PRINT.COM.  When you finished
  129.          working in DB, PRINT.COM, being a memory resident program, stayed
  130.          in memory in the space above the top of DB thereby partitioning
  131.          your memory and making it impossible to get to the memory above
  132.          PRINT.COM.  Version 2.0 uses simple bios commands to print a file.
  133.          Though this not as convenient; you now have to wait while your
  134.          document is printed before doing anything else, at least you won't
  135.          have to reboot your computer to run any program larger than 128k.
  136.  
  137.          In DB if you don't have a mouse and mouse driver installed, there
  138.          won't be a scroll bar in the view and you will be able to view 80
  139.          columns of text. If you do have a mouse installed, you will first
  140.          have a scroll bar in the view section and have 78 columns of text.
  141.          You can remove the scroll bar and view 80 columns of text by
  142.          pressing F9 or clicking on Scroll Bar.  Subsequent presses of F9
  143.          or clicks on scroll bar will toggle the scroll bar on and off.
  144.  
  145.          The screen I/O routines in DB have been rewritten for greater
  146.          speed.
  147.  
  148.          You have the ability to change a files name when copying and
  149.          moving though I didn't make it clear in the original
  150.          documentation. In version 2 if the path you entered is ambiguous,
  151.          DB will query you before changing the file's name.
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.                      What's New in Version 2.50 of DB.EXE
  160.  
  161.  
  162.          DB now comes with a configuration program called DBCONFIG.EXE.
  163.          By running this program you can install your favorite text editor
  164.          or word processor in DB and change many of DB's defaults.
  165.  
  166.          When a text editor is installed, pressing ^Enter will load the
  167.                 text editor and the highlighted file.
  168.  
  169.          Against my better judgement but by popular demand, DB will now run
  170.          programs.  You can run any highlighted BAT, COM or EXE program by
  171.          pressing ^X or picking Execute from the UTIL menu.
  172.  
  173.          DB will now run in EGA 43 line mode and VGA 50 line mode.
  174.  
  175.  
  176.  
  177.  
  178.                      What's New in Version 2.53 of DB.EXE
  179.  
  180.          DB works more like DIR in that it will accept a filename on the
  181.          command line.  For instance, DB *.exe will display all the files
  182.          in the current directory with the EXE extension.
  183.  
  184.  
  185.  
  186.  
  187.  
  188.         
  189.                              What is DIRECTOR?
  190.                                     OR
  191.               What's New in Versions 3.0 of DL.EXE and DB.EXE
  192.                                                                            
  193.         I'm a programmer not a marketing man so it was fine with me that
  194.         these programs were known by the names or their EXE files, DL.EXE
  195.         and DB.EXE.  However, even I agree that DL and DB are hardly
  196.         memorable names; so after sifting through all the suggestions of my
  197.         friends, I've decided upon the name DIRECTOR.  From now on, these
  198.         programs and any additions to them will be released under the name
  199.         of DIRECTOR.  
  200.  
  201.  
  202.         So besides a name, what's new?
  203.  
  204.         Well to start with DL now contains all of DB.  There were too many
  205.         features that I wanted to add to these programs, that their being
  206.         separate programs made very cumbersome so I combined them into one
  207.         program.  DL is still very fast and is even faster when you want to
  208.         see a file list of a particular directory.  DL will now let you
  209.         remove directories that have files in them, but only after first
  210.         warning you.  It will also let you move directories.  You'll notice
  211.         that the menu bar in DL has changed. (Please don't hate me for it.
  212.         I have trouble with it too.)  That was necessary because I wanted
  213.         to have some consistency between the file view and the directory
  214.         view; particularly I wanted F4 to be move in both.
  215.  
  216.         There are more clear error screens, telling you if your target disk
  217.         is full or if you're trying to move a file where one already
  218.         exists.  DL will now let you overwrite a file when moving if you
  219.         wish but didn't worry, you'll be adequately warned first.  
  220.  
  221.         The stats screen is now clearer. The disk usage gauge is something
  222.         I borrowed from a program DF by Ed Trujillo.  Ed, if you're reading
  223.         this, consider yourself a registered user of DIRECTOR.  DL and DB
  224.         will now let you print any group of marked files.  DL and DB now
  225.         completely unload themselves from memory and use a batch file to
  226.         run the programs so they use only about 3.5K of memory when running
  227.         programs  You can now run all programs that are marked instead of
  228.         just the highlighted one.
  229.  
  230.         I've also added a 'File Spec' option to the UTIL menu.  You can use
  231.         this to enter a particular file spec such as *.EXE and all the
  232.         files will be reread and only these matching the file spec will be
  233.         shown.  You can use the same file spec with DB on the command line
  234.         and it will load up showing only those files.
  235.  
  236.  
  237.  
  238.  
  239.  
  240.                      What's New in Version 3.30 or Director
  241.  
  242.  
  243.          In trying to respond to users needs, I've been adding more shell
  244.          capabilities to DIRECTOR.  You can now install 5 programs in
  245.          addition to your text editor.   When you run the programs from
  246.          the file view, they will load up with the highlighted file.  When
  247.          run from the directory view the programs will run alone.  I am
  248.          currently working on a version with a pop up menu that will take
  249.          up to 25 programs.  This menu will be able to also work as a
  250.          stand alone hard disk menu.  All of you registering for this
  251.          version will receive the new version.
  252.  
  253.          There is also a new installation program.  Now there is only
  254.          one program DCONFG for DL and DB.
  255.  
  256.          This version of DIRECTOR is LAN compatible.  It will run on
  257.          any DOS "compatible" formatted drive.   Though it will run on a
  258.          network, DIRECTOR is not network aware and does no file locking.
  259.  
  260.          In order to keep the size down, I've removed unnecessary features.
  261.          F7 now will only run the highlighted file rather than all marked
  262.          files.  I've also taken out the About DL and About DB choices from
  263.          the UTIL menu.  Unregistered versions of DIRECTOR now have a
  264.          trailing screen telling users about registration.  This is removed
  265.          in the registered versions.
  266.  
  267.  
  268.                     What's New in Version 3.40 of Director
  269.  
  270.          Director now comes with a pop up menu program DM.EXE.  You can pop
  271.          up DM from within Director or use it alone at the DOS prompt.  DM
  272.          allows you to install a hot key to run a particular program.  You
  273.          can run each program from Director just by pressing the ALT key and
  274.          the Hot Key without ever poping up DM.
  275.   
  276.          Director now saves the directory tree information to disk making
  277.          future loads much faster.  You can turn this option on or off
  278.          with DCONFIG.
  279.  
  280.          I 've also given you the option to install your own file listing
  281.          program.
  282.  
  283.          Director has been expanded to accomodate 26 logical and subst
  284.          drives and to accomodate directories of up to 600 files.
  285.  
  286.  
  287.                   What's New in Version 4.0 of Director
  288.  
  289.  
  290.          o You can modify Director's colors through DCONFIG
  291.  
  292.          o You can add command line arguments, highlighted file, and marked
  293.            files to programs run from DM.
  294.  
  295.          o DM has been expanded to be a full featured hard disk menu and
  296.            can have unlimited sum menus.
  297.  
  298.          o DA.EXE is a new program that will read every file on your hard
  299.            disk, show duplicate files, add other drives, write ASCII and DBF
  300.            files of your file lists.
  301.  
  302.          o Registered versions of Director come with file viewers for
  303.            WordPerfect and dBASE files.
  304.  
  305.          o If you want Director to act just on the highlighted file rather
  306.            than the marked file, press the shift key before selecting the
  307.            operation.
  308.  
  309.          o You can turn off file overwrite warnings when copying or moving
  310.            files.
  311.  
  312.          o Director shows a byte count of total files and marked files at
  313.            the bottom of the screen.
  314.  
  315.          o You can now mark, move or copy single directories or whole directory
  316.            branches in DL.
  317.  
  318.  
  319.  
  320.                   What's New in Version 4.5 of Director
  321.  
  322.  
  323.         This version of Director runs programs by swapping to disk or
  324.         expanded memory (user configurable).  Memory overhead when
  325.         running programs is only 2kb.
  326.  
  327.         Director now has file viewers for:
  328.              1. Lotus 123, Quattro, Symphony and compatible spreadsheets,
  329.              2. WordPerfect version 5 and greater files.
  330.              3  dBASE, FoxBase, FoxPro, Clipper, Quicksilver
  331.                 and compatible DBF files.
  332.              4. WordStar version 4 and greater files.
  333.              5  Microsoft Word and Windows Write.
  334.              6  Word for Windows.
  335.              7  PCX pictures.
  336.  
  337.         You can have DL and DB operate on just the highlighted file or
  338.         the marked files.
  339.  
  340.         Two new command line options have been added to DL. The first allows
  341.         you to use DL to change directories quickly.  Enter DL and the drive
  342.         specification and directory name or part of it and DL will change
  343.         directories to the first match.  For instance say I'm in E:\FILES
  344.         and I enter "dl tem".  DL will change directories to my
  345.         E:\FOX\TEMPLATE directory.  If I enter "dl c: do", I will find
  346.         myself in my C:\WP\DOCS directory.  If you have more than one
  347.         directory with the same name, just type the number after the
  348.         directory name.  For instance, if I have 3 DOCS directories, I can
  349.         put a "2" or "3" after "do " to get to the second or third DOCS sub
  350.         directory.  For example to get to my third DOCS sub directory, I
  351.         would enter "DL do 3".
  352.  
  353.         The second command line option allows you to run DL, go to a
  354.         specified directory and show the files of that directory.  For
  355.         example, say I'm still in my C:\WP\DOCS directory and I enter
  356.         "dl !", DL will load and show me the files of the current directory
  357.         which in this case is C:\WP\DOCS.  
  358.  
  359.  
  360.