home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09962.iso / command / 4dos552.zip / UPDAT552.DOC < prev    next >
Text File  |  1996-04-17  |  8KB  |  234 lines

  1.  
  2.  
  3.  
  4.                                   JP Software
  5.  
  6.                            4DOS Update Documentation
  7.  
  8.                         Version 5.52 -- April 17, 1996
  9.  
  10.    Copyright 1988 - 1996, JP Software Inc., All Rights Reserved.  Published
  11.    by JP Software Inc., P.O. Box 1470, E. Arlington, MA 02174 USA, (617)
  12.    646-3975.
  13.  
  14.  
  15.    Check through this file for a comprehensive list of what's changed since
  16.    version 5.51.  Additional documentation on new features is in the online
  17.    help.  Information about product changes before version 5.51 may be
  18.    viewed at our web page (http://www.jpsoft.com) by selecting 4DOS and
  19.    then Product History.  Many product history files are also available in
  20.    our Compuserve forum (GO PCVENB or GO JPSOFT, library 10 / JP Software,
  21.    look for files named UPxxxxxx.ZIP).
  22.  
  23.    Some of the descriptions below may be more detailed than you need; if
  24.    you aren't using a feature, feel free to skip to the next item.  If you
  25.    are new to 4DOS with version 5.52, you can skip this file entirely, and
  26.    begin with the 4DOS Introduction and Installation Guide.
  27.  
  28.    This file is divided into the following sections:
  29.  
  30.           General Features and Enhancements
  31.           Startup and Initialization
  32.           Command Line Editing Changes
  33.           Command Changes
  34.           Technical, Compatibility, and Bug Fixes (General)
  35.           Technical, Compatibility, and Bug Fixes (Windows 95)
  36.  
  37.    Significant new features and those which affect most users are marked
  38.    with "**" in the lists below.  Other items discuss smaller or more
  39.    technical changes.
  40.  
  41.    This file is formatted at 58 lines per page, and contains form feeds and
  42.    page footers.  It can be viewed with a file viewer such as the 4DOS LIST
  43.    command, or printed on most PC printers using the command:
  44.  
  45.                   copy updat552.doc prn
  46.  
  47.    Printing it with a program that formats the pages is not likely to work
  48.    due to the formatting included in the file.
  49.  
  50.  
  51.  
  52.  
  53.                                                                (04/96-5.52)
  54.  
  55.  
  56.  
  57.  
  58.  
  59.    4DOS 5.52  [04-17-96]         UPDAT552.DOC                        page 1
  60.  
  61.  
  62.  
  63.                              4DOS 5.52 Change List
  64.  
  65.    General Features and Enhancements
  66.    ---------------------------------
  67.  
  68.    ==> ** In Win95, file searches now look for long filenames and then
  69.           short filenames.  For example, suppose you have two files on your
  70.           system:
  71.  
  72.                   Long Name           Short Name
  73.                   ------------------  ------------------
  74.                   My Letter.DAT       MYLETT~1.DAT
  75.                   Files.DAT           MYFILES.DAT
  76.  
  77.           A search for MY*.DAT will now find both files; previously it
  78.           would find only the first file.  This was done to improve
  79.           compatibility with COMMAND.COM and to make the results more
  80.           intuitive.
  81.  
  82.           CAUTION:  Extra care should be taken performing certain commands
  83.           on long filenames (e.g. using wildcards to delete or move files),
  84.           as they may now affect files with short names as well.  For
  85.           example, DEL *1 will delete all files whose names end in "1". 
  86.           Because short filenames generated by Windows 95 end in "~1", such
  87.           a command would delete all of those files -- probably not the
  88.           result you wanted.
  89.  
  90.  
  91.    Startup and Initialization
  92.    --------------------------
  93.  
  94.    ==>    Added a new .INI directive:
  95.  
  96.               AppendToDir = [Yes | NO]:  If set to "Yes", TCMD will append
  97.               a trailing \ to directory names when doing filename
  98.               completion.
  99.  
  100.  
  101.    Command Line Editing Changes
  102.    ----------------------------
  103.  
  104.    ==> ** In Win95 a Ctrl-A on the command line during filename expansion
  105.           will now toggle the returned filename between long filename (LFN)
  106.           and the traditional short name (SFN) format.  The default is LFN
  107.           format; if you switch to SFN format the change will only remain
  108.           in effect for the current filename expansion.  Any new expansion
  109.           sequence later on the command line will start in LFN format, and
  110.           can be toggled to SFN format with another Ctrl-A.
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.    4DOS 5.52  [04-17-96]         UPDAT552.DOC                        page 2
  118.  
  119.  
  120.    Command Changes
  121.    ---------------
  122.  
  123.    ==>    FOR:  Enabled extended parent directory names.
  124.  
  125.  
  126.    Technical, Compatibility, and Bug Fixes (General)
  127.    -------------------------------------------------
  128.  
  129.    ==>    DESCRIPT.ION now allows either a space, tab, or comma as the
  130.           delimiter between the filename and the description (for
  131.           compatibility with some third-party description files).
  132.  
  133.    ==>    Fixed a problem with NUL characters in batch files.
  134.  
  135.    ==>    Fixed a minor problem with pipes of the form "prog1 | *prog2".
  136.  
  137.    ==>    Fixed a problem with files executed via executable extensions. 
  138.           Double quotes are now added if the name contains whitespace.
  139.  
  140.    ==>    Fixed a sporadic problem with a ^C in DO if the DO test performed
  141.           disk or keyboard I/O.
  142.  
  143.    ==>    Fixed a problem with redirection and NoClobber (NoClobber was
  144.           effectively being ignored).
  145.  
  146.    ==>    The PATH search routine now queries if the specified drive is
  147.           ready before attempting to find the external command, to avoid a
  148.           critical error message.
  149.  
  150.    ==>    DO:  Now allows embedded equal signs in a test condition.
  151.  
  152.    ==>    FOR:  Fixed a problem with include lists in the FOR arguments.
  153.  
  154.    ==>    INPUT:  Fixed a problem with using INPUT /E in a transient shell
  155.           and solved a problem with INPUT /W /E which prevented the
  156.           existing value from being displayed unless you pressed a key.
  157.  
  158.    ==>    LIST:  Fixed a sporadic problem with Find with wrapping on.  Also
  159.           improved LIST's ability to find the end of each line properly in
  160.           files with unusual line terminations (e.g. CR or LF alone, LF/CR,
  161.           CR/CR/LF, etc.).
  162.  
  163.    ==>    MD:  Fixed a problem with /S and UNC names.
  164.  
  165.  
  166.    Technical, Compatibility, and Bug Fixes (Windows 95) 
  167.    ----------------------------------------------------
  168.  
  169.    ==>    4DOS now now strips quotes from the PATH string where required
  170.           under Win95.  This is necessary for compatability with
  171.           COMMAND.COM.
  172.  
  173.  
  174.  
  175.    4DOS 5.52  [04-17-96]         UPDAT552.DOC                        page 3
  176.  
  177.  
  178.    ==>    Added support for the Win95 behavior of looking for WINBOOT.INI
  179.           first for options like "BootGUI", then looking in MSDOS.SYS if
  180.           WINBOOT.INI isn't found.
  181.  
  182.    ==>    Changed Win95 detection method.  This should avoid any cases
  183.           where 4DOS confused Win95 with PC-DOS 7.0.
  184.  
  185.    ==>    Fixed a problem with AutoExecParms under a Command Prompt Only
  186.           boot.
  187.  
  188.    ==>    Fixed a problem which was leaving the MSDOS.SYS file open after
  189.           booting Win95 with BootGUI=1.
  190.  
  191.    ==>    Improved network support for long filenames in directory and
  192.           filename completion.
  193.  
  194.    ==>    Worked around a Win95 bug with descriptions on an LFN drive (4DOS
  195.           would occasionally display the wrong descriptions for some
  196.           files).
  197.  
  198.    ==>    DESCRIBE:  Fixed a problem with placing the description on the
  199.           command line (4DOS couldn't always tell if a quoted string was a
  200.           description or a file name).  Also fixed a problem with wildcard
  201.           DESCRIBEs under Win95 when the description was NOT included on
  202.           the command line.
  203.  
  204.    ==>    LOCK / UNLOCK:  Enabled these commands in MS-DOS 7 (without the
  205.           Win95 GUI loaded).
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.    4DOS 5.52  [04-17-96]         UPDAT552.DOC                        page 4
  234.