home *** CD-ROM | disk | FTP | other *** search
/ PC Open 7 / pcopen7.iso / MSDOS / List92a / WHATSNEW < prev   
Encoding:
Text File  |  1997-01-21  |  13.1 KB  |  339 lines

  1. LIST Version 9.2a               WHAT'S NEW                        Jan 21, 1997
  2.  
  3.                            Command Line Switches
  4.                            ---------------------
  5.  
  6.       /?  displays LIST usage information
  7.  
  8.       /B  tells LIST to use the BIOS for displaying data.
  9.  
  10.       /D  forces display of the File Selection menu for the specified files,
  11.           e.g. *.TXT for only .TXT files; a filespec must be supplied.
  12.       /E  tells LIST to begin displaying the files at the end of each file
  13.           instead of at the beginning.
  14.       /K  disables the mouse.  Both the /M and /K mouse options are clonable.
  15.       /Q  toggles sounding of beeps and bells; same function as the alt-Q
  16.           command.
  17.       /V  causes a verify function to be performed after any Copy or Move
  18.           function
  19.  
  20.       /4  places LIST into 43/50 display mode; this requires an EGA or VGA
  21.           display adapter.
  22.  
  23.       /1  places LIST Enhanced into 132-column mode
  24.       /C  for LIST Enhanced, lock columns on left side of display
  25.       /N  for LIST Enhanced, lock first file lines on top of display
  26.  
  27.       /@filename specifies a file containing a list of names of files to
  28.           display; the @ (at symbol) can be used in the viewer to get a list
  29.           of selected files
  30.  
  31.       /Ttext  searches all files immediately for the 'text' and is case
  32.           sensitive.  The /Ftext or /Ttext parameter must be the last on the
  33.           command line.  Both cannot be used at one time.
  34.  
  35.       /Ftext  begins a text search through all selected files now invokes the
  36.           Find function which is NOT case sensitive.
  37.  
  38.       /#nnnnnn  supplies the record number from which the display is to begin.
  39.  
  40.       - The /L, /W, /M, /S, and /J command line switches now allow for
  41.         disabling the function (in case LIST was cloned with the option on).
  42.         To do this, add a minus sign, e.g.  /-W or /W- will set wrap off.  The
  43.         B, D, and Q switches are toggles.  That is, specifying them reverses
  44.         the default (or cloned setting).
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56. LIST Version 9.2a               WHAT'S NEW                        Jan 21, 1997
  57.  
  58.                         New Operational Features
  59.                         ------------------------
  60.  
  61.       - the program files are LISTS.COM (small), LISTR.COM (regular),
  62.         LIST.COM, and LISTEDMB.COM (Enhanced for 500mb files);
  63.  
  64.       - The LIST environment variable tells LIST where to place temporary
  65.         files for the ViewArc and archive extraction functions, e.g.
  66.  
  67.                 SET LIST=C:\TEMP
  68.  
  69.         If the LIST variable is not set, the TEMP environment variable
  70.         is used. If TEMP is not set, the current directory is used to
  71.         store temporary and extracted files.
  72.  
  73.      -  All DEBUG offsets and information have been replaced by a new
  74.         program called LISTOPT which is used to set defaults and options.
  75.         LISTOPT is available to registered and licensed users only.
  76.  
  77.      -  The unregistered version of LIST Plus does not support network drives.
  78.         This is due to companies using the shareware version on networks, and
  79.         not getting a license.
  80.  
  81.         LISTOPT now supports entering registration information so that new
  82.         versions may be downloaded and registered by the user alone.
  83.  
  84.       - The Alt-E video mode switching command now recognizes VESA and will
  85.         offer a selection of VESA modes which the display adapter supports.
  86.         Only extended text modes are offered, e.g. 132 by 25.
  87.  
  88.       - The ? (question mark) Help command has been changed for LIST Enhanced
  89.         to view the online manual. This requires the LISTHELP.COM and LIST.HLP
  90.         files be in the same directory as the LIST.COM file.
  91.  
  92.       - The maximum "logical" record size has been increased from 910 to 2048.
  93.  
  94.       - A second Help screen is now available in the Plus version which shows
  95.         all of the Ctrl- and cursor key functions
  96.  
  97.       - An improvement in speed is available when all filter options are set
  98.         off.  Use alt-Z to display the toggles on the bottom line.  An option
  99.         is off when its corresponding letter, e.g.  'J' for alt-J junk filter
  100.         or 'T' for the alt-T tab expansion filter, is in lower case.
  101.  
  102.       - The Viewarc function now assumes that .EXE and .COM files are self-
  103.         extracting files and will actually execute them to extract the selected
  104.         file.  Not all self-extracting programs support this.  Otherwise, if a
  105.         file does not have the .ARC, .LZH, .ZIP, .PAK, or .SDN extension, the
  106.         file is assumed to be a .ARC file.
  107.  
  108.       - The top status line while viewing a file has changed.  Until the last
  109.         record number is known, LIST now displays a percentage of the file read
  110.         so far.
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118. LIST Version 9.2a               WHAT'S NEW                        Jan 21, 1997
  119.  
  120.                               File Selection Menu
  121.                               -------------------
  122.  
  123.       - New commands are available from the File Selection (Alt-V) menu:
  124.  
  125.               E    invokes the 'Edit' editor to let you edit the selected file;
  126.                    create a BATch file called EDIT.BAT which invokes the
  127.                    editor of your choice with the optional parameters it needs
  128.  
  129.               I    invokes (executes) the selected program; replying ESCape to
  130.                    the "Options:" prompt cancels the command; at least one
  131.                    space is required: a null <enter> cancels the command.
  132.  
  133.               *    refreshes the directory display
  134.  
  135.           Alt-Z    toggles the status display on the bottom line from disk and
  136.                    file statistics line to a menu command help line
  137.  
  138.       - Changes to other file selection menu (Alt-V) commands:
  139.  
  140.         -  Q)uit returns you to the display of the last file you viewed
  141.            if no file has been displayed, Q exits to DOS.
  142.  
  143.         -  the X command exits to DOS in the NEW (current) directory
  144.  
  145.         -  ESCape exits to DOS in the ORIGINAL directory
  146.  
  147.         -  Alt-X exits to DOS and shows the original screen
  148.  
  149.         -  the 1-up display now includes the file attributes
  150.  
  151.         -  Alt-C saves (clones) the settings
  152.  
  153.         - the S)ort command now has a None (no sort) ordering option, and a
  154.           minus "-" prefix option for sorting in descending order; ESCape now
  155.           cancels the S)ort request. The descending sort option is clonable.
  156.  
  157.         -  a \ may be used in place of the P)ath command to change directories
  158.  
  159.       -  the F2 command to toggle the bottom line status display has been
  160.          changed to F3
  161.  
  162.       -  you may press the shift key and a letter key to move the selection
  163.          to the first filename beginning with that letter, e.g. shift-C will
  164.          put the cursor on the first file name beginning with the letter 'c'
  165.  
  166.       -  new alt-F7 and alt-F8 commands change the color of the bar for the
  167.          current file entry at the cursor position
  168.  
  169. |     -  under Windows 95, the 1-up display includes the first part of the
  170. |        long file name; up to 95 characters
  171.  
  172.  
  173. LIST Version 9.2a               WHAT'S NEW                        Jan 21, 1997
  174.  
  175.                                  New Commands
  176.                                  ------------
  177.  
  178.       - A new Ctrl-G command in the viewer sets the length of fixed length
  179.         records using the length of the first record displayed. This
  180.         supplements Ctrl-B which is used to manually enter the length.
  181.  
  182.       - A new Ctrl-L command toggles the display of page breaks
  183.  
  184.       - Added video mode T for ATI Graphics Ultra Plus adapters
  185.  
  186.       - The Ctrl-O (control printer output) command has been expanded to
  187.         offer more choices, i.e. portrait, landscape, condensed, and normal
  188.         print modes. Only the printers supporting the HP PCL (laserjet and
  189.         deskjet) printers are supported. For other printers, some patches
  190.         are available. LISTOPT will eventually allow for printer codes to
  191.         be supplied by the user.
  192.  
  193.       - A new ctrl-Y command saves the current position as a bookmark, and
  194.         alt-Y repositions to the last bookmark. You may set up to 10 bookmarks.
  195.  
  196.       - A new 1 command restarts displaying files with the first file.
  197.  
  198.       - A new Ctrl-right command scrolls the screen right to the end of the
  199.         current line.
  200.  
  201.       - A new O command toggles the date format from U.S. mm/dd/yy to
  202.         European format dd-mm-yy and is clonable.
  203.  
  204.       - A new % (percent) command toggles whether LIST displays the file's last
  205.         line number or percentage of file read.
  206.  
  207. |     - A new ~ (tilde) command under Windows 95 while viewing a file displays
  208. |       the file's long file name and other information.
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228. LIST Version 9.2a               WHAT'S NEW                        Jan 21, 1997
  229.  
  230.                                 Changed Commands
  231.                                 ----------------
  232.  
  233.       - The X command exits to DOS and clears the screen. In the Plus version,
  234.         you are now placed in the new (selected) directory.
  235.  
  236.       - The Alt-D and Alt-O (write lines to a file) commands have been changed
  237.         to default to writing a found (highlighted line after Scan or Find)
  238.         line if no lines have been marked.
  239.  
  240.       - All command which as for a d:\path and/or a filename now check for
  241.         embedded blanks and non-valid characters.
  242.  
  243.       - The ctrl-I command has been added to the Plus version.  It allows
  244.         setting the TAB interval to values other than the standard 8.  Ctrl-I
  245.         prompts you to enter the new interval, which can be from 1 to 99.
  246.  
  247.       - The ctrl-T dial command will initially place the cursor on a line
  248.         with found text, i.e. you scan for a name and LIST find it. The found
  249.         text is highlighted. When you issue ctrl-T, the cursor is placed there.
  250.         LIST copies all numbers and valid telephone number characters, like
  251.         dash and comma, up to the first non-numeric character as the phone
  252.         number. Sending of a '1' prefix has been removed. If the modem fails
  253.         to dial initially, press the <spacebar> to try a re-dial.
  254.  
  255.       - The File Selection C)opy and M)ove commands check for sufficient space
  256.         on the target drive before copying the file.
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283. LIST Version 9.2a               DEBUG OFFSETS                     Jan 21, 1997
  284.  
  285.  
  286.         The default filter options are now:
  287.           alt-T   - expand TABs is ON
  288.           alt-J   - filter out control characters is ON
  289.  
  290.         Item           Offset  Value    Description of contents
  291.         -------------- ------  -----    -----------------------
  292.         Special         0132    70      Top/bottom line colors
  293.         Normal          0134    07      Text colors
  294.         Bright          0136    09      Find/Scan line colors
  295.         Window 1 color  0138    07      Normal window text color
  296.         Window 2 color  0139    0F      Second window text color
  297.         Flag3           013A    09      Retrace off and junk filter on
  298.         Flag4           013B    08      Tabs on
  299.         Find row        013C    0800    Position of found line on screen, 8
  300.         Scroll incr     013E    0A00    Left/right scroll increment, 10
  301.         Scroll start    0140    0000    Starting scroll offset, 0
  302.         Tab value       0142    0800    Tab interval, 8
  303.         Tab mask        0144    F8FF    Tab bit mask
  304.         Loudness        0146    C8      Beep tone level
  305.         Key rate        0148    FF      Continuous scroll increment, 255
  306.         Overlap         0149    0000    PgUp/PgDn scroll overlap, 0
  307.         Wildcard esc    014B    26      Scan/Find wildcard ? escape character
  308.         Alt-V up        014C    0500    Alt-V display files per line, 5
  309.  
  310.         LIST Plus only
  311.         --------------
  312.         Eye-catcher     014E    'COM:'
  313.         COM port        0152    F803    Default for COM1, use F802 for COM2
  314.         Sort offset     0154    00      Default sort key offset
  315.                                          00 by filename
  316.                                          08 by extension
  317.                                          0C by datestamp
  318.                                          10 by file size
  319.         Modem init      0157    'AT'    30-byte modem initialization string
  320.         Editor name     0175    'Edit'  8-byte name of editor program
  321.         Modem hang-up   017E    'ATZ'   9-byte modem disconnect command
  322.         Temp var name   0187    LIST    4-character environment name for temps
  323.  
  324.         The following offsets change from version to version. Look for the
  325.         eye-catchers to be sure of the offset:
  326.  
  327.         Key table       0400    'WHAT'  Eye catcher
  328.                         0404    0026    Key command table
  329.         Routines        0509    'WHERE' Eye catcher
  330.                         050E    xxxx    Command routines
  331.  
  332.         Examples of using DEBUG can be found in the DIALER.PAT and
  333.         COLORS.PAT files. To use them, copy LIST.COM to the current
  334.         directory and issue the DEBUG command. For example:
  335.  
  336.                 DEBUG <DIALER.PAT
  337.  
  338.  
  339.