home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 005A / 4DOS551.ZIP / UPDAT551.DOC < prev    next >
Text File  |  1995-10-17  |  13KB  |  350 lines

  1.  
  2.  
  3.  
  4.                                   JP Software
  5.  
  6.                            4DOS Update Documentation
  7.  
  8.                        Version 5.51 -- October 17, 1995
  9.  
  10.    Copyright 1988 - 1995, 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.5.  Additional documentation on new features is in the online
  17.    help.
  18.  
  19.    Some of the descriptions below may be more detailed than you need; if
  20.    you aren't using a feature, feel free to skip to the next item.  If you
  21.    are new to 4DOS with version 5.51, you can skip this file entirely, and
  22.    begin with the 4DOS Introduction and Installation Guide.
  23.  
  24.    This file is divided into the following sections:
  25.  
  26.           General Features and Enhancements
  27.           Startup and Initialization
  28.           Command Changes
  29.           Internal Variables and Variable Functions
  30.           Technical, Compatibility, and Bug Fixes (each revision)
  31.  
  32.    Significant new features and those which affect most users are marked
  33.    with "**" in the lists below.  Other items discuss smaller or more
  34.    technical changes.
  35.  
  36.    This file may cover multiple revisions (e.g. version 5.51A, 5.51B,
  37.    etc.).  Most items refer to changes made in the initial release,
  38.    revision A.  Any item with a revision letter in the left margin (e.g. an
  39.    item marked with "=>B") was added or updated in that revision.  Minor
  40.    technical, compatibility, and bug fixes for each revision are listed at
  41.    the end of the file.
  42.  
  43.    This file is formatted at 58 lines per page, and contains form feeds and
  44.    page footers.  It can be viewed with a file viewer such as the 4DOS LIST
  45.    command, or printed on most PC printers using the command:
  46.  
  47.                   copy updat551.doc prn
  48.  
  49.    Printing it with a program that formats the pages is not likely to work
  50.    due to the formatting included in the file.
  51.  
  52.  
  53.  
  54.  
  55.                                                               (10/95-5.51B)
  56.  
  57.  
  58.  
  59.    4DOS 5.51  [10-17-95]         UPDAT551.DOC                        page 1
  60.  
  61.  
  62.  
  63.                              4DOS 5.51 Change List
  64.  
  65.    General Features and Enhancements
  66.    ---------------------------------
  67.  
  68.    =>B ** 4DOS now supports beta versions of Windows 95 including long
  69.           filenames, LOCK and UNLOCK commands, and several other features. 
  70.           See the "Win95" topic in the online help for additional
  71.           information if you are using 4DOS under Windows 95.
  72.  
  73.    => **  4DOS now supports PC-DOS 7 REXX batch files.  Any .BAT file with
  74.           "/*" at the beginning of the first line will be passed to
  75.           REXX.EXE for processing, just as it is under PC-DOS 7
  76.           COMMAND.COM.
  77.  
  78.    =>     4DOS now supports batch file line continuation.  Lines terminated
  79.           with an escape character (Ctrl-X) will have the escape character
  80.           removed and the next line appended.
  81.  
  82.  
  83.    Startup and Initialization
  84.    --------------------------
  85.  
  86.    =>     4DOS will not inherit aliases, .INI settings, etc. from a primary
  87.           shell under Windows 95 if disk swapping is used in the primary
  88.           shell.  This is because the file handle for the primary shell's
  89.           swap file cannot be passed properly to a secondary shell under
  90.           Windows 95.  Also a message is now displayed when 4DOS starts as
  91.           a secondary shell under Windows 95 (as it did previously for Win
  92.           3.x).
  93.  
  94.    =>     Added two new .INI directives:
  95.  
  96.               ListExit = Key (Esc):  Allows you to map the keystroke used
  97.               to exit the LIST command.
  98.  
  99.               RexxPath = Path:  If RexxPath is set, 4DOS will look at .BAT
  100.               files to see if they're REXX files (begin with a /*); if they
  101.               are 4DOS will insert the program name specified in RexxPath
  102.               in front of the batch file name and reexecute it.  If you're
  103.               running PC-DOS 7, 4DOS will default to using "REXX.EXE" for
  104.               the RexxPath directive.
  105.  
  106.  
  107.    Command Changes
  108.    ---------------
  109.  
  110.    => **  COPY / DEL / MOVE / REN:  When using the prompt (/P) option, an
  111.           ESCAPE will now cancel further processing for that argument,
  112.           rather than canceling prompting and continuing with the
  113.           operation.
  114.  
  115.  
  116.  
  117.    4DOS 5.51  [10-17-95]         UPDAT551.DOC                        page 2
  118.  
  119.  
  120.    => **  DIR:  Added the /Z switch to force the old ("8.3"-style) filename
  121.           display on drives which support long filenames, and the /X switch
  122.           to display both the long and short filenames (under Windows 95
  123.           only).
  124.  
  125.    =>B ** DIR / SELECT:  Colorizing filenames with no extension wasn't
  126.           specifically covered before, though you could do it by using
  127.           "*:color" to color everything.  You can now specify files without
  128.           extensions using the syntax " :color".  For example, the
  129.           following ColorDir setting in the .INI file will color EXE files
  130.           red, TXT files bright red, and files with no extension bright
  131.           cyan:
  132.  
  133.                   ColorDir = exe:red;txt:bri red; :bri cya
  134.  
  135.    =>     GOSUB / GOTO:  Made a change to try to accommodate both the old
  136.           label style (first word only) and the new style that permits
  137.           multi-word labels.
  138.  
  139.    =>     IFF:  Changed the way the command processor handles piping to
  140.           IFF.  You can now pipe to an IFF and the pipe information will be
  141.           passed to the command(s) following the IFF (previously it was
  142.           ignored).
  143.  
  144.    =>B    LIST:  Now defaults to listing (all files ("*.*") if the argument
  145.           is a directory name.  Also printing the file now displays a
  146.           header (filename, date, and time) on the first page, and GOTO now
  147.           supports negative offsets -- for example you can enter "-10" to
  148.           go back 10 lines.  When using negative offsets, the number of
  149.           lines moved will not correspond accurately to the line count in
  150.           the LIST status bar when the LIST display is wrapped.
  151.  
  152.    =>     LOCK, UNLOCK:  Added these new Win95 commands.  See the online
  153.           help for syntax and other details.
  154.  
  155.    =>     ON:  Added a new ON ERRORMSG option.  ON ERRORMSG is the same as
  156.           ON ERROR, but displays the usual error message before executing
  157.           the specified command (ON ERROR suppresses the error message).
  158.  
  159.    =>     SETDOS:  You can now change the default description filename with
  160.           the SETDOS /D switch.  If the /D is followed by a double quote,
  161.           the string inside the quotes will be used as the description
  162.           file.  For example:
  163.  
  164.                   setdos /d"files.bbs"
  165.  
  166.           The SETDOS /D[0|1] switch (to disable or enable description
  167.           processing) is still available.
  168.  
  169.    =>     TYPE:  Will now check for a filename of "NUL" and allow it. 
  170.           However TYPE will trap attempts to type any other character
  171.           device.
  172.  
  173.  
  174.  
  175.    4DOS 5.51  [10-17-95]         UPDAT551.DOC                        page 3
  176.  
  177.  
  178.    =>     VER:  Displays "(Win 95) DOS" under Windows 95.
  179.  
  180.  
  181.    Internal Variables and Variable Functions
  182.    -----------------------------------------
  183.  
  184.    =>     Added two new internal variables:
  185.  
  186.                   %_CI           returns the insert-mode cursor shape, as a
  187.                                  percentage (see SETDOS /S)
  188.  
  189.                   %_CO           returns the overstrike-mode cursor shape,
  190.                                  as a percentage
  191.  
  192.    =>     %_WIN:  Now returns "30" under Windows NT and "40" under Windows
  193.           95.
  194.  
  195.    =>     @ATTRIB:  Added an optional third argument.  The new syntax is
  196.           %@ATTRIB[filename[,NRSHA[,p]]].  The 'p' tells ATTRIB to accept a
  197.           partial match; i.e. if the file has "RHA" attributes set:
  198.  
  199.                   %@ATTRIB[filename,R]          fails, because @ATTRIB
  200.                                                 wants an exact match