home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / fileutil / list76b.arj / LIST.DOC < prev    next >
Encoding:
Text File  |  1991-08-13  |  107.9 KB  |  3,441 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.                                  LIST 
  15.  
  16.  
  17.  
  18.  
  19.  
  20.                        A File Viewing and Browsing Utility 
  21.  
  22.                        Version 7.6             August 1991 
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.         (c) Copyright  Vernon D. Buerg 1983-91.  All rights reserved 
  44.  
  45.             T A B L E   O F   C O N T E N T S
  46.  
  47. __________________________________________________________________________
  48.  
  49.  
  50. Getting Started  ...................................................... 1    
  51.     Introduction  ..................................................... 1    
  52.     Installation  ..................................................... 2    
  53.     Printing the manual  .............................................. 2    
  54.     Varieties of LIST.COM  ............................................ 3    
  55.  
  56. Definition of DOS terms  .............................................. 5    
  57.     DOS Redirection  .................................................. 5    
  58.     DOS Filters  ...................................................... 6    
  59.     DOS Pipes  ........................................................ 7    
  60.  
  61. Command line  ......................................................... 8    
  62.     Command line syntax  .............................................. 8    
  63.     Command line switches  ............................................ 8    
  64.  
  65. How to use LIST  ...................................................... 10   
  66.     Starting LIST  .................................................... 10   
  67.     Exiting LIST  ..................................................... 11   
  68.       Entering Commands  .............................................. 11   
  69.     Display Format  ................................................... 12   
  70.       Status Line Format  ............................................. 12   
  71.       Command Line Format  ............................................ 15   
  72.     Scrolling  ........................................................ 17   
  73.     Positioning to Lines  ............................................. 19   
  74.     Filtering  ........................................................ 21   
  75.       Wrap Filter  .................................................... 22   
  76.       Hi-bit Filter  .................................................. 22   
  77.       Star Filter  .................................................... 22   
  78.       Junk Filter  .................................................... 22   
  79.       Hex Format Filter  .............................................. 23   
  80.       Tab expansion filter  ........................................... 23   
  81.     Scanning for text  ................................................ 24   
  82.     Marking and Extracting Lines  ..................................... 26   
  83.     Printing  ......................................................... 28   
  84.     Displaying multiple files  ........................................ 29   
  85.     Windows  .......................................................... 31   
  86.     Telephone dialer  ................................................. 32   
  87.  
  88. DOS considerations  ................................................... 33   
  89.     File Sharing  ..................................................... 33   
  90.     Invoking DOS Commands  ............................................ 33   
  91.     Screen Saving  .................................................... 34   
  92.  
  93. File Selection Menu  .................................................. 35   
  94.     LIST PLUS Display  ................................................ 35   
  95.     Movement Keys  .................................................... 36   
  96.  
  97. Contents 1                                             LIST  User's Guide 
  98.             T A B L E   O F   C O N T E N T S
  99.  
  100. __________________________________________________________________________
  101.  
  102.     Changing Directories  ............................................. 37   
  103.     List file  ........................................................ 37   
  104.     Copy file  ........................................................ 37   
  105.     Delete file  ...................................................... 37   
  106.     Edit file  ........................................................ 37   
  107.     Invoke file  ...................................................... 38   
  108.     Move file  ........................................................ 38   
  109.     Path changing  .................................................... 38   
  110.     Rename  ........................................................... 38   
  111.     Sort filenames  ................................................... 38   
  112.     1-9 up display  ................................................... 39   
  113.     ViewArc  .......................................................... 39   
  114.  
  115. Command key summary  .................................................. 40   
  116.     Cursor keys  ...................................................... 40   
  117.     F- function keys  ................................................. 40   
  118.     Letter keys  ...................................................... 41   
  119.     Control- keys  .................................................... 43   
  120.     Alt- keys  ........................................................ 44   
  121.  
  122. Configuring LIST  ..................................................... 46   
  123.     Screen Colors  .................................................... 46   
  124.     Cloning  .......................................................... 47   
  125.     Modifying LIST.COM  ............................................... 49   
  126.       Locations of option values  ..................................... 49   
  127.       Reassigning keys  ............................................... 52   
  128.       Table of Routines  .............................................. 53   
  129.  
  130. Limitations  .......................................................... 57   
  131.  
  132. Copyright/License/Warranty  ........................................... 58   
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150. LIST  User's Guide                                            Contents 2 
  151. Getting Started 
  152. ______________________________________________________________________________
  153.  
  154. Introduction 
  155.  
  156.  
  157.     LIST is a user supported program.  It is not public domain.  You may 
  158.     use LIST and  give it to your friends,  but you  may not  sell it or 
  159.     use it in business without obtaining a license.  See the  last page 
  160.     for information about licensing. 
  161.  
  162.  
  163.     You use LIST to display files on your monitor, line by line with the 
  164.     aid of scrolling, positioning and filtering commands. 
  165.  
  166.  
  167.     LIST PLUS has many new  commands which go beyond usual  file viewing 
  168.     and browsing.  We will  explain how LIST is  used, and then how  the 
  169.     new file management commands are used. 
  170.  
  171.  
  172.     Before going  into all  of the  ways in  which LIST  can be  used to 
  173.     display files, let's look at  the three different varieties of  LIST 
  174.     so that you understand the capabilities of each.  Then, we'll go  on 
  175.     and define certain terms  like: redirection, piping, and  filtering. 
  176.     In this way, you will better understand how you can use these things 
  177.     with LIST. 
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204. Page  1                                                    LIST  User's Guide 
  205. Getting Started 
  206. ______________________________________________________________________________
  207.  
  208. Introduction 
  209.  
  210.  
  211. Installation 
  212.  
  213.     There are three varieties of the  LIST program on the disk that  you 
  214.     received (or in the file  that you downloaded).  This allows  you to 
  215.     pick the version of LIST that is right for you, and to configure  it 
  216.     to be exactly the way YOU want it to be. 
  217.  
  218.     Decide which of the LIST programs you would like to use and copy the 
  219.     .COM file to your working disk, or into a subdirectory on your  hard 
  220.     disk.  Selecting a directory that is in your PATH will allow you  to 
  221.     use LIST from anywhere on your system. 
  222.  
  223.     You may  rename the  program file  to any  convenient name,  such as 
  224.     L.COM,  READ.COM,  LST.COM  or  leave  it as LIST.COM.  For example, 
  225.     place the distribution disk into drive A and enter the commands: 
  226.  
  227.             A: 
  228.             COPY LIST.COM C:\L.COM 
  229.  
  230.     to copy  the Plus  version to  the root  directory of  your C drive, 
  231.     renaming the program to L.COM in the process. 
  232.  
  233.  
  234. Printing the manual 
  235.  
  236.     To print the documentation, set your printer for six lines per inch, 
  237.     and 10 characters per inch.   Then, use the DOS PRINT  command.  For 
  238.     example, 
  239.  
  240.                         PRINT LIST.DOC 
  241.  
  242.     You may also  print out the  documentation by using  redirection and 
  243.     entering: 
  244.  
  245.                         TYPE LIST.DOC > LPT1 
  246.  
  247.     Better yet, use LIST to print the manual.  Enter 
  248.  
  249.                         LIST LIST.DOC 
  250.  
  251.     then press the Ctrl and P keys at the same time. 
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258. LIST  User's Guide                                                    Page  2 
  259. Getting Started 
  260. ______________________________________________________________________________
  261.  
  262. Varieties of LIST.COM 
  263.  
  264.  
  265.  
  266.         - LISTS.COM     small version 
  267.  
  268.           - runs in about 30k 
  269.           - limited to smaller files (around 600kb), 
  270.           - excludes the Alt-X (screen saving) function 
  271.           - excludes the Alt-G (goto DOS) function 
  272.           - the Help screen is minimal. 
  273.  
  274.  
  275.  
  276.         - LISTR.COM      regular version 
  277.  
  278.           - runs in about 80K 
  279.           - handles files up to 16 mb 
  280.           - excludes the Alt-V (file selection) function 
  281.           - excludes the Alt-I (insert filename) function 
  282.           - the Alt-W (windowing function) is minimal, i.e. you get two 
  283.             equal sized windows; there is no ability to change window 
  284.             dimensions 
  285.  
  286.  
  287.  
  288.         - LIST.COM     PLUS version 
  289.  
  290.           - plus Alt-V file selection menu 
  291.           - plus file management functions like copy and delete 
  292.           - plus Alt-I hypertext-like file selection 
  293.           - plus a help screen for the file selection Alt-V functions 
  294.           - plus a second help screen for regular functions 
  295.           - plus the Ctrl-T telephone dialer 
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312. Page  3                                                    LIST  User's Guide 
  313. Getting Started 
  314. ______________________________________________________________________________
  315.  
  316. Varieties of LIST.COM 
  317.  
  318.  
  319.  
  320.     The documentation file is marked  with | before new and  changed 
  321.     lines.  It is marked  with a double asterisk  ** for LIST PLUS 
  322.     only features. 
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346. WARNING:  LIST PLUS (LIST.COM), HAS THE ABILITY TO *DELETE* 
  347.                    FILES FROM YOUR SYSTEM!! 
  348.  
  349.  
  350. IF YOU ELECT TO USE LIST PLUS, PLEASE READ THE SECTION ON THE FILE 
  351. SELECTION MENU FOUND LATER ON IN THIS MANUAL. 
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366. LIST  User's Guide                                                    Page  4 
  367. Definition of DOS terms 
  368. ______________________________________________________________________________
  369.  
  370.  
  371.  
  372. DOS Redirection 
  373.  
  374.     The output of a  DOS command can be  "redirected" to a device  other 
  375.     than  the  standard  output  device,  which  is  in  most cases, the 
  376.     monitor.  This is done simply by entering the command, followed by a 
  377.     ">" and then the name of the desired device.  For example. 
  378.  
  379.     If you type "DIR > FILE.LST" you will see nothing on your screen and 
  380.     then suddenly your  DOS prompt will  reappear.  What happened?   The 
  381.     "output" of the DIR command was "redirected" to the file, FILE.LST. 
  382.  
  383.     In the same manner, you  could enter the following command  and send 
  384.     the contents of FILE.LST to your printer, like so: "TYPE FILE.LST  > 
  385.     LPT1" 
  386.  
  387.     The ">" symbol stands for  redirection of output to another  device. 
  388.     Broken down simply, the following command is saying: 
  389.  
  390.                     DIR            >       FILE.LST 
  391.           (send output of this)  (TO)   (This device, which is a file) 
  392.  
  393.     By the same token, you can also redirect "input" to a DOS command or 
  394.     a program like SORT  by using the "<"  symbol.  Here is an  example: 
  395.     "SORT  <  FILE.LST"  This  command  would  take  the  information in 
  396.     FILE.LST  and  "redirect"  it  into  SORT.   For more information on 
  397.     redirection, you  may want  to consult  a DOS  manual or  other such 
  398.     reference. 
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420. Page  5                                                    LIST  User's Guide 
  421. Definition of DOS terms 
  422. ______________________________________________________________________________
  423.  
  424.  
  425.  
  426. DOS Filters 
  427.  
  428.     FILTERS are  commands, or  programs, that  read data  from an  input 
  429.     device, and  then rearranges  or "filters"  the data  before it then 
  430.     outputs the  filtered information  to an  output device.   DOS comes 
  431.     with several "filters", one of which is SORT.  The following command 
  432.     would sort the file in alphabetical order. 
  433.  
  434.                                 SORT < FILE.LST 
  435.  
  436.     You are redirecting the file,  FILE.LST through the SORT filter  and 
  437.     it is rearranging the file.  Taking what you know about  redirection 
  438.     and  filters,  you  could  now  send  your  alphabetical list to yet 
  439.     another  file  by  entering:  SORT  <  FILE.LIST  > ALPHA.LST, which 
  440.     redirects FILE.LST into the SORT "filter" and then redirects the new 
  441.     output  to  the  file  ALPHA.LST.   LIST  also has some very helpful 
  442.     "filters" built  right into  it and  we'll discuss  these later  on. 
  443.     Simply keep in mind that when  you use a "filter" it will  rearrange 
  444.     or alter the  information into a  form that is  more presentable, or 
  445.     useful, to you. 
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474. LIST  User's Guide                                                    Page  6 
  475. Definition of DOS terms 
  476. ______________________________________________________________________________
  477.  
  478.  
  479.  
  480. DOS Pipes 
  481.  
  482.     Pipes are  quite similar,  in some  ways, to  redirection.  They are 
  483.     "connections" between two programs or two commands or a command  and 
  484.     a program.   Pipes take  data that  is output  from one  program and 
  485.     redirect it as input to a second program.  The DOS symbol for a pipe 
  486.     is the vertical bar "|".  To redirect the output from one program or 
  487.     command to another, you simply type the first command followed by  a 
  488.     vertical bar and  then followed by  the second command.   Here is an 
  489.     example of piping. 
  490.  
  491.                                 DIR | FIND "-88" 
  492.  
  493.     This command tells DOS to send the output of the DIR command,  which 
  494.     you would normally see on the  screen, and send it through the  FIND 
  495.     filter.  FIND  would be  searching each  line for  the string "-88". 
  496.     Only the files in the current directory that have a 1988 date  stamp 
  497.     would be displayed on the screen!  You can use more than one  "pipe" 
  498.     in a command.  Take this final example: 
  499.  
  500.                        DIR | FIND "-88" | SORT/+14 > PRN 
  501.  
  502.     A "pipe" takes the  output of the DIR  command and converts it  into 
  503.     input for the FIND  filter.  Then, a second  "pipe" is used to  send 
  504.     the output from FIND as input  to the SORT filter.  As a  last step, 
  505.     output from  SORT is  redirected to  the printer!   What would  this 
  506.     command do??   It would  take the  DIR of  the current directory and 
  507.     pipe it through the FIND filter, looking for files created in  1988. 
  508.     Then the next pipe would SORT that information, sorting the files by 
  509.     SIZE (the 14th column of each line) and then send the output to  the 
  510.     printer.  For  more information  on PIPES,  consult a  DOS manual or 
  511.     other reference. 
  512.  
  513.     Now that you have  a basic understanding of  redirection, filtering, 
  514.     and piping, we will go on to discuss the command line of LIST. 
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528. Page  7                                                    LIST  User's Guide 
  529. Command line 
  530. ______________________________________________________________________________
  531.  
  532.  
  533.  
  534. Command line syntax 
  535.  
  536.     The command line format is: 
  537.  
  538.  
  539.         LIST [filespec...filespec] [/switches] 
  540.  
  541.  
  542.     You may supply  one or more  file specifications (filespecs).   LIST 
  543.     will display  each file  which has  a filename  matching one  of the 
  544.     filespecs.  If you  do not supply  one, LIST will  prompt you for  a 
  545.     filespec, or present you with a file selection menu. 
  546.  
  547.  
  548.  
  549. Command line switches 
  550.         /?      displays LIST usage information 
  551.  
  552.         /B      tells LIST to use the BIOS for displaying data 
  553.                 instead of using direct screen writes 
  554.  
  555.         /D      forces display of the File Selection menu for the 
  556.                 specified files, e.g. *.TXT for a menu display of 
  557.                 only files with an extension of TXT 
  558.  
  559.         /E      tells LIST to begin displaying the files from the 
  560.                 end of each file instead of from the beginning 
  561.  
  562.         /K      disables the mouse; both /M and /K mouse options 
  563.                 are clonable 
  564.  
  565.         /Q      toggles sounding of beeps; the same as Alt-Q 
  566.  
  567.         /V      causes a verify operation to be performed after 
  568.                 any Copy or Move operation; the /V option defaults 
  569.                 to the value of the DOS VERIFY setting 
  570.  
  571.         /4      places LIST into 443 (or 50) line display mode; 
  572.                 this requires an EGA or BGA display adaptor 
  573.  
  574.         /S      indicates viewing a piped or redirected file 
  575.  
  576.         /J      sets Junk filter on 
  577.         /7      sets 7-bit display 
  578.         /8      sets 8-bit display 
  579.         /*      sets star filter on 
  580.  
  581.  
  582. LIST  User's Guide                                                    Page  8 
  583. Command line 
  584. ______________________________________________________________________________
  585.  
  586.         /W      sets Wrap on 
  587.         /H      sets Hex dump mode 
  588.         /L      sets pre-Loading on 
  589.  
  590.         /M      allows use of a mouse for moving the cursor 
  591.         /K      disables mouse for cursor positioning 
  592.  
  593.         /Ftext  begins a text search through all of the selected files 
  594.                 and is case insensitive 
  595.  
  596.         /Ttext  searches all files immediately for the 'text' and is 
  597.                 case sensitive; the /Ftext and /Ttext options MUST be 
  598.                 the last options on the command line; both cannot be 
  599.                 used at one time 
  600.  
  601.         /#nnnn  begins displaying the file at record 'nnnnnn' 
  602.  
  603.     The command line switch character is normally a slash, "/", but LIST 
  604.     will use whatever  character that is  defined to DOS  as the command 
  605.     line switch character, e.g. a  dash, "-".  Depending on your  needs, 
  606.     you could load LIST using  any of these command line  switches, such 
  607.     as: 
  608.  
  609.                LIST MYFILE.TXT /W   which would set Word Wrap ON. 
  610.  
  611.                LIST MYFILE.TXT /J   which turns on the JUNK filter 
  612.  
  613.     The L, W, M, S and /J command line switches may be used to disable 
  614.     the corresponding option by adding a minus symbol to them. For 
  615.     example,  /-W  or  /W-  will set wrap off. 
  616.  
  617.     The B, D and Q switches are toggles.  That is, specifying them 
  618.     reverses the default, or cloned, setting. 
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636. Page  9                                                    LIST  User's Guide 
  637. How to use LIST 
  638. ______________________________________________________________________________
  639.  
  640. Starting LIST 
  641.  
  642.     To  start  LIST,  you  type  the  command  LIST,  at the DOS prompt, 
  643.     followed by  the name(s)  of the  files that  you want  to see.  For 
  644.     example: 
  645.  
  646.           C:>LIST CONFIG.SYS        (displays file CONFIG.SYS) 
  647.  
  648.           C:>LIST *.DOC    (displays all DOC files in current directory) 
  649.  
  650.     The "filename" is optional.  If  omitted, LIST PLUS will bring  up a 
  651.     display of ALL  files and subdirectories  in the current  directory. 
  652.     You may use  the cursor keys  to highlight the  file that you  would 
  653.     like to work  on and press  ENTER.  Or, you  may highlight any  sub- 
  654.     directory entry and press ENTER to change to that subdirectory. 
  655.  
  656.     You  may  also  use  LIST  to  display piped or redirected files.  A 
  657.     discussion of redirection, piping, and filtering is at the beginning 
  658.     of this manual. 
  659.  
  660.     To display a redirected file, use a < (less than symbol) before  the 
  661.     name of the file that was redirected and add the /S parameter to the 
  662.     LIST command. 
  663.  
  664.     For example, the output of the DIR command can be written to a  file 
  665.     called XYZ, and then LIST can be instructed to read that file. 
  666.  
  667.                 dir a: >xyz 
  668.                 list <xyz /s 
  669.  
  670.     To see a piped file, omit the filename, but supply the /S. 
  671.  
  672.                 dir a: | list /s 
  673.  
  674.     Or, to LIST a file within an ARC archive: 
  675.  
  676.                 ARC /p arcname.arc filename.ext | list /s 
  677.                                 - or - 
  678.                 ARCE arcname filename.ext /p | list /S 
  679.  
  680.     Here,  the  ARC   or  ARCE  program   is  invoked  to   extract  the 
  681.     'filename.ext' file.   The /P  switch for  these programs  sends the 
  682.     output to the  standard output device,  and this output  is piped to 
  683.     LIST.  Once the  file is  displayed on your screen,  you may use the 
  684.     cursor positioning  keys to  move around  and see different parts of 
  685.     the file.  There are  also commands to search for text, print, split 
  686.     the screen, display  other  files,  change  colors,  change  the way 
  687.     the data is displayed, and many other operations. 
  688.  
  689.  
  690. LIST  User's Guide                                                    Page  10 
  691. How to use LIST 
  692. ______________________________________________________________________________
  693.  
  694. Exiting LIST 
  695.  
  696.  
  697.     There are several ways  to exit LIST depending  on how you want  the 
  698.     screen to look. 
  699.  
  700.     The F10 command returns you to DOS with the DOS prompt on the bottom 
  701.     line.  The  last page  that was  displayed by  LIST is  left on  the 
  702.     screen. 
  703.  
  704.     The ESCape key also returns you to DOS without changing the  screen. 
  705.     In LIST PLUS, the ESCape key is also used to cancel an operation, or 
  706.     to exit file selection menu. 
  707.  
  708.     The X command  returns you to  DOS and clears  the screen.  The  DOS 
  709.     prompt is on the top line of the screen. 
  710.  
  711.     The Alt-X command uses the screen saving feature.  It returns you to 
  712.     DOS and displays the screen that you had before LIST was run. 
  713.  
  714.  
  715.   Entering Commands 
  716.  
  717.     You enter  commands by  pressing a  single key,  or a combination of 
  718.     keys.  There  are often  several ways  to perform  the same function 
  719.     with different keys.  For example, D and PgDn both perform a  scroll 
  720.     down one page function.   This lets you pick  the keys that you  are 
  721.     most accustomed to. 
  722.  
  723.     When  you  press  keys,  they  are  entered  into a keyboard buffer. 
  724.     Holding down a key can put many copies of that key into the  buffer. 
  725.     This means that when you let up  on a key, the program can still  be 
  726.     processing input from the keyboard buffer.  For example, by  holding 
  727.     down the PgDn key, LIST scrolls down one page for each time the PgDn 
  728.     key is placed in the keyboard  buffer.  When you let up on  the key, 
  729.     the buffer may not yet be empty and LIST will continue to page down. 
  730.     To make  LIST stop  when you  let up  on a  key, you  use the  Alt-K 
  731.     key-ahead toggle. 
  732.  
  733.     Keyboard enhancement utilities,  such as PCED,  may also change  the 
  734.     way that LIST reads the keyboard.  With PCED, for example,  pressing 
  735.     the ESCape key at a prompt is different.  You do not see the /  that 
  736.     DOS normally sends when you cancel an input line. 
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744. Page  11                                                    LIST  User's Guide 
  745. How to use LIST 
  746. ______________________________________________________________________________
  747.  
  748. Display Format 
  749.  
  750.     The monitor  display is  defined in  terms of  lines and columns.  A 
  751.     typical  monitor  can  display  25  lines  of 80 columns each.  LIST 
  752.     attempts to use the number of lines and columns for the monitor mode 
  753.     in use.  For  example, if the  monitor is in  132 column mode,  LIST 
  754.     displays 132 characters per line.   If the monitor is set  for other 
  755.     than 25 lines, such as 35, 43, or 50 lines, LIST displays that  many 
  756.     lines per screen. 
  757.  
  758.     If  you  use  the  Alt-E  command  to  change EGA/VGA modes, the EGA 
  759.     palette,  cursor,  and  other  settings  are  set to the DOS default 
  760.     values.  LIST does not preserve fonts or palettes. 
  761.  
  762.     The top line of the display  is called the Status line.  The  bottom 
  763.     line is called the Command line.  The remaining lines are called the 
  764.     primary display window, and are usually lines two through 24. 
  765.  
  766.   Status Line Format 
  767.  
  768.     The Status line has two formats. The default format is: 
  769.  
  770. ┌──────────────────────────────────────────────────────────────────────┐ 
  771. │ LIST   lllll nnnnnnn +sss mm/dd/yy hh:mm  - filename                 │ 
  772. └──────────────────────────────────────────────────────────────────────┘ 
  773.         where, 
  774.  
  775.         'LIST'     is the name of this program 
  776.  
  777.         'lllllll'  is the line number of the first line in the primary 
  778.                    display window (under the status line) 
  779.  
  780.         'nnnnnnn'  is the line number of the last record of the file; 
  781.                    if the last record of the file has not been read, 
  782.                    this field shows the percentage of the file that 
  783.                    has been read 
  784.  
  785.         '+sss'     if displayed, this is the Scroll amount, in multiples 
  786.                    of 10, corresponding to the number of columns that 
  787.                    the display has been shifted to the right to view 
  788.                    records longer than 80 
  789.  
  790.         'mm/dd/yy' is the file's creation date (not today's date); or 
  791.         'dd-mm-yy' is the file's date in European format 
  792.  
  793.         'hh:mm'    is the file's creation time (not today's time) 
  794.  
  795.         'filename' is the name of the file you are currently viewing 
  796.  
  797.  
  798. LIST  User's Guide                                                    Page  12 
  799. How to use LIST 
  800. ______________________________________________________________________________
  801.  
  802. Display Format 
  803.  
  804.  
  805.     Note: The date  and time shown  on the top  line is NOT  the current 
  806.     date.  It is the date and time that the file was created. 
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852. Page  13                                                    LIST  User's Guide 
  853. How to use LIST 
  854. ______________________________________________________________________________
  855.  
  856. Display Format 
  857.  
  858.  
  859.  
  860.     Use the Alt-Z command to change the Command Line to this format: 
  861. ┌──────────────────────────────────────────────────────────────────────┐ 
  862. │ LIST      70  2153  +20    09-02-89 18:12     LIST.DOC               │ 
  863. └──────────────────────────────────────────────────────────────────────┘ 
  864.  
  865.  
  866.  
  867.  
  868.     By using the Alt-R ruler toggle, the top status line becomes: 
  869.  
  870. ┬┬┬┬┼┬┬┬10┬┬┬┬┼┬┬┬20┬┬┬┬┼┬┬┬30┬┬┬┬┼┬┬┬40┬┬┬┬┼┬┬┬50┬┬┬┬┼┬┬┬60┬┬┬┬┼┬┬┬70┬┬ 
  871.  
  872.  
  873.  
  874.  
  875.  
  876. or, in Hex Dump (Alt-H) display mode: 
  877.  
  878. Offset: 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F ----- DATA ----- 
  879.  
  880.  
  881.  
  882.  
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898.  
  899.  
  900.  
  901.  
  902.  
  903.  
  904.  
  905.  
  906. LIST  User's Guide                                                    Page  14 
  907. How to use LIST 
  908. ______________________________________________________________________________
  909.  
  910.   Command Line Format 
  911.  
  912.  
  913. The Command line has two formats.  The default format is: 
  914.  
  915. ┌──────────────────────────────────────────────────────────────────────┐ 
  916. │ Command                      Keys: ^v-><- PgUp PgDn F10=exit F1=Help │ 
  917. └──────────────────────────────────────────────────────────────────────┘ 
  918.  
  919. and the optional format after using the Alt-Z toggle is: 
  920.  
  921. ┌──────────────────────────────────────────────────────────────────────┐ 
  922. │ Command                       Toggles: h8kMpswTclJ  F10=exit F1=Help │ 
  923. └──────────────────────────────────────────────────────────────────────┘ 
  924.  
  925.         where, 
  926.  
  927.         'command' indicates the current process: 
  928.  
  929.           'Command '   function prompt; you are being asked to enter 
  930.                        a command; enter the letter, or press the keys 
  931.                        for the action to be performed 
  932.  
  933.           'Reading '   the file data is being read 
  934.           'Filter  '   the file data is being formatted for display 
  935.           'Looking '   the Scan/Find text is being searched for 
  936.  
  937.           'Scan    '   you are being asked to enter text to locate 
  938.           'Find    '   in the file, up to 31 characters may be entered 
  939.  
  940.           '# lines?'   you are being asked to enter a 1 to 5 digit 
  941.                        number that is the amount of lines to skip 
  942.  
  943.           'Line #? '   you are being asked to enter a 1 to 5 digit 
  944.                        line number to which the display is to be 
  945.                        positioned 
  946.  
  947.           'message' may be one of: 
  948.  
  949.           '*** Text not found ***' 
  950.            the Scan/Text was not found in the file 
  951.  
  952.           '   *** Top of file ***' 
  953.            the first line of the file is being displayed 
  954.  
  955.           '   *** End-of-file ***' 
  956.            the last line of the file is being displayed 
  957.  
  958.  
  959.  
  960. Page  15                                                    LIST  User's Guide 
  961. How to use LIST 
  962. ______________________________________________________________________________
  963.  
  964.   Command Line Format 
  965.  
  966.         Toggles: indicate status of toggles, lower case means OFF, upper 
  967.         case means the option is ON. 
  968.  
  969.         'H'       indicates that the hex Dump display option is in use 
  970.         'b'       the 'b' is replaced by a 7, 8, or * depending 
  971.                   on which of those options is in effect 
  972.         'K'       indicates that the Keyboard flush option is in use 
  973.         'M'       indicates that tests for monitor retrace are not made 
  974.         'P'       indicates that Print is in use 
  975.         'S'       indicates file sharing option is in use 
  976.         'W'       indicates that the Wrap mode is in effect 
  977.         'T'       indicates that TAB characters are expanded 
  978.         'C'       toggles continuous scrolling 
  979.         'L'       indicates that the pre-loading option is on 
  980.         'J'       indicates that line feeds are added to lone carriage 
  981.                   return control characters, and backspaces are handled 
  982.  
  983.         A sample Command Line might look like this, after looking for 
  984.         a word that was not found: 
  985.  
  986. ┌──────────────────────────────────────────────────────────────────────┐ 
  987. │ Command *** Text not found *** Toggles: h*kMpswTclJ  F10=exit F1=Help│ 
  988. └──────────────────────────────────────────────────────────────────────┘ 
  989.  
  990.  
  991.  
  992.  
  993.  
  994.  
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002.  
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010.  
  1011.  
  1012.  
  1013.  
  1014. LIST  User's Guide                                                    Page  16 
  1015. How to use LIST 
  1016. ______________________________________________________________________________
  1017.  
  1018. Scrolling 
  1019.  
  1020.  
  1021.     You view different parts of the file by scrolling.  That is, you use 
  1022.     the cursor  positioning keys  up, down,  left and  right to move the 
  1023.     display one  increment in  that direction.   For example,  press the 
  1024.     down  arrow  key  to  move  the  display  one line in the file, i.e. 
  1025.     display the next line in the file. 
  1026.  
  1027.  
  1028.     The PgDn and PgUp  cursor keys move the  display one full screen  in 
  1029.     either direction. 
  1030.  
  1031.  
  1032.     Rather than press the up and  down keys once for each line,  you may 
  1033.     use  continuous  scrolling.   Use  the  C  key  to toggle continuous 
  1034.     scrolling on or off.  The default is off.  When toggled on, pressing 
  1035.     the up or down arrow keys results in a moving display.  For example, 
  1036.     when  you  press  the  down  arrow,  the  next  line  of the file is 
  1037.     displayed automatically  every second,  or so.   It is  like holding 
  1038.     down the arrow key.  To stop the continuous scroll, press the  space 
  1039.     bar. 
  1040.  
  1041.  
  1042.     The speed of the continuous scroll can be adjusted by pressing the + 
  1043.     (plus) or - (minus) key while  the display is moving.  The plus  key 
  1044.     makes  the  display  move  faster,  and  the minus key makes it move 
  1045.     slower.  You can save the  speed value by using the  cloning command 
  1046.     (see Configuring LIST, Cloning, later on in this documentation.  The 
  1047.     speed is  independent of the computer speed and can be adjusted from 
  1048.     approximately 50 lines per minute to 1000 lines per minute. 
  1049.  
  1050.  
  1051.  
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065.  
  1066.  
  1067.  
  1068. Page  17                                                    LIST  User's Guide 
  1069. How to use LIST 
  1070. ______________________________________________________________________________
  1071.  
  1072. Scrolling 
  1073.  
  1074.  
  1075.         Summary of scrolling commands: 
  1076.  
  1077.  
  1078.             right arrow - move display right 10 columns 
  1079.             left arrow  - move display left 10 columns 
  1080.  
  1081.             down arrow  - display next line of file 
  1082.             up arrow    - display previous line of file 
  1083.  
  1084.             PgUp key    - display previous "page", 23 (or 41) lines back 
  1085.             PgDn key    - display next "page", 23 (or 41) lines ahead 
  1086.  
  1087.             C key       - turns continuous scrolling on or off 
  1088.  
  1089.             spacebar    - or any key, interrupts continuous scrolling 
  1090.  
  1091.             + (plus)    - makes continuous scroll incrementally faster 
  1092.             - (minus)   - makes continuous scroll slower 
  1093.  
  1094.  
  1095.  
  1096.  
  1097.  
  1098.  
  1099.  
  1100.  
  1101.  
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122. LIST  User's Guide                                                    Page  18 
  1123. How to use LIST 
  1124. ______________________________________________________________________________
  1125.  
  1126. Positioning to Lines 
  1127.  
  1128.  
  1129.     Each displayable line  of the file  is assigned a  line number.  The 
  1130.     first line is  assigned line number  1.  The highest  allowable line 
  1131.     number is 16 million. 
  1132.  
  1133.     In order to  determine the last  line number of  a file, the  entire 
  1134.     file must be  read.  For this  reason, the first  time that the  END 
  1135.     (bottom) command is issued, it will take longer to process.  This is 
  1136.     not necessary if  the file has  been completely read  (see the Alt-L 
  1137.     preloading option). 
  1138.  
  1139.     If the Wrap option is in  effect, there is one line number  required 
  1140.     for each 80 bytes of the file's records.  Thus, the line number does 
  1141.     not represent the actual number of lines in the file. 
  1142.  
  1143.     If  the  hex  dump  option  is  in  effect, there is one line number 
  1144.     required for  each 16  bytes of  the file.   For example, an 80-byte 
  1145.     line will be displayed as 5 lines. 
  1146.  
  1147.     You may position to a  specific line number by using  the Ctrl-Home, 
  1148.     or the # key.  When Ctrl-Home  is entered, you are prompted for  the 
  1149.     line number.   Enter the  line number.   The display  will now begin 
  1150.     with that line number at the top of the screen. 
  1151.  
  1152.     To position  forward or  backward, you  may use  the +  (plus), or - 
  1153.     (minus) keys.  You are prompted to  enter the number of lines to  be 
  1154.     skipped.  The display  resumes at the  line number shown  on the top 
  1155.     (status) line, plus or minus the number of lines that you specified. 
  1156.  
  1157.     When you change  a filter option,  such as Wrap,  the line numbering 
  1158.     changes.  An attempt is made  to retain the same file  position, but 
  1159.     the file may be repositioned at the top. 
  1160.  
  1161.     You may also reposition to the last "active" line by using the Alt-Y 
  1162.     bookmark command.   The last  active line  is one  displayed after a 
  1163.     Scan or Find command, or marked using the  Alt-M or  Alt-B commands, 
  1164.     or the line set by the Ctrl-Y bookmark command.  Up to ten book mark 
  1165.     lines may be saved by Ctrl-Y and recalled by Alt-Y 
  1166.  
  1167.  
  1168.  
  1169.  
  1170.  
  1171.  
  1172.  
  1173.  
  1174.  
  1175.  
  1176. Page  19                                                    LIST  User's Guide 
  1177. How to use LIST 
  1178. ______________________________________________________________________________
  1179.  
  1180. Positioning to Lines 
  1181.  
  1182.  
  1183.     Summary of positioning commands: 
  1184.  
  1185.  
  1186.         Ctrl-HOME, or #  - Prompts for exact line number to display 
  1187.  
  1188.         + (plus)         - Prompts for the number of lines to skip 
  1189.                            for positioning further ahead in the file 
  1190.  
  1191.         - (minus)        - Prompts for the number of lines to skip 
  1192.                            for positioning to an earlier line 
  1193.  
  1194.         Alt-Y            - Reposition to the last bookmark 
  1195.  
  1196.         Ctrl-Y           - Set new bookmark line number 
  1197.  
  1198.  
  1199.  
  1200.  
  1201.  
  1202.  
  1203.  
  1204.  
  1205.  
  1206.  
  1207.  
  1208.  
  1209.  
  1210.  
  1211.  
  1212.  
  1213.  
  1214.  
  1215.  
  1216.  
  1217.  
  1218.  
  1219.  
  1220.  
  1221.  
  1222.  
  1223.  
  1224.  
  1225.  
  1226.  
  1227.  
  1228.  
  1229.  
  1230. LIST  User's Guide                                                    Page  20 
  1231. How to use LIST 
  1232. ______________________________________________________________________________
  1233.  
  1234. Filtering 
  1235.  
  1236.  
  1237.     Filtering is the term used to describe the process that LIST uses to 
  1238.     format file data  for displaying on  a monitor.  After  data is read 
  1239.     from a file, it is  filtered.  The method of filtering  depends upon 
  1240.     the options in effect.   LIST is fastest with no filter options set. 
  1241.  
  1242.     For a typical  ASCII text file,  the filter removes  carriage return 
  1243.     and line feed characters, and expands TAB characters. 
  1244.  
  1245.     Because files  contain different  kinds of  data, there  are several 
  1246.     commands to  tell LIST  how to  display the  data.  The process that 
  1247.     LIST uses to make the  file data readable is called  filtering.  The 
  1248.     filters in LIST can: 
  1249.  
  1250.             o  replace non-text and control characters with blanks 
  1251.             o  expand TAB characters 
  1252.             o  display line drawing characters 
  1253.             o  change 8-bit (W*) data to readable 7-bit text ** 
  1254.             o  display the hexadecimal values for each character 
  1255.             o  remove "junk", such as control codes and backspaces 
  1256.  
  1257.            **  W* is an abbreviation for WordStar (tm) formatted files 
  1258.                which contain 'high-bit' characters. Using the '*' filter 
  1259.                makes these files easier to read. 
  1260.  
  1261.     LIST was designed primarily to display ASCII files;  that is,  files 
  1262.     which  contain  text,  and  not  binary  or  control  codes.    Text 
  1263.     characters, like A-Z and 0-9,  are in the 7-bit range.  Binary files 
  1264.     like .COM and .EXE files, contain the full range of 8-bit characters 
  1265.     and the  Alt-H (hex dump display)  command is available  for viewing 
  1266.     them. 
  1267.  
  1268.     Characters  above  127  (the  8-bit  range)  may  be  valid  graphic 
  1269.     characters, and may  be displayed if  the '8' command  is in effect. 
  1270.     To insure that characters above  ASCII value 127 are NOT  displayed, 
  1271.     use the '7' command to limit the display to characters in the  7-bit 
  1272.     range. 
  1273.  
  1274.  
  1275.  
  1276.  
  1277.  
  1278.  
  1279.  
  1280.  
  1281.  
  1282.  
  1283.  
  1284. Page  21                                                    LIST  User's Guide 
  1285. How to use LIST 
  1286. ______________________________________________________________________________
  1287.  
  1288. Filtering 
  1289.  
  1290.  
  1291.   Wrap Filter 
  1292.  
  1293.     The file is displayed with one logical record on each display  line: 
  1294.     usually 80 characters.  A logical record ends in a linefeed and  may 
  1295.     be up to 2048 characters long.   If a record  exceeds 80 characters, 
  1296.     you may view the portion beyond  the 80 columns by using the  scroll 
  1297.     right command, or by using  the Wrap feature.  The Wrap  (W) command 
  1298.     toggles ON or OFF the  wrapping of lines longer than  80 characters. 
  1299.     With Wrap on, lines are  displayed in their entirety, 80  characters 
  1300.     per  display  line.   The  scroll  left  (arrow)  and  right (arrow) 
  1301.     functions are disabled when Wrap is ON. 
  1302.  
  1303.  
  1304.   Hi-bit Filter 
  1305.  
  1306.     The 7,  8, and  * (asterisk)  commands determine  whether characters 
  1307.     above  ASCII-127  are  displayed.   If  the  hi-bit option is off (7 
  1308.     command), the filter strips the high order bit from each  character. 
  1309.     If the hi-bit  option is on  (8 command), all  characters, including 
  1310.     graphic characters above ASCII-127, are displayed. 
  1311.  
  1312.  
  1313.   Star Filter 
  1314.  
  1315.     The  star  (*  or  asterisk)  command displays only ASCII characters 
  1316.     below 128 (x'80'), but treats the special characters x'8A' and x'8D' 
  1317.     as  line-feed  and  carriage-return  control  characters.  Any other 
  1318.     characters above 127 are treated as spaces, and control codes  below 
  1319.     ASCII-26 are replaced by blanks. 
  1320.  
  1321.  
  1322.   Junk Filter 
  1323.  
  1324.     The  Alt-J  command  toggles  the  "junk"  filter which insures that 
  1325.     carriage  returns  in  the  file  also  result in a new line.  Also, 
  1326.     backspace  characters  result  in  "backing  up"  the display by one 
  1327.     position.   This   allows  more   readability  of   files  that  use 
  1328.     backspacing to emphasize, or over-write, characters. 
  1329.  
  1330.  
  1331.  
  1332.  
  1333.  
  1334.  
  1335.  
  1336.  
  1337.  
  1338. LIST  User's Guide                                                    Page  22 
  1339. How to use LIST 
  1340. ______________________________________________________________________________
  1341.  
  1342. Filtering 
  1343.  
  1344.  
  1345.   Hex Format Filter 
  1346.  
  1347.     The hex  dump option  (Alt-H) causes  the filtering  to reformat the 
  1348.     file data into a DEBUG-like  display format.  The largest file  that 
  1349.     can be displayed in Hex is 4 million bytes. 
  1350.  
  1351.     An attempt is made to  retain the file position when  switching from 
  1352.     normal to  hex-dump display,  but due  to filtering  changing record 
  1353.     lengths, the hex display may begin before the current record. 
  1354.  
  1355.   Tab expansion filter 
  1356.  
  1357.     The tab expansion option (Alt-T) cause LIST to insert spaces into a 
  1358.     a line.  The default tab expansion interval is eight spaces resulting 
  1359.     in placing non-blank data in columns 1, 9, 17, 25, etc.  The Ctrl-I 
  1360.     command can be used to change the tab interval from 1 to 99. 
  1361.  
  1362.     Summary of filtering commands: 
  1363.  
  1364.         8       show all characters as-is 
  1365.         7       strip the hi-bit from each character 
  1366.         *       use the star filter to remove control characters 
  1367.                 and some special word processor characters 
  1368.  
  1369.         Alt-J   use the "junk" filter 
  1370.         Alt-H   use the "hex" filter to display in hex dump format 
  1371.         Alt-T   expand TAB control characters 
  1372.         Alt-W   wrap long lines to fit on screen 
  1373.  
  1374.         Ctrl-I  define TAB interval 
  1375.  
  1376.  
  1377.  
  1378.  
  1379.  
  1380.  
  1381.  
  1382.  
  1383.  
  1384.  
  1385.  
  1386.  
  1387.  
  1388.  
  1389.  
  1390.  
  1391.  
  1392. Page  23                                                    LIST  User's Guide 
  1393. How to use LIST 
  1394. ______________________________________________________________________________
  1395.  
  1396. Scanning for text 
  1397.  
  1398.  
  1399.     There are three ways  to initiate a search  for text.  First is  the 
  1400.     Find (\ or F) command.  Use this command to search for text  without 
  1401.     regard to the case (upper or  lower) of the letters.  Second is  the 
  1402.     Scan (/ or S) command.  Use  this command to search an exact  match. 
  1403.     That is, the search is case-sensitive. 
  1404.  
  1405.     The third way to initiate a  search for text is with the  /F command 
  1406.     line switch.  With it, you supply  the text to search for, and  LIST 
  1407.     begins the search before displaying the file, and before asking  for 
  1408.     commands.  The search continues  through all selected files  until a 
  1409.     match is found, or the last file has been searched.  This search  is 
  1410.     case-insensitive. 
  1411.  
  1412.     Each search begins at  the line displayed on  the top of the  screen 
  1413.     and proceeds in a forward direction until the end of file.  You  may 
  1414.     start a search that goes backwards rather than forwards by using the 
  1415.     ` (left quote) key instead of Find (\), or by using ' (right  quote) 
  1416.     instead of Scan (/). 
  1417.  
  1418.     To enter the Scan search text, type a slash (/) followed by up to 31 
  1419.     characters.  The Scan  text is displayed  on the command  line.  The 
  1420.     Scan is  case-sensitive.   That is,  lower case  Scan text will only 
  1421.     match lower case file text. 
  1422.  
  1423.     While the program is searching for the text, the bottom display line 
  1424.     is changed to say "Looking".   Pressing ANY key while the  search is 
  1425.     in progress will terminate the search and display the message  'Text 
  1426.     not found' on the bottom line. 
  1427.  
  1428.     If the  text is  found, the  line containing  it is  displayed as  a 
  1429.     high-intensity line (bright color) in  the middle of the screen. The 
  1430.     search text is displayed in reverse video colors on the  highlighted 
  1431.     line.  The line where the  found text  is displayed  depends on  the 
  1432.     setting of the "Find Row" (see Configuration section). 
  1433.  
  1434.     The display is scrolled left or right, as needed, so that the  found 
  1435.     text is visible. 
  1436.  
  1437.     If the text is  NOT found, the command  line is changed to  say '*** 
  1438.     Text not found ***', and the rest of the display remains unchanged. 
  1439.  
  1440.     To  find  the  next  occurrence  of  the  same  text, use the A)gain 
  1441.     command, or press the  F3 key.  If you  wish to continue the  search 
  1442.     through all of the remaining files, use the Alt-A command.  To  find 
  1443.     the previous occurrence, press the F9 key. 
  1444.  
  1445.  
  1446. LIST  User's Guide                                                    Page  24 
  1447. How to use LIST 
  1448. ______________________________________________________________________________
  1449.  
  1450. Scanning for text 
  1451.  
  1452.     If the a keyboard enhancement  program, such as PCED, is  installed, 
  1453.     the up/down cursor  keys may be  used to recall  and edit previously 
  1454.     entered Scan/Find text. 
  1455.  
  1456.     In  a  shared  file  environment,  if  the  file changes while being 
  1457.     listed, the file position may become invalid.  Use the HOME  command 
  1458.     to  insure  proper  file  synchronization,  or  use the Alt-S (share 
  1459.     files) command again. 
  1460.  
  1461.  
  1462.  
  1463.     Summary of scanning commands: 
  1464.  
  1465.  
  1466.            / or S     Scan for text with exact match 
  1467.  
  1468.            v or '     Scan for text going backwards 
  1469.  
  1470.  
  1471.            \ or F     Find text with case-insensitive search 
  1472.  
  1473.            ^ or `     Find case-insensitive text going backwards 
  1474.  
  1475.  
  1476.            F3 or A    Find next occurrence of text 
  1477.  
  1478.            F9         Find previous occurrence of text 
  1479.  
  1480.  
  1481.  
  1482.            Alt-A      Scan for next occurrence of the text, and continue 
  1483.                       on to the next file until the text is found 
  1484.  
  1485.  
  1486.  
  1487.  
  1488.  
  1489.  
  1490.  
  1491.  
  1492.  
  1493.  
  1494.  
  1495.  
  1496.  
  1497.  
  1498.  
  1499.  
  1500. Page  25                                                    LIST  User's Guide 
  1501. How to use LIST 
  1502. ______________________________________________________________________________
  1503.  
  1504. Marking and Extracting Lines 
  1505.  
  1506.  
  1507.     There are two ways that lines can be extracted from a file: 
  1508.  
  1509.  
  1510.               o  with the P (print) and Alt-P (print marked) commands, 
  1511.               o  with the Alt-D (dump data) and Alt-O commands. 
  1512.  
  1513.  
  1514.     The  lines  to  be  extracted  are  either  the current lines on the 
  1515.     screen,  or  lines  that  you  have  marked with the Alt-M and Alt-B 
  1516.     commands,  or  a line found by the Find or Scan commands. 
  1517.  
  1518.  
  1519.     To mark  lines, you  use either  the Alt-M  or Alt-B  commands.  The 
  1520.     Alt-M command marks the top line on the screen, and Alt-B marks  the 
  1521.     bottom line on the screen.  You  can use either or both commands  to 
  1522.     mark the  starting and  ending lines  (in the  range of  lines to be 
  1523.     extracted).  The marked lines are displayed in reverse video. 
  1524.  
  1525.     After you have marked  a range of lines,  you use the Alt-P  (print) 
  1526.     command to print all of the marked lines.  Or, you can use the Alt-D 
  1527.     (dump  data)  command  to  write  those  lines to a file.  The Alt-D 
  1528.     command asks you for a file name.  If the file does not exist, a new 
  1529.     one is created.  If the file already exists, the extracted lines are 
  1530.     added (appended) to the file.  If no lines are marked, Alt-D  either 
  1531.     writes the current line (top line) or the highlighted line  that was 
  1532.     found by the Find or Scan commands. 
  1533.  
  1534.     For example, you would like to have LIST filter out all of the  junk 
  1535.     in a file, and then write a  new file.  To do this, you might  enter 
  1536.     the following sequence of commands: 
  1537.  
  1538.  
  1539.                 list TESTDATA           ... display your TESTDATA file 
  1540.                 Alt-J                   ... filters out the junk 
  1541.                 Alt-M                   ... marks line 1 (top line) 
  1542.                 END                     ... positions to end of file 
  1543.                 Alt-B                   ... marks the bottom line 
  1544.                                                      (last line) 
  1545.                 Alt-D                   ... dumps data to a file 
  1546.                 TESTDATE.NEW            ... you enter the new file name 
  1547.                 Alt-X                   ... quit and return to DOS 
  1548.  
  1549.  
  1550.     Once you have marked  a range of lines,  use of Alt-M or  Alt-B does 
  1551.     not reset the entire line range.  The first or last marked line  may 
  1552.     change,  but  both  do  not  change.   Using  Alt-M again expands or 
  1553.  
  1554. LIST  User's Guide                                                    Page  26 
  1555. How to use LIST 
  1556. ______________________________________________________________________________
  1557.  
  1558. Marking and Extracting Lines 
  1559.  
  1560.     contracts the range appropriately.  If the new line for  Alt-M/Alt-B 
  1561.     is before the top mark, the top  mark is moved.  If the new line  is 
  1562.     after the bottom mark, the bottom mark is changed.  If the new  line 
  1563.     is within  the currently  marked range,  Alt-M moves  the top mark - 
  1564.     contracts the range - and Alt-B moves the bottom mark. 
  1565.  
  1566.  
  1567.     If no lines are marked, but there is a "found" line on the screen as 
  1568.     the result of a search by Scan or Find, Alt-D  and Alt-O  will write 
  1569.     the found line to the file. 
  1570.  
  1571.  
  1572.     Use the Alt-U command to unmark lines, especially after Alt-D (dump) 
  1573.     to be sure. 
  1574.  
  1575.  
  1576.  
  1577.  
  1578.  
  1579.  
  1580.  
  1581.  
  1582.  
  1583.  
  1584.  
  1585.  
  1586.  
  1587.  
  1588.  
  1589.  
  1590.  
  1591.  
  1592.  
  1593.  
  1594.  
  1595.  
  1596.  
  1597.  
  1598.  
  1599.  
  1600.  
  1601.  
  1602.  
  1603.  
  1604.  
  1605.  
  1606.  
  1607.  
  1608. Page  27                                                    LIST  User's Guide 
  1609. How to use LIST 
  1610. ______________________________________________________________________________
  1611.  
  1612. Printing 
  1613.  
  1614.  
  1615.     The file may be PRINTed as it is displayed, in its entirety, or from 
  1616.     a range of lines that you  mark.  If the printer is not  online, you 
  1617.     will receive an error message, and nothing will be printed. 
  1618.  
  1619.  
  1620.     The P command  toggles the printer  on or off.   When first entered, 
  1621.     the P command causes the current screen to be printed.  As new lines 
  1622.     are displayed, they too are printed.  For example, pressing the down 
  1623.     arrow will display and print the next line of the file. 
  1624.  
  1625.  
  1626.     Printing may be  stopped by entering  another P command.   The PrtSc 
  1627.     key may also be used, but the title and prompt lines will be printed 
  1628.     with the lines of the file.  Empty lines cause a line to be  skipped 
  1629.     on the  printer.  The  capital letter  P is  displayed on the status 
  1630.     line while printing if the bottom line is set to show TOGGLES. 
  1631.  
  1632.  
  1633.     The Ctrl-P command prints the file in its entirety. 
  1634.  
  1635.  
  1636.     The Ctrl-F command  sends a form  feed to the  printer.  The printer 
  1637.     defaults to the LPT1 or PRN device. 
  1638.  
  1639.  
  1640.     The Alt-P command prints only lines that have been marked. 
  1641.  
  1642.  
  1643.  
  1644.  
  1645.  
  1646.  
  1647.  
  1648.  
  1649.  
  1650.  
  1651.  
  1652.  
  1653.  
  1654.  
  1655.  
  1656.  
  1657.  
  1658.  
  1659.  
  1660.  
  1661.  
  1662. LIST  User's Guide                                                    Page  28 
  1663. How to use LIST 
  1664. ______________________________________________________________________________
  1665.  
  1666. Displaying multiple files 
  1667.  
  1668.  
  1669.     You can display more than one  file at a time.  LIST keeps  track of 
  1670.     up to 32 files at a  time.  You supply the filenames in  the command 
  1671.     line,  through  the  Alt-F  (get  new filespec) command, through the 
  1672.     Alt-I  (insert  filespec)  command,  and  through  the  Alt-V   file 
  1673.     selection menu.  The  Alt-F  command is disabled whe viewing a piped 
  1674.     file. 
  1675.  
  1676.     You  can  specify  up  to  16  filespecs  on the command line.  Each 
  1677.     filespec can contain wildcards.  Thus, several files can be selected 
  1678.     via the command line.  For example, 
  1679.  
  1680.                           LIST *.DOC  *.TXT 
  1681.  
  1682.     will display all files with an extension of DOC and TXT. 
  1683.  
  1684.     To display the next file, you use the Q or Ctrl-PgDn command.   When 
  1685.     the last file has been displayed, you can exit LIST by using the  X, 
  1686.     F10, ESCape, or Alt-X commands, depending on how you want the screen 
  1687.     to look when LIST ends. 
  1688.  
  1689.     To display  the previous  file,  you use the Z or Ctrl-PgUp (control 
  1690.     and PgUp keys together).  The 1 command  restarts the  displaying of 
  1691.     files  with the first file.  LIST  can keep  track of up to 32 files 
  1692.     at one time.  The line number for each file is remembered. 
  1693.  
  1694.  
  1695.     The Alt-F asks you for a new  file name, and you may enter a  simple 
  1696.     file name, or  one that includes  wild cards.  These  new file names 
  1697.     are added to the table of filenames that LIST keeps.  Thus, you  can 
  1698.     use Alt-F for several different filenames, and use the Ctrl-PgDn and 
  1699.     Ctrl-PgUp commands to move among them. 
  1700.  
  1701.     The Alt-I command  allows you to  select a filespec  that is in  the 
  1702.     file you are  viewing.  You position  the cursor to  the filespec on 
  1703.     the  screen,  and  press  enter  to  add  it to the list of files to 
  1704.     display. 
  1705.  
  1706.     The Alt-V command displays a list of file in the current  directory. 
  1707.     You move the cursor  to a file that  you want to display,  and press 
  1708.     enter to add that file to the list. 
  1709.  
  1710.  
  1711.  
  1712.  
  1713.  
  1714.  
  1715.  
  1716. Page  29                                                    LIST  User's Guide 
  1717. How to use LIST 
  1718. ______________________________________________________________________________
  1719.  
  1720. Displaying multiple files 
  1721.  
  1722.  
  1723.     Summary of file review commands: 
  1724.  
  1725.         Q               - display next file, if any 
  1726.         Z               - display previous file 
  1727.         1               - display first selected file 
  1728.  
  1729.         Ctrl-PgUp       - display previous file 
  1730.  
  1731.         Ctrl-PgDn       - display next file 
  1732.  
  1733.         1               - restart displaying with first file 
  1734.  
  1735.         Alt-F           - prompt for new filename or filespec to display 
  1736.  
  1737.         Alt-I           - insert a filespec that is displayed 
  1738.  
  1739.         Alt-V           - select a file from a menu 
  1740.  
  1741.  
  1742.  
  1743.  
  1744.  
  1745.  
  1746.  
  1747.  
  1748.  
  1749.  
  1750.  
  1751.  
  1752.  
  1753.  
  1754.  
  1755.  
  1756.  
  1757.  
  1758.  
  1759.  
  1760.  
  1761.  
  1762.  
  1763.  
  1764.  
  1765.  
  1766.  
  1767.  
  1768.  
  1769.  
  1770. LIST  User's Guide                                                    Page  30 
  1771. How to use LIST 
  1772. ______________________________________________________________________________
  1773.  
  1774. Windows 
  1775.  
  1776.  
  1777.     LIST can  display data  in one  or two  parts of  the screen  called 
  1778.     windows.   The  Alt-W  command  toggles  this  split  screen   mode. 
  1779.     Entering Alt-W while the screen  is split restores the display  to a 
  1780.     single, full sized display. 
  1781.  
  1782.  
  1783.     In the regular version, the screen is split in the middle.  The  top 
  1784.     half of the screen remains the same, and the bottom half becomes the 
  1785.     part of the screen where files are displayed.  Thus, the top  window 
  1786.     becomes a scratch pad. 
  1787.  
  1788.  
  1789.     In the LIST PLUS version, you are allowed to split the screen at any 
  1790.     point.  After entering Alt-W, you  are asked to position the  cursor 
  1791.     to the spot where the screen  will be split.  By placing the  cursor 
  1792.     in column 1, you can adjust how  many lines will be used by the  top 
  1793.     and bottom windows.  This would  be a vertical, or one  window above 
  1794.     the other, split. 
  1795.  
  1796.     By positioning the cursor to the top line with the HOME key, you can 
  1797.     then use the left  and right arrow keys  to adjust how wide  each of 
  1798.     the windows is to be.   This would be a horizontal,  or side-by-side 
  1799.     split. 
  1800.  
  1801.     You may display  a different file  in each window,  and move between 
  1802.     them.  You use the Ctrl-V command  to switch from one window to  the 
  1803.     other.  You may also use the Review commands to display a  different 
  1804.     file in the second window.   The Ctrl-V command has no effect unless 
  1805.     you are  viewing two  or more  files, i.e. a different  file in each 
  1806.     window. 
  1807.  
  1808.     Each window uses different colors.   You can use the color  commands 
  1809.     to set the colors that you  like, and then use the Alt-C  command to 
  1810.     save them. 
  1811.  
  1812.  
  1813.  
  1814.  
  1815.  
  1816.  
  1817.  
  1818.  
  1819.  
  1820.  
  1821.  
  1822.  
  1823.  
  1824. Page  31                                                    LIST  User's Guide 
  1825. How to use LIST 
  1826. ______________________________________________________________________________
  1827.  
  1828. Telephone dialer 
  1829.  
  1830.  
  1831.     LIST has a simple telephone dialer function.  It allows you to point 
  1832.     to a telephone number that is  displayed on the screen, and to  send 
  1833.     dialing commands to your modem on COM1. 
  1834.  
  1835.  
  1836.     You use the  Ctrl-T command to  start the dialer.   You position the 
  1837.     cursor, with the arrow  keys, to the start  of the phone number  and 
  1838.     press enter.  The phone number  may contain any character, but  must 
  1839.     end with a blank.  If a  highlighted line is displayed on the screen 
  1840.     as a result of Find or Scan, the cursor is  initially placed  at the 
  1841.     found text. 
  1842.  
  1843.     If the phone rings, you may pick up your telephone.  Otherwise,  you 
  1844.     may press <enter> to return to viewing the file, <spacebar> to  dial 
  1845.     the number again, or ESCape to hang up and stop dialing. 
  1846.  
  1847.  
  1848.     The Ctrl-H command hangs up the telephone. 
  1849.  
  1850.  
  1851.     If you are using a communications  port other than  COM1:,  see  the 
  1852.     file DIALER.PAT for  information on  changing LIST  to use  COM2: or 
  1853.     another COM port. 
  1854.  
  1855.  
  1856.  
  1857.  
  1858.  
  1859.  
  1860.  
  1861.  
  1862.  
  1863.  
  1864.  
  1865.  
  1866.  
  1867.  
  1868.  
  1869.  
  1870.  
  1871.  
  1872.  
  1873.  
  1874.  
  1875.  
  1876.  
  1877.  
  1878. LIST  User's Guide                                                    Page  32 
  1879. DOS considerations 
  1880. ______________________________________________________________________________
  1881.  
  1882.  
  1883. File Sharing 
  1884.  
  1885.     LIST uses two techniques for allowing you to share files with  other 
  1886.     processes, such as programs running under multi-tasking systems,  in 
  1887.     other windows, or on networks. 
  1888.  
  1889.     The first technique is called  "file closing" and is enabled  by the 
  1890.     Alt-S commands.  This forces LIST to close the viewed file unless it 
  1891.     needs to  read from  the file.   If enough  memory is available, the 
  1892.     entire file  may be  loaded once  and thus  leave the  file free for 
  1893.     exclusive access by other processes. 
  1894.  
  1895.     The second technique is called "file sharing".  It is a function  of 
  1896.     DOS and requires  DOS version 3.0  or later.  LIST  opens the viewed 
  1897.     files with a DENY NONE request.  This allows other processes to read 
  1898.     and write to the  file if they do  not request exclusive use  of the 
  1899.     file.  If a file  is not available to  LIST because it is  locked by 
  1900.     another process, you will receive the error message "File not found" 
  1901.     or "Access denied".  There is  no command to enable or  disable this 
  1902.     method of file sharing.  It is implicit with the use of DOS  version 
  1903.     3 and later. 
  1904.  
  1905.  
  1906.  
  1907. Invoking DOS Commands 
  1908.  
  1909.     If the "goto DOS" option is enabled, you may invoke DOS commands  by 
  1910.     using the Alt-G command.  LIST reserves about 60k of memory for  its 
  1911.     own use.  This increases LIST's memory requirements to approximately 
  1912.     96k when using Alt-G.  The remaining memory is available to the  DOS 
  1913.     commands.  Alt-G  clears  the  screen and  invokes  the  DOS command 
  1914.     processor. 
  1915.  
  1916.     After you  have finished  entering DOS  commands, use  the DOS  EXIT 
  1917.     command to return to LIST. 
  1918.  
  1919.     To disable the "goto DOS" function, you must use DEBUG to alter  the 
  1920.     option  byte  described  in  the  section  about  cloning.   With it 
  1921.     disabled, LIST requires less memory, about 66K. 
  1922.  
  1923.  
  1924.  
  1925.  
  1926.  
  1927.  
  1928.  
  1929.  
  1930.  
  1931.  
  1932. Page  33                                                    LIST  User's Guide 
  1933. DOS considerations 
  1934. ______________________________________________________________________________
  1935.  
  1936.  
  1937.  
  1938. Screen Saving 
  1939.  
  1940.     If the screen saving option  is enabled, LIST saves the  contents of 
  1941.     the current  display screen  when it  starts.  You  can restore  the 
  1942.     original screen by exiting LIST with the Alt-X command. 
  1943.  
  1944.     Screen  saving  requires  approximately  10k  more  memory.  This is 
  1945.     sufficient to save  60 lines of  80 characters (EGA  8x6 mode).  See 
  1946.     the section about Configuring LIST and cloning for information about 
  1947.     enabling and disabling the screen saving feature. 
  1948.  
  1949.     The  Alt-N command toggles the screen saving feature.  Its status is 
  1950.     not displayed on the bottom Line.  The small version is the only one 
  1951.     which defaults to disabling screen saving. 
  1952.  
  1953.  
  1954.  
  1955.  
  1956.  
  1957.  
  1958.  
  1959.  
  1960.  
  1961.  
  1962.  
  1963.  
  1964.  
  1965.  
  1966.  
  1967.  
  1968.  
  1969.  
  1970.  
  1971.  
  1972.  
  1973.  
  1974.  
  1975.  
  1976.  
  1977.  
  1978.  
  1979.  
  1980.  
  1981.  
  1982.  
  1983.  
  1984.  
  1985.  
  1986. LIST  User's Guide                                                    Page  34 
  1987. File Selection Menu 
  1988. ______________________________________________________________________________
  1989.  
  1990. LIST PLUS Display 
  1991.  
  1992.  
  1993.     LIST PLUS has several new functions that greatly enhance the  things 
  1994.     that you can do.  If you load the file  LIST.COM (LIST PLUS) with no 
  1995.     file specification, you would see something like this: 
  1996.  
  1997.  
  1998. ┌──────────────────────────────────────────────────────────────────────┐ 
  1999. │ LIST - File Selection        1 of 40      Path: C:\*.*               │ 
  2000. └──────────────────────────────────────────────────────────────────────┘ 
  2001.  ^..         ░            ░ 
  2002.  vWPW        ░WPSMALL .DRS░ 
  2003.  vMAIN       ░            ░ 
  2004.  vWORK       ░            ░ 
  2005.  CONVERT .EXE░WPWSTAR .HLP░ 
  2006.  STANDARD.PRS░WP}WP{  .TV1░ 
  2007.  WP      .EXE░STORY   .DOC░ 
  2008.  WP      .FIL░FINDER  .LTR░ 
  2009.  WP      .MRS░            ░ 
  2010. ┌──────────────────────────────────────────────────────────────────────┐ 
  2011. │ List  Copy  Del Edit  Move  Path  Ren Sort Viewarc  1-6 up  F10=Exit │ 
  2012. └──────────────────────────────────────────────────────────────────────┘ 
  2013.  
  2014.  
  2015.     Note that the Command Line contains the following choices: 
  2016.  
  2017.        LIST, COPY, DEL, EDIT, MOVE, PATH, RENAME, VIEWARC, SORT, 1-6 up 
  2018.  
  2019.     Each of these commands may be executed from within LIST PLUS and are 
  2020.     described below. 
  2021.  
  2022.  
  2023.  
  2024.  
  2025.  
  2026.  
  2027.  
  2028.  
  2029.  
  2030.  
  2031.  
  2032.  
  2033.  
  2034.  
  2035.  
  2036.  
  2037.  
  2038.  
  2039.  
  2040. Page  35                                                    LIST  User's Guide 
  2041. File Selection Menu 
  2042. ______________________________________________________________________________
  2043.  
  2044. LIST PLUS Display 
  2045.  
  2046.  
  2047.  
  2048. Movement Keys 
  2049.  
  2050.     Use the arrow keys to move  the cursor to a filename.  The  filename 
  2051.     at  the  cursor  is  highlighted.   The  other  cursor  and filename 
  2052.     selection keys are: 
  2053.  
  2054.          PgDn            - displays the next page of files 
  2055.          PgUp            - displays the previous page of files 
  2056.  
  2057.          HOME            - positions to the first filename 
  2058.                            on the screen 
  2059.          END             - positions to the last filename 
  2060.                            on the screen 
  2061.  
  2062.          Ctrl-HOME       - positions to the first filename 
  2063.          Ctrl-END        - positions to the last filename 
  2064.  
  2065.          F1              - displays a Help screen 
  2066.          F10             - exits to DOS in new directory 
  2067.          ESCape          - exits to DOS in the original directory 
  2068.          Q               - returns to viewing the last file, or 
  2069.                            returns to the File Selection menu 
  2070.          X               - exits to DOS in the new directory, 
  2071.                            this is the directory in which LIST is 
  2072.                            currently operating 
  2073.          Alt-C           - save settings (clone LIST.COM) 
  2074.          Alt-X           - exits to DOS and displays the screen as 
  2075.                            it was before LIST was used 
  2076.          Alt-Z or /      - toggles bottom line display from a menu 
  2077.           or F3            command line to a statistics line: 
  2078.  
  2079.     To position quickly to a give filename, press the shift key and the 
  2080.     first letter of the filename at the same time. For example, to move 
  2081.     the cursor to the filename LIST.COM, press shift-L. 
  2082.  
  2083. ┌───────────────────────────────────────────────────────────────────────┐ 
  2084. │ Files: 59   Used: 2367312   Free 1616912  F3=Menu F1=Help F10=Exit │ 
  2085. └───────────────────────────────────────────────────────────────────────┘ 
  2086.  
  2087.  
  2088.  
  2089.  
  2090.  
  2091.  
  2092.  
  2093.  
  2094. LIST  User's Guide                                                    Page  36 
  2095. File Selection Menu 
  2096. ______________________________________________________________________________
  2097.  
  2098. LIST PLUS Display 
  2099.  
  2100.  
  2101. Changing Directories 
  2102.  
  2103.     Any subdirectories contained  in the current  directory will have  a 
  2104.     down arrow  next to  them.  If  you highlight  one of  these and hit 
  2105.     Enter you will go to that directory.  If the directory that you  are 
  2106.     in  is  a  subdirectory  itself,  there  will  be an up arrow .. and 
  2107.     selecting this will take you  up.  Thus, you can easily  move around 
  2108.     your hard disk from within LIST! 
  2109.  
  2110.  
  2111. List file 
  2112.  
  2113.     This invokes LIST just as  you would from DOS. Simply  highlight the 
  2114.     file that you wish to view, enter a carriage return, and you will be 
  2115.     in LIST looking  at the selected  file.  When you  are finished, you 
  2116.     may escape back to the original screen, with all of its options. 
  2117.  
  2118.     You may also open  a window and then,  using the Alt-V command,  get 
  2119.     another  file  directory  and  select  another  file to view.  Using 
  2120.     Alt-W, you can load more than two files. 
  2121.  
  2122.  
  2123. Copy file 
  2124.  
  2125.     This  function  allows  you  to  copy  the  selected  file  to a new 
  2126.     subdirectory.  Highlight the file you want to copy and press  ENTER. 
  2127.     You will be  prompted  for the  new  path to  which you want to copy 
  2128.     the selected file.  Enter  the path,  press ENTER,  and the  file is 
  2129.     copied to the directory you indicated. 
  2130.  
  2131.  
  2132. Delete file 
  2133.  
  2134.     Allows  you  to  delete  any  file  in  the current directory.  Just 
  2135.     highlight the file you want to delete and press D and ENTER. You will 
  2136.     then be prompted  to make sure  that you want  to delete this  file. 
  2137.     Enter Y if you do, and N if you do not. 
  2138.  
  2139.  
  2140. Edit file 
  2141.  
  2142.     Invokes the EDIT program for the selected file.  If you do not have 
  2143.     an editor called  EDIT,  create a batch file called EDIT.BAT  which 
  2144.     calls your editor with the parameters that you like. For example, 
  2145.  
  2146.                    peii %1 /pc:\pe2.pro /q 
  2147.  
  2148. Page  37                                                    LIST  User's Guide 
  2149. File Selection Menu 
  2150. ______________________________________________________________________________
  2151.  
  2152. LIST PLUS Display 
  2153.  
  2154.  
  2155. Invoke file 
  2156.  
  2157.     Executes the selected file if it has an extension of .BAT, .COM, or 
  2158.     .EXE.  LIST reserves about 80k of memory and leaves the rest for use 
  2159.     by the executed program. The I command is not listed on the menu. To 
  2160.     cancel the command, press enter at the "Options:" prompt. Otherwise, 
  2161.     supply at least one space for the program options. 
  2162.  
  2163.  
  2164. Move file 
  2165.  
  2166.     Move  any  file  in  the  current  directory to any other directory. 
  2167.     Select the file that you want to move by highlighting it and hitting 
  2168.     ENTER.  You will then  be prompted for a  new path.  Enter the  path 
  2169.     and the file is moved to it's new location. 
  2170.  
  2171.  
  2172. Path changing 
  2173.  
  2174.     This function allows  you to switch  to ANY other  directory on your 
  2175.     system without having to exit LIST!  Enter 'P' for Path, and type in 
  2176.     the full path of the directory that you would like to change to, for 
  2177.     example: C:\DNLD.  You will find yourself in the selected  directory 
  2178.     and still within LIST.  The "\" character may also be used to change 
  2179.     to another drive and/or directory. 
  2180.  
  2181.  
  2182. Rename 
  2183.  
  2184.     Using  this  function  you  can  rename  any  file  in  the  current 
  2185.     directory.  Highlight the  file that you  want to rename.   You will 
  2186.     then be prompted for  the new file name.   After you have entered  a 
  2187.     new file name,  you will be  prompted to make  sure that you  really 
  2188.     want to rename this file.  If so, then respond with a 'Y'; if you've 
  2189.     changed  your  mind,  just  answer  with  an  'N'  and  the renaming 
  2190.     procedure will be abandoned. 
  2191.  
  2192.  
  2193. Sort filenames 
  2194.  
  2195.     Allows you to sort the files in the current directory by file  name, 
  2196.     extension, date, or size.  Once you have completed the operation you 
  2197.     will find yourself back at the menu screen of LIST. The sort methods 
  2198.     include F (by filename), E (by extension), D (by date), S (by size), 
  2199.     and N (no sort).  You  may add a  minus sign  to the  sort method to 
  2200.     sort in descending, rather than ascending, order. 
  2201.  
  2202. LIST  User's Guide                                                    Page  38 
  2203. File Selection Menu 
  2204. ______________________________________________________________________________
  2205.  
  2206. LIST PLUS Display 
  2207.  
  2208.  
  2209. 1-9 up display 
  2210.  
  2211.     This function lets you set the display to anywhere from 1 to 9  file 
  2212.     names per line.   In subdirectories with  few numbers of  files, you 
  2213.     will begin to see not only file name, but file size, date, time, and 
  2214.     attributes as well.  You can customize this to suit your tastes. The 
  2215.     1-up display includes a display of the file attributes. These are: 
  2216.  
  2217.              A - archive bit is on, the file is unchanged 
  2218.              H - the file is hidden 
  2219.              R - the file is marked read-only 
  2220.              S - the file is a system file 
  2221.  
  2222.  
  2223. ViewArc 
  2224.  
  2225.     This function will let you  view the directory of an  archive (.ARC, 
  2226.     .ZIP, etc.) file, or self-extracting .COM and .EXE archive files. 
  2227.  
  2228.     After you have viewed the desired file's directory, press ESCape  to 
  2229.     return to the  file selection menu,  or use the  Alt-I (insert file) 
  2230.     command to display a file within the archive file. 
  2231.  
  2232.     The directory listing is written to a temporary file in  the current 
  2233.     directory and is called  FVFVFVFV.FV$.  You may  tell LIST  to place 
  2234.     the  temporary  file elsewhere  by setting  an  environment variable 
  2235.     called LIST.  For example, to place all ViewArc and  Alt-I extracted 
  2236.     temporary files on drive D in the subdirectory called TEMP,  use the 
  2237.     DOS SET command prior to invoking LIST: 
  2238.  
  2239.                      SET LIST=D:\TEMP 
  2240.  
  2241.             To view  archive directories,  the program  FV.COM is 
  2242.             required.  It must be located in a directory included 
  2243.             in your DOS PATH. 
  2244.  
  2245.  
  2246.             To display files within an ARChive file, the  program 
  2247.             ARCE.COM is required. It must be in your DOS PATH. For 
  2248.             ZIP files, the program PKUNZIP  must  be in your PATH. 
  2249.  
  2250.             Files with a .COM or .EXE extension are assumed to be 
  2251.             self-extracting LHARC (.LZH) files. 
  2252.  
  2253.  
  2254.  
  2255.  
  2256. Page  39                                                    LIST  User's Guide 
  2257. Command key summary 
  2258. ______________________________________________________________________________
  2259.  
  2260. Cursor keys 
  2261.  
  2262.  
  2263.         Cursor key      Function 
  2264.         -----------     ----------------------------------------------- 
  2265.  
  2266.         left arrow      scroll left 10 columns 
  2267.         right arrow     scroll right 10 columns 
  2268.  
  2269.         up arrow        up one (previous) line 
  2270.         down arrow      down one (next) line 
  2271.  
  2272.         Enter           continue to next page 
  2273.  
  2274.         END             position to end of file (bottom) 
  2275.  
  2276.         ESCape          Exit program unconditionally 
  2277.  
  2278.         HOME            restart from first line (top) 
  2279.  
  2280.         PgUp            scroll up one page, 23 lines 
  2281.         PgDn            scroll down one page, 23 lines 
  2282.  
  2283.  
  2284. F- function keys 
  2285.  
  2286.    Function key    Function 
  2287.    ------------    --------------------------------------------------- 
  2288.  
  2289.     F1             Displays the HELP screen 
  2290.  
  2291.     F3             Find NEXT occurrence of text after Scan or Find 
  2292.  
  2293.     F9             Find the PREVIOUS occurrence of text 
  2294.  
  2295.     F10            Exit to DOS 
  2296.  
  2297.     For changing display colors: 
  2298.  
  2299.     F2             Change background color for Find/Scan text 
  2300.     F4             Change foreground color for Find/Scan text 
  2301.  
  2302.     F5             Change background color for main body of display 
  2303.     F6             Change foreground color for main body of display 
  2304.  
  2305.     F7             Change background color for top and bottom lines 
  2306.     F8             Change foreground color for top and bottom lines 
  2307.  
  2308.  
  2309.  
  2310. LIST  User's Guide                                                    Page  40 
  2311. Command key summary 
  2312. ______________________________________________________________________________
  2313.  
  2314. Letter keys 
  2315.  
  2316.  
  2317.     The Letter key commands are  mnemonic.  That is, the letter  in some 
  2318.     way, indicates what the command does. 
  2319.  
  2320.         Letter(s)      Function 
  2321.         ---------     ----------------------------------------------- 
  2322.  
  2323.         A            Find next occurrence of 'text' (Again) 
  2324.  
  2325.         B            Skip to end of file (Bottom) 
  2326.  
  2327.         C            Toggles Continuous scrolling 
  2328.  
  2329.         D            Scroll Down one page 
  2330.  
  2331.         F            Find 'text' regardless of case 
  2332.  
  2333.         G            Get new filename/filespec (also Alt-F) 
  2334.  
  2335.         H            Display the Help screen. 
  2336.  
  2337.         K            Toggles keyboard key-ahead. 
  2338.  
  2339.         L            Scroll LEFT 10 columns 
  2340.  
  2341.         M            Toggles Monitor retrace testing to eliminate snow 
  2342.  
  2343.         N            Down one (Next) line 
  2344.  
  2345.         P            Toggles the printing of displayed lines. 
  2346.  
  2347.         Q            Quits current file and displays next file, if any 
  2348.  
  2349.         R            Scroll Right 10 columns. command,  the  'R' command 
  2350.  
  2351.         S            Scan for exact text match, case dependent 
  2352.  
  2353.         T            Restart from first line (Top) 
  2354.  
  2355.         U            Scroll Up one page (23 lines) 
  2356.  
  2357.         W            Toggles the Wrap option for displaying long lines 
  2358.  
  2359.         X            Terminate, clear screen and eXit to DOS 
  2360.  
  2361.         Z            Display the previous file. 
  2362.  
  2363.  
  2364. Page  41                                                    LIST  User's Guide 
  2365. Command key summary 
  2366. ______________________________________________________________________________
  2367.  
  2368. Letter keys 
  2369.  
  2370.         7            Toggles the 7-bit filter 
  2371.  
  2372.         8            Toggles the 8-bit filter 
  2373.  
  2374.         *            Toggles the star filter 
  2375.  
  2376.         +            Position a given number of lines forward 
  2377.  
  2378.         -            Position a given number of lines backward 
  2379.  
  2380.         ?            Displays the Help screen 
  2381.  
  2382.         space        Scrolls down one page 
  2383.  
  2384.         \text        Find any case 'text' going forward 
  2385.  
  2386.         /text        Scan exact case 'text' going forward 
  2387.  
  2388.         ` or ^       Find any case 'text' going backward 
  2389.  
  2390.         ' or v       Find exact case 'text' going backward 
  2391.  
  2392.  
  2393.  
  2394.  
  2395.  
  2396.  
  2397.  
  2398.  
  2399.  
  2400.  
  2401.  
  2402.  
  2403.  
  2404.  
  2405.  
  2406.  
  2407.  
  2408.  
  2409.  
  2410.  
  2411.  
  2412.  
  2413.  
  2414.  
  2415.  
  2416.  
  2417.  
  2418. LIST  User's Guide                                                    Page  42 
  2419. Command key summary 
  2420. ______________________________________________________________________________
  2421.  
  2422. Control- keys 
  2423.  
  2424.     The Ctrl- key commands are entered  by pressing the Ctrl key at  the 
  2425.     same time as you press one of the following letter keys: 
  2426.  
  2427.     Control key     Function 
  2428.     -----------     -------------------------------------------------- 
  2429.  
  2430.     Ctrl-HOME       Position to a specific line by number 
  2431.  
  2432.     Ctrl-PgDn       Display next file 
  2433.  
  2434.     Ctrl-PgUp       Display previous file 
  2435.  
  2436.     Ctrl-left       Reset display to column 1, i.e. scroll full left 
  2437.  
  2438.     Ctrl-right      Scroll full right (to the end of the current line) 
  2439.  
  2440.     Ctrl-A          Scroll full left 
  2441.  
  2442.     Ctrl-C          Display next page, scroll down 
  2443.  
  2444.     Ctrl-D          Scroll right 10 columns 
  2445.  
  2446.     Ctrl-E          Display previous line, scroll up 1 line 
  2447.  
  2448.     Ctrl-F          Send a formfeed control character to the printer 
  2449.  
  2450.     Ctrl-H    **    Hang up the telephone 
  2451.  
  2452.     Ctrl-N          Display previous file 
  2453.  
  2454.     Ctrl-P          Print the entire file 
  2455.  
  2456.     Ctrl-R          Display previous page, scroll up 
  2457.  
  2458.     Ctrl-S          Scroll left 10 columns 
  2459.  
  2460.     Ctrl-T    **    Dial a telephone number 
  2461.  
  2462.     Ctrl-U          Display previous file 
  2463.  
  2464.     Ctrl-V    **    Switch display windows 
  2465.  
  2466.     Ctrl-W          Display previous line, scroll up one line 
  2467.  
  2468.     Ctrl-Y    **    Save current line number as bookmark line for a-Y 
  2469.  
  2470.     Ctrl-X          Display next line, scroll down one line 
  2471.  
  2472. Page  43                                                    LIST  User's Guide 
  2473. Command key summary 
  2474. ______________________________________________________________________________
  2475.  
  2476. Alt- keys 
  2477.  
  2478.     The Alt- key  commands are entered  by pressing the  Alt key at  the 
  2479.     same time as you press one of the following letter keys: 
  2480.  
  2481.     Alt- letter      Function 
  2482.     -----------      --------------------------------------------------- 
  2483.  
  2484.      Alt-A           Search for next occurrence of text, continue to next 
  2485.                      file until found 
  2486.  
  2487.      Alt-B           Mark bottom line of display 
  2488.  
  2489.      Alt-C           Copy options and setting to LIST.COM 
  2490.  
  2491.      Alt-D           Write marked lines, or found line, to a file 
  2492.  
  2493.      Alt-E           Toggle 25 or 43/50 line display with EGA or VGA 
  2494.  
  2495.      Alt-F           Enter additional filenames to display 
  2496.  
  2497.      Alt-G           Goto DOS temporarily to enter DOS commands 
  2498.  
  2499.      Alt-I    **     Insert a filespec from the screen display 
  2500.  
  2501.      Alt-H           Toggle Hex display mode 
  2502.  
  2503.      Alt-J           Toggle the "junk" filter 
  2504.  
  2505.      Alt-L           Toggle preloading of files 
  2506.  
  2507.      Alt-M           Mark the line at the top of the display 
  2508.  
  2509.      Alt-N           Toggle the Alt-X screen saving feature 
  2510.  
  2511.      Alt-O           Write marked lines, or found line, to the same file 
  2512.                      used by Alt-D 
  2513.  
  2514.      Alt-R           Toggle the display of a ruler line on top line 
  2515.  
  2516.      Alt-S           Toggle the file Sharing option 
  2517.  
  2518.      Alt-T           Toggle the TAB control character filer 
  2519.  
  2520.      Alt-U           Unmark lines marked by Alt-M and Alt-B 
  2521.  
  2522.      Alt-V    **     Invoke the File Selection Menu 
  2523.  
  2524.      Alt-W           Toggle split screen 
  2525.  
  2526. LIST  User's Guide                                                    Page  44 
  2527. Command key summary 
  2528. ______________________________________________________________________________
  2529.  
  2530. Alt- keys 
  2531.  
  2532.  
  2533.      Alt-X           Exit  to DOS  and display  the original screen 
  2534.  
  2535.      Alt-Y           Reposition to the last "active" line (bookmark) 
  2536.  
  2537.      Alt-Z           Toggles the command line in the bottom line.  The 
  2538.                      default is to display the cursor key usage.   Using 
  2539.                      Alt-Z changes  the bottom  line to  show the option 
  2540.                      switches "Toggles:" settings. 
  2541.  
  2542.  
  2543.  
  2544.  
  2545.  
  2546.  
  2547.  
  2548.  
  2549.  
  2550.  
  2551.  
  2552.  
  2553.  
  2554.  
  2555.  
  2556.  
  2557.  
  2558.  
  2559.  
  2560.  
  2561.  
  2562.  
  2563.  
  2564.  
  2565.  
  2566.  
  2567.  
  2568.  
  2569.  
  2570.  
  2571.  
  2572.  
  2573.  
  2574.  
  2575.  
  2576.  
  2577.  
  2578.  
  2579.  
  2580. Page  45                                                    LIST  User's Guide 
  2581. Configuring LIST 
  2582. ______________________________________________________________________________
  2583.  
  2584. Screen Colors 
  2585.  
  2586.  
  2587.     The screen's lines may be in one of three different colors: 
  2588.  
  2589.                 o  the 'special' color for the top status line and the 
  2590.                    bottom command line 
  2591.                 o  the 'normal' color for the file's text windows 
  2592.                 o  the 'bright' color for lines with Find/Scan text, 
  2593.                    and for the upside-down question mark in 7-bit mode 
  2594.  
  2595.     There is a pair  of function keys assigned  to each color.  You  use 
  2596.     these  function  keys  at  any  time  to  change  the background and 
  2597.     foreground colors temporarily, or  use the Alt-C cloning  command to 
  2598.     make the colors permanent.  Alt-C requires that the LIST.COM program 
  2599.     file be on the current drive and in the current directory unless you 
  2600.     are using DOS version 3.3 or later.  With DOS 3.3, the program  file 
  2601.     may have any name and may reside in any subdirectory. 
  2602.  
  2603.     The border  is not  changed.  The  foreground color  applies to  the 
  2604.     color of the characters. 
  2605.  
  2606.     You may clone a  second set of text  colors for the second,  and any 
  2607.     other windows that you may create. 
  2608.  
  2609.     The color attributes may be changed by using these function keys: 
  2610.  
  2611.           For the main body of text: 
  2612.  
  2613.                 F5 - background color 
  2614.                 F6 - foreground color 
  2615.  
  2616.           For the top and bottom lines: 
  2617.  
  2618.                 F7 - background color 
  2619.                 F8 - foreground color 
  2620.  
  2621.           For the line with Find/Scan text: 
  2622.  
  2623.                 F2 - background color 
  2624.                 F4 - foreground 
  2625.  
  2626.     Once you have decided upon the colors, use the Alt-C key combination 
  2627.     to  change  the  LIST.COM  program  file.  This process is described 
  2628.     below. 
  2629.  
  2630.  
  2631.  
  2632.  
  2633.  
  2634. LIST  User's Guide                                                    Page  46 
  2635. Configuring LIST 
  2636. ______________________________________________________________________________
  2637.  
  2638. Cloning 
  2639.  
  2640.  
  2641.     The screen colors, the display retrace testing (M), the file sharing 
  2642.     (S), ruler (Alt-R), and other options may be permanently set in  the 
  2643.     program COM file by using the Alt-C cloning function. 
  2644.  
  2645.     For cloning to  take effect, the  program should be  called LIST.COM 
  2646.     and on the current drive and in the current directory. 
  2647.  
  2648.     There  are  THREE  versions  of  the  LIST program file.  One is the 
  2649.     normal full program, which is LISTR.COM. The other, which is  called 
  2650.     LISTS.COM, is a slightly smaller file that excludes the Help screen. 
  2651.     The third is LIST PLUS,  found as LIST.COM.  You may use any of  the 
  2652.     three  COM  files  for  cloning.   After  cloning,  you may continue 
  2653.     viewing  the  file.   Several  of  the  command  toggles  are   also 
  2654.     'clonable'. 
  2655.  
  2656.     The values and toggles that are cloned are: 
  2657.  
  2658.              M      =  Mono monitor, affects retrace testing. If you see 
  2659.                        "snow" on your color monitor, turn off this option 
  2660.  
  2661.              Alt-S  =  file(s) are shared 
  2662.  
  2663.              W      =  Wrap long lines 
  2664.  
  2665.              8/7/*  =  display all 256 values, or 7-bit, or special case 
  2666.  
  2667.              K      =  flush Keyboard each time a command is read 
  2668.  
  2669.              Alt-H  =  hex dump display, like the DEBUG format 
  2670.  
  2671.              Alt-J  =  toggle "junk" filter, add LF to CR, fix backspaces 
  2672.  
  2673.              Alt-L  =  set on to force preloading (reading) of the entire 
  2674.                        file before any lines are displayed; default is OFF 
  2675.  
  2676.              Alt-N  =  toggles screen saving (see Alt-X) feature 
  2677.  
  2678.              Alt-R  =  toggle columnar ruler on top line 
  2679.  
  2680.              Alt-T  =  toggle expansion of TAB characters (also Ctrl-I) 
  2681.  
  2682.              Alt-V  =  number of filenames per line and sort method 
  2683.  
  2684.              F2     =  change background color for Find/Scan text 
  2685.              F4     =  change foreground color for Find/Scan text 
  2686.  
  2687.  
  2688. Page  47                                                    LIST  User's Guide 
  2689. Configuring LIST 
  2690. ______________________________________________________________________________
  2691.  
  2692. Cloning 
  2693.  
  2694.              F5     =  change background color for main body of display 
  2695.              F6     =  change foreground color for main body of display 
  2696.  
  2697.              F7     =  change background color for top and bottom lines 
  2698.              F8     =  change foreground color for top and bottom lines 
  2699.  
  2700.     Note:  Be  sure  you  have  no  other  copies  of LIST.COM which are 
  2701.     accessible (because  of an APPEND   type  of utility).   If you  are 
  2702.     familiar with the DOS utility DEBUG, you may want to modify LIST  in 
  2703.     that way.  This is described in the next section. 
  2704.  
  2705.  
  2706.  
  2707.  
  2708.  
  2709.  
  2710.  
  2711.  
  2712.  
  2713.  
  2714.  
  2715.  
  2716.  
  2717.  
  2718.  
  2719.  
  2720.  
  2721.  
  2722.  
  2723.  
  2724.  
  2725.  
  2726.  
  2727.  
  2728.  
  2729.  
  2730.  
  2731.  
  2732.  
  2733.  
  2734.  
  2735.  
  2736.  
  2737.  
  2738.  
  2739.  
  2740.  
  2741.  
  2742. LIST  User's Guide                                                    Page  48 
  2743. Configuring LIST 
  2744. ______________________________________________________________________________
  2745.  
  2746. Modifying LIST.COM 
  2747.  
  2748.  
  2749.   Locations of option values 
  2750.  
  2751.     This information is offered to those of you who wish to modify  LIST 
  2752.     in special ways.  You do not need this information to use LIST.   An 
  2753.     alternative to cloning  is to use  DEBUG to make  permanent changes. 
  2754.     Also, a special customization program called LISTOPT is available to 
  2755.     registered and licensed users. 
  2756.  
  2757.     Here is a list of key items and their addresses: 
  2758.  
  2759.     Item           Offset  Value    Description of contents 
  2760.     -------------- ------  -----    ----------------------- 
  2761.     Special         0132    70      Top/bottom line colors 
  2762.         Special lines 1 and 25 colors, default is 70 (reverse). 
  2763.         Refer to a technical reference guide for the 
  2764.         attribute values for the colors that you want. 
  2765.  
  2766.     Normal          0134    07      Text colors 
  2767.     Bright          0136    09      Find/Scan line colors 
  2768.  
  2769.     Window 1 color  0138    07      Primary window text color 
  2770.     Window 2 color  0139    0F      Second window text color 
  2771.  
  2772.     Flag3           013A    09      Retrace off and junk filter on 
  2773.  
  2774.     By specifying the bit value, the option is enabled.  For example, to 
  2775.     enable Shared and Retrace, specify a hex value of the sum, or  01+04 
  2776.     = 05. 
  2777.                MRSJ WHK*  M = mono, retrace testing if off, x'01' 
  2778.                           R = ruler, x'02' 
  2779.                           S = shared, x'04' 
  2780.                           J = add LF to lone CR, process backspaces, 
  2781.                               if on, x'08'; default is off 
  2782.                           W = wrap mode, x'10' 
  2783.                           H = hi-bit on, x'20' 
  2784.                           K = kybd flush, x'40' 
  2785.                           * = special document filtering, x'80' 
  2786.  
  2787.     Flag4           013B    08      Tabs on 
  2788.                .PAT DGV.  P = Preload file if on, x'02', default is off 
  2789.                           A = Apxcore if on, TV/DD/DV if off, x'04, 
  2790.                               default is for Topview/Double DOS use 
  2791.                           T = if on (default), expand TABs, x'08' 
  2792.                           D = hex display mode if on, x'10' 
  2793.                           G = if on, Alt-G goto DOS is Disabled, x'20' 
  2794.                           V = if on, screen save/restore is Disabled 
  2795.  
  2796. Page  49                                                    LIST  User's Guide 
  2797. Configuring LIST 
  2798. ______________________________________________________________________________
  2799.  
  2800. Modifying LIST.COM 
  2801.  
  2802.                               and 9K less memory is used/required, x'40' 
  2803.  
  2804.     Find row        013C    0800    Position of found line on screen, 8 
  2805.     Row less one at which found text is displayed,  1 byte the default 
  2806.     is 08 which displays found text on line  9 
  2807.  
  2808.     When the  Find/Scan command  is used,  the next  line which contains 
  2809.     that text is highlighted using the 'bright' color, and is placed  in 
  2810.     row 9 of the screen.  You can change the row by Altering the byte at 
  2811.     location 13C which is normally '08', one less than the row. 
  2812.  
  2813.     Scroll incr     013E    0A00    Left/right scroll increment, 10 
  2814.     Scroll start    0140    0000    Starting scroll offset, 0 
  2815.     Tab value       0142    0800    Tab interval, 8 
  2816.     Tab mask        0144    F8FF    Tab bit mask 
  2817.     Loudness        0146    C8      Beep tone level 
  2818.     Key rate        0148    FF      Continuous scroll increment, 255 
  2819.     Overlap         0149    0000    PgUp/PgDn scroll overlap, 0 
  2820.     Wildcard esc    014B    26      Scan/Find wildcard ? escape character 
  2821.     Alt-V up        014C    0500    Alt-V display files per line, 5 
  2822.  
  2823.     LIST Plus only 
  2824.     -------------- 
  2825.     Eye-catcher     014E    'COM:' 
  2826.     COM port        0152    F803    Default for COM1, use F802 for COM2 
  2827.     Sort offset     0154    00      Default sort key offset 
  2828.                                      00 by filename 
  2829.                                      08 by extension 
  2830.                                      0C by datestamp 
  2831.                                      10 by file size 
  2832.     Modem init      0157    'AT'    30-byte modem initialization string 
  2833.     Editor name     0175    'Edit'  8-byte name of editor program 
  2834.     Modem hang-up   017E    'ATZ'   9-byte modem disconnect command 
  2835.     Temp var name   0187    LIST    4-character environment name for temps 
  2836.  
  2837.     The following offsets change from version to version. Look for the 
  2838.     eye-catchers to be sure of the offset: 
  2839.  
  2840.     Key table       0468    'WHAT'  Eye catcher 
  2841.                     046C    0026    Key command table 
  2842.     Routines        0571    'WHERE' Eye catcher 
  2843.                     0576    xxxx    Command routines 
  2844.  
  2845.     Examples of using DEBUG can be found in the DIALER.PAT and 
  2846.     COLORS.PAT files. To use them, copy LIST.COM to the current 
  2847.     directory and issue the DEBUG command. For example: 
  2848.  
  2849.  
  2850. LIST  User's Guide                                                    Page  50 
  2851. Configuring LIST 
  2852. ______________________________________________________________________________
  2853.  
  2854. Modifying LIST.COM 
  2855.  
  2856.             DEBUG <DIALER.PAT 
  2857.  
  2858.  
  2859.  
  2860.  
  2861.  
  2862.  
  2863.  
  2864.  
  2865.  
  2866.  
  2867.  
  2868.  
  2869.  
  2870.  
  2871.  
  2872.  
  2873.  
  2874.  
  2875.  
  2876.  
  2877.  
  2878.  
  2879.  
  2880.  
  2881.  
  2882.  
  2883.  
  2884.  
  2885.  
  2886.  
  2887.  
  2888.  
  2889.  
  2890.  
  2891.  
  2892.  
  2893.  
  2894.  
  2895.  
  2896.  
  2897.  
  2898.  
  2899.  
  2900.  
  2901.  
  2902.  
  2903.  
  2904. Page  51                                                    LIST  User's Guide 
  2905. Configuring LIST 
  2906. ______________________________________________________________________________
  2907.  
  2908. Modifying LIST.COM 
  2909.  
  2910.  
  2911.   Reassigning keys 
  2912.     LIST performs a function for every character that can be entered  at 
  2913.     the command line prompt.  There  are 128 regular characters and  131 
  2914.     extended characters.  The regular characters are numbered from 0  to 
  2915.     127, and  they include  the letters  A-Z, a-z,  the numbers, and the 
  2916.     rest of  the usual  single characters  found on  your keyboard.  The 
  2917.     extended characters represent special function keys and combinations 
  2918.     of keys, such as F1, Alt-X, Ctrl-A, and the cursor positioning keys. 
  2919.  
  2920.     The  WHAT  table  in  LIST  has  a  one  byte  entry for each of the 
  2921.     characters.  This byte is a number from 0 to 57 that represents  the 
  2922.     identification of a routine that performs a function. 
  2923.  
  2924.         For example, 
  2925.  
  2926.           - the ESCape key has a value  of 27 (hex 1B) and its value  in 
  2927.             the WHAT table is 16 (10 hex).  Routine number 16 is  called 
  2928.             "Done".  The "Done" routine exits to DOS. 
  2929.  
  2930.           - the Q key has a value of 81 (51 hex) with a routine value of 
  2931.             15  for  the  "Close"  routine.   The  "Close"  routine ends 
  2932.             viewing of the  current file and  tries to display  the next 
  2933.             file, i.e. wildcards used for the filename.  There is also a 
  2934.             lower case letter q, so be sure to change both entries. 
  2935.  
  2936.     To change the function that a command character performs, you change 
  2937.     the  value  in  the  WHAT  table  for the routine that the character 
  2938.     invokes. 
  2939.  
  2940.     For example, to  change the ESCape  key to act  like the Q  key, you 
  2941.     change the routine  value for ESCape  from 16 (10  hex) to a  15 (0F 
  2942.     hex). 
  2943.  
  2944.     To find the location of the  routine value in the WHAT table,  first 
  2945.     determine the value of the  character, e.g.  ESCape is 27  (1B hex), 
  2946.     and then add that to the  location of the WHAT table (36C  hex); or, 
  2947.     1B + 36C = 387 hex.  Finally,  use DEBUG to change the byte at  that 
  2948.     location (387 hex) from a 10 hex to a 0F hex. 
  2949.  
  2950.     For example, 
  2951.  
  2952.           debug list.com                ; use appropriate file name 
  2953.           -e 387 0f                     ; change ESC to routine 15 
  2954.           -w                            ; old data is 10 
  2955.           -q 
  2956.  
  2957.  
  2958. LIST  User's Guide                                                    Page  52 
  2959. Configuring LIST 
  2960. ______________________________________________________________________________
  2961.  
  2962.   Table of Routines 
  2963.  
  2964.  
  2965.     Value Key(s)               Description of function performed 
  2966.     ----- ---------            ------------------------------------------ 
  2967.       0                        Error, undefined command 
  2968.  
  2969.       2   Alt-E                Toggle EGA 43-line mode 
  2970.  
  2971.       3   Alt-F, G             Get new filespec 
  2972.  
  2973.       4   Alt-J                Toggle Junk filter 
  2974.  
  2975.       5   Alt-L                Toggle pre-Load 
  2976.  
  2977.       6   Alt-T                Toggle TABs expansion 
  2978.  
  2979.       7   Alt-W                Toggle Split windows 
  2980.  
  2981.       8   Alt-X                Exit to DOS, restore screen 
  2982.  
  2983.       9   U/up                 Position to previous line 
  2984.  
  2985.      10   END, B               Position to end of file 
  2986.  
  2987.      11   F5                   Change top/bottom line background color 
  2988.  
  2989.      12   F6                   Change top/bottom line foreground color 
  2990.  
  2991.      13   Ctrl-HOME            Position to specified line number 
  2992.  
  2993.      14   Alt-C                Rewrite LIST.COM with new options 
  2994.  
  2995.      15   Q, Ctrl-PgDn         Quit current file, display next file 
  2996.  
  2997.      16   ESC, F10             Exit to DOS 
  2998.  
  2999.      17   N, down              Position to next line 
  3000.  
  3001.      18   X                    Exit to DOS, clear screen 
  3002.  
  3003.      19   Alt-H                Toggle Hex display mode 
  3004.  
  3005.      20   8                    Leave hi-bit 
  3006.  
  3007.      21   \, F                 Search for text, any case matches 
  3008.  
  3009.      22   F2                   Change Find/Scan background color 
  3010.  
  3011.  
  3012. Page  53                                                    LIST  User's Guide 
  3013. Configuring LIST 
  3014. ______________________________________________________________________________
  3015.  
  3016.   Table of Routines 
  3017.  
  3018.     Value Key(s)              Description of function performed 
  3019.     ----- ---------           ------------------------------------------ 
  3020.      23   F4                  Change Find/Scan foreground color 
  3021.  
  3022.      24   Alt-M               Toggle monitor rescan testing 
  3023.  
  3024.      25   K, Alt-K            Toggle keyboard flush (type ahead) 
  3025.  
  3026.      26   Alt-G               Invoke DOS command (shell) 
  3027.  
  3028.      27   L, left             Scroll left 10 columns 
  3029.  
  3030.      28   -                   Position back by number of lines 
  3031.  
  3032.      29   enter               Display next page 
  3033.  
  3034.      30   +                   Position forward by number of lines 
  3035.  
  3036.      31   P                   Print current screen or marked lines 
  3037.  
  3038.      32   F1 H ?              Display Help screen 
  3039.  
  3040.      33   F3, A               Search for next occurrence of text 
  3041.  
  3042.      34   R right             Scroll display right 10 columns 
  3043.  
  3044.      35   Alt-R               Display ruler marks on top line 
  3045.  
  3046.      36   /, S                Search for text, same case 
  3047.  
  3048.      37   F9                  Search for previous occurrence of text 
  3049.  
  3050.      38   Ctrl-left           Reset scroll to column 1, full left 
  3051.  
  3052.      39   F7                  Change normal line background color 
  3053.  
  3054.      40   F8                  Change normal line foreground color 
  3055.  
  3056.      41   7                   Strip hi-bit 
  3057.  
  3058.      42   Alt-S               Toggle closing of files 
  3059.  
  3060.      43   *                   Toggle special * filter 
  3061.  
  3062.      44   Home, T             Position to top of file 
  3063.  
  3064.  
  3065.  
  3066. LIST  User's Guide                                                    Page  54 
  3067. Configuring LIST 
  3068. ______________________________________________________________________________
  3069.  
  3070.   Table of Routines 
  3071.  
  3072.     Value Key(s)              Description of function performed 
  3073.     ----- ---------           ------------------------------------------ 
  3074.  
  3075.      45   B, up               Position back one line 
  3076.  
  3077.      46   W                   Toggle display of wide lines 
  3078.  
  3079.      47   Alt-D               Write marked lines, or found line, to a file 
  3080.  
  3081.      48   Alt-M               Mark top line of display 
  3082.  
  3083.      49   Alt-U               Unmark lines 
  3084.  
  3085.      50   Alt-B               Mark bottom line of display 
  3086.  
  3087.      51   Ctrl-pgup           Display previous file 
  3088.  
  3089.      52   ^                   Like Find but initiates search backwards 
  3090.  
  3091.      53   v                   Like Scan but initiates search backwards 
  3092.  
  3093.      54   Alt-N               Toggle screen saving (Alt-X) function 
  3094.  
  3095.      55   C                   Toggle continuous scrolling 
  3096.  
  3097.      56   Alt-Y               Bookmark, reposition to last "active" line 
  3098.  
  3099.      57   Alt-O               Write marked lines to previous Alt-D file 
  3100.  
  3101.      58   Ctrl-F              Sends formfeed control character to printer 
  3102.  
  3103.      59   Alt-A               Continues text search across files 
  3104.  
  3105.      60   Ctrl-P              Print the entire file 
  3106.  
  3107.      61   Alt-I               Grab a filespec from the display 
  3108.  
  3109.      62   Alt-V               File selection menu 
  3110.  
  3111.      63   ESCape              Exit from Alt-V file menu 
  3112.  
  3113.      64   Alt-Z               Toggle line 25 command line display format 
  3114.  
  3115.      65   Ctrl-V              Switch display window 
  3116.  
  3117.      66   Ctrl-T              Grab a telephone number and dial the modem 
  3118.  
  3119.  
  3120. Page  55                                                    LIST  User's Guide 
  3121. Configuring LIST 
  3122. ______________________________________________________________________________
  3123.  
  3124.   Table of Routines 
  3125.  
  3126.      67   Ctrl-H              Disconnect modem (hang up) 
  3127.  
  3128.      68   Ctrl-I              Redefine Tab stop interval 
  3129.  
  3130.      69   Ctrl-Y              Set new bookmark line number for recall 
  3131.  
  3132.      70   1                   Restart displaying files with the first file 
  3133.  
  3134. ***  71   E                   ASCII or EBCDIC display mode 
  3135.  
  3136. ***  72   Ctrl-K              Toggle display of line numbers on each line 
  3137.  
  3138. ***  73   Ctrl-B              Set record size for fixed length records 
  3139.  
  3140.      74   Ctrl-right          Scroll full right 
  3141.  
  3142.      75   O                   Toggle date format, US or European 
  3143.  
  3144.      76   Alt-Q               Toggle quiet mode 
  3145.  
  3146. ***  77   Shift-F5            Change line number foreground 
  3147.  
  3148. ***  78   Shift-F6            Change line number background 
  3149.  
  3150.  
  3151. Note: *** indicates that the function is available in LIST Enhanced only 
  3152.  
  3153.  
  3154.  
  3155.  
  3156.  
  3157.  
  3158.  
  3159.  
  3160.  
  3161.  
  3162.  
  3163.  
  3164.  
  3165.  
  3166.  
  3167.  
  3168.  
  3169.  
  3170.  
  3171.  
  3172.  
  3173.  
  3174. LIST  User's Guide                                                    Page  56 
  3175. Limitations 
  3176. ______________________________________________________________________________
  3177.  
  3178.  
  3179.  
  3180.      o  The LIST.COM  program requires about  64K  of memory.   If  more 
  3181.         memory is available,  it is used  to store more  of the file  in 
  3182.         memory.  At least 80K is required  to use the DOS shell, and  9K 
  3183.         more is required if the screen saving option (on by default)  is 
  3184.         enabled. 
  3185.  
  3186.  
  3187.      o  The line number is currently limited to 16 million. 
  3188.  
  3189.  
  3190.      o  The file size is limited to 16 million bytes for ASCII  files, 
  3191.         and 4 million bytes for hex-dump files.  Versions for larger 
  3192.         files are available to licensed users. 
  3193.  
  3194.      o  The review limit is 32 files for the regular and Plus versions. 
  3195.         The bookmark limit is 10 entries. 
  3196.  
  3197.      o  PC DOS Version 2.0 or  later is required.  DOS version 3.0  or 
  3198.         later is required for file sharing. 
  3199.  
  3200.  
  3201.      o  ANSI.SYS is NOT required. 
  3202.  
  3203.  
  3204.  
  3205.         DesqView, TopView, Double  DOS, PCED, and IBM are  all 
  3206.         copyrighted, trademarked, and all that. 
  3207.  
  3208.  
  3209.  
  3210.     If you are using LIST and find it of value, your gift in any  amount 
  3211.     ($20 suggested)  will be  greatly appreciated.   Please make  checks 
  3212.     payable in U.S. dollars to  Vernon D. Buerg.  Canadian and  non-U.S. 
  3213.     checks require excessive bank charges. 
  3214.  
  3215.     For use by  corporations and other  institutions, please contact  me 
  3216.     for a licensing  arrangement.  More information  is supplied in  the 
  3217.     file  LICENSE. Customizing and other special licensing are available 
  3218.     upon request.  Purchase orders  and invoicing are acceptable. 
  3219.  
  3220.  
  3221.                       Vernon D. Buerg 
  3222.                       139 White Oak Circle 
  3223.                       Petaluma, CA  94952 
  3224.  
  3225.  
  3226.  
  3227.  
  3228. Page  57                                                    LIST  User's Guide 
  3229. Copyright/License/Warranty 
  3230. ______________________________________________________________________________
  3231.  
  3232.  
  3233.     This  document  and  the  program  files  LIST.COM,  LISTS.COM,  and 
  3234.     LISTR.COM  ("the  software")  are  copyrighted  by  the author.  The 
  3235.     copyright owner hereby licenses you to use the software given  these 
  3236.     restrictions: 
  3237.  
  3238.           o  the program shall  be supplied in its  original, unmodified 
  3239.              form, which includes this documentation; 
  3240.  
  3241.  
  3242.           o  for-profit use without a license is prohibited; 
  3243.  
  3244.           o  the program may not be  included - or bundled - with  other 
  3245.              goods or services.  Exceptions may be granted upon  written 
  3246.              request only. 
  3247.  
  3248.           o  no  fee  is  charged;  an  exception is  granted to not for 
  3249.              profit user's groups, which are permitted to charge a small 
  3250.              fee (not  to exceed  $5) for  materials, handling, postage, 
  3251.              and general overhead.   No other organization  is permitted 
  3252.              to  charge  any  amount  for  distribution of copies of the 
  3253.              software  or  documentation,  or  to  include copies of the 
  3254.              software or documentation with sales of their own products. 
  3255.  
  3256.  
  3257.     There is no warranty  of any kind.  The  copyright owner may not  be 
  3258.     held liable  for any  damages, including  any lost  profits or other 
  3259.     incidental or consequential damages  arising out of or  inability to 
  3260.     use the software.  By using the software, you agree to this. 
  3261.  
  3262.  
  3263.     The software and documentation are: 
  3264.  
  3265.                 Copyright (C) 1983-1991 by 
  3266.                    Vernon D. Buerg 
  3267.                    139 White Oak Circle 
  3268.                    Petaluma, CA  94952 
  3269.  
  3270.                 Data:   (707) 778-8944    VOR 24-hour bulletin board 
  3271.                 - or -  (707) 778-8841    MB  24-hour bulletin board 
  3272.                 - or -  (415) 994-2944    VOR South 24-hour BBS 
  3273.                 FAX:    (707) 778-8728    For orders only 
  3274.                 Compuserve: 70007,1212    Go IBMSYS 
  3275.  
  3276.  
  3277.  
  3278.  
  3279.  
  3280.  
  3281.  
  3282. LIST  User's Guide                                                    Page  58 
  3283. Index-1                                                LIST  User's Guide 
  3284. __________________________________________________________________________
  3285.  
  3286.  
  3287.  
  3288.   /*,command line,star filter .. 8, 47
  3289.   /4,command line,43/50 line mod 8
  3290.   /7,command line,7-bit option . 8, 47
  3291.   /8,command line,8-bit option . 8
  3292.   /B,command line,use BIOS ..... 8
  3293.   /D,command line,file menu .... 8
  3294.   /E,command line,end of file .. 8
  3295.   /Ftext,command line,find text  9
  3296.   /H,command line,hex option ... 9
  3297.   /J,command line,junk filter .. 8, 9
  3298.   /K,command line,disable mouse  8, 9
  3299.   /L,command line,preload option 9
  3300.   /Q,command line,quiet mode ... 8, 37
  3301.   /S,command line,piping option  8, 10
  3302.   /Ttext,command line,scan text  9
  3303.   /V,command line,verify mode .. 8
  3304.   /W,command line,wrap option .. 9
  3305.   1-6 up,directory display ..... 35
  3306.   Alt-A,find text again ........ 24, 25, 44, 55
  3307.   Alt-B,mark bottom line ....... 19, 26, 27, 44, 55
  3308.   Alt-C,clone new LIST.COM ..... 31, 36, 44, 46, 47, 53
  3309.   Alt-D,Write marked lines ..... 26, 27, 44, 55
  3310.   Alt-E,toggle 25/43 lines ..... 12, 44, 53
  3311.   Alt-F,enter new filename ..... 29, 30, 41, 44, 53
  3312.   Alt-G,go to DOS .............. 3, 33, 44, 49, 54
  3313.   Alt-H,toggle hex display ..... 14, 21, 23, 44, 47, 53
  3314.   Alt-I,insert filename ........ 3, 29, 30, 39, 44, 55
  3315.   Alt-J,toggle junk filter ..... 22, 23, 26, 44, 47, 53
  3316.   Alt-K,toggle key ahead ....... 11, 54
  3317.   Alt-L,toggle file preloading . 19, 44, 47, 53
  3318.   Alt-M,mark top line .......... 19, 26, 27, 44, 54, 55
  3319.   Alt-N,toggle screen saving ... 34, 44, 47, 55
  3320.   Alt-O,write marked lines ..... 26, 27, 44, 55
  3321.   Alt-P,print marked lines ..... 26, 28
  3322.   Alt-Q,toggle quiet mode ...... 8, 56
  3323.   Alt-R,toggle ruler display ... 14, 44, 47, 54
  3324.   Alt-S,toggle file sharing .... 25, 33, 44, 47, 54
  3325.   Alt-T,toggle TAB expansion ... 23, 44, 47, 53
  3326.   Alt-U,unmark lines ........... 27, 44, 55
  3327.   Alt-V,Change Directories ..... 3, 29, 30, 37, 44, 47, 50, 55
  3328.   Alt-W,freeze top window ...... 3, 23, 31, 37, 44, 53
  3329.   Alt-X,exit to DOS ............ 3, 11, 26, 29, 34, 36, 44, 45, 47, 52, 53
  3330.                                  55
  3331.   Alt-Y,reposition to last line  19, 20, 45, 55
  3332.  
  3333. LIST  User's Guide                                                 Index-2
  3334. __________________________________________________________________________
  3335.  
  3336.  
  3337.  
  3338.   Alt-Z,Toggle command line .... 14, 15, 36, 45, 55
  3339.   archive,files ................ 39
  3340.   Bookmark,recall position ..... 19, 20, 43, 45, 55, 56, 57
  3341.   bulletin board,support ....... 58
  3342.   Changing Directories ......... 37
  3343.   Cloning ...................... 17, 33, 34, 46, 47, 49
  3344.   Colors ....................... 10, 24, 31, 46, 47, 49, 50
  3345.   Command line syntax .......... 8
  3346.   Command line,option switches . 7, 8, 9, 12, 14, 15, 16, 29, 35, 36, 45
  3347.                                  46, 52, 55
  3348.   Configuring LIST ............. 17, 34
  3349.   Continuous,scrolling ......... 16, 17, 18, 41, 50, 55
  3350.   Copy file .................... 37
  3351.   Ctrl-A,Full left scroll ...... 43, 52
  3352.   Ctrl-C,Next page ............. 43
  3353.   Ctrl-D,Scroll right .......... 43
  3354.   Ctrl-E,Previous line ......... 43
  3355.   Ctrl-F,Send printer formfeed . 28, 43, 55
  3356.   Ctrl-HOME,Position to a line . 19, 20, 36, 43, 53
  3357.   Ctrl-H,Hang up phone ......... 32, 43, 56
  3358.   Ctrl-I,Define TAB interval ... 23, 47, 56
  3359.   Ctrl-left,Position to column 1 43, 54
  3360.   Ctrl-N,Next file ............. 43
  3361.   Ctrl-PgDn,Show next file ..... 29, 30, 43, 53
  3362.   Ctrl-PgUp,Show previous file . 29, 30, 43, 55
  3363.   Ctrl-P,Print entire file ..... 28, 43, 55
  3364.   Ctrl-right,Scroll full right . 43, 56
  3365.   Ctrl-R,Previous page ......... 43
  3366.   Ctrl-S,Scroll left ........... 43
  3367.   Ctrl-T,Dial telephone ........ 3, 32, 43, 55
  3368.   Ctrl-U,Previous file ......... 43
  3369.   Ctrl-V,Switch windows ........ 31, 43, 55
  3370.   Ctrl-W,Previous line ......... 43
  3371.   Ctrl-X,Next line ............. 43
  3372.   Ctrl-Y,Set bookmark .......... 19, 20, 43, 56
  3373.   DEBUG,changing options ....... 23, 33, 47, 48, 49, 50, 51, 52
  3374.   Delete file .................. 37
  3375.   DOS Filters .................. 6
  3376.   DOS Pipes .................... 7
  3377.   DOS Redirection .............. 5
  3378.   Edit file .................... 37
  3379.   Entering Commands ............ 11
  3380.   Environment,DOS .............. 25, 39, 50
  3381.   Exit to DOS .................. 40, 41, 53
  3382.  
  3383. Index-3                                                LIST  User's Guide 
  3384. __________________________________________________________________________
  3385.  
  3386.  
  3387.  
  3388.   F- function keys ............. 40
  3389.   F10,Exit to DOS .............. 11, 29, 36, 40, 53
  3390.   F1,Display Help .............. 36, 40, 52, 54
  3391.   F2,Find background color ..... 40, 46, 47, 53
  3392.   F3,Find next ................. 24, 25, 36, 40, 54
  3393.   F4,Find foreground color ..... 40, 46, 47, 54
  3394.   F5,Text background color ..... 40, 46, 48, 53, 56
  3395.   F6,Text foreground color ..... 40, 46, 48, 53, 56
  3396.   F7,Status background color ... 40, 46, 48, 54
  3397.   F8,Status foreground color ... 40, 46, 48, 54
  3398.   F9,Find previous ............. 24, 25, 40, 54
  3399.   File Sharing ................. 33, 44, 47, 57
  3400.   Filtering .................... 1, 7, 10, 21, 23, 49
  3401.   Find,text .................... 7, 15, 19, 24, 25, 26, 27, 32, 38, 40, 41
  3402.                                  42, 46, 47, 49, 50, 52, 53, 54, 55, 57
  3403.   Hex dump,display mode ........ 9, 14, 16, 21, 23, 47
  3404.   Hi-bit,filter usage .......... 22, 23, 49, 53, 54
  3405.   Installation ................. 2
  3406.   Invoke file .................. 38
  3407.   Invoking DOS Commands ........ 33
  3408.   Junk,filter usage ............ 8, 9, 21, 22, 23, 26, 44, 47, 49, 53
  3409.   License,information .......... 57, 58
  3410.   List file .................... 37
  3411.   Locations of option values ... 49
  3412.   Mouse,cursor control ......... 9
  3413.   Move file .................... 38
  3414.   Movement Keys ................ 36
  3415.   Path changing ................ 38
  3416.   Piped,files .................. 8, 10, 29
  3417.   Piping ....................... 1, 7, 10
  3418.   Printing the manual .......... 2
  3419.   Print,files or lines ......... 2, 10, 16, 26, 28, 43, 54, 55
  3420.   Reassigning keys ............. 52
  3421.   Redirection .................. 1, 2, 5, 6, 7, 10
  3422.   Rename ....................... 38
  3423.   Scan,for text ................ 15, 19, 24, 25, 26, 27, 32, 40, 41, 42, 46
  3424.                                  47, 49, 50, 53, 54, 55
  3425.   Screen saving,option ......... 3, 11, 34, 44, 47, 55, 57
  3426.   Scrolling .................... 17, 18, 41, 55
  3427.   Shell,to DOS ................. 54, 57
  3428.   Sort filenames ............... 38
  3429.   Star,filter usage ............ 8, 21, 22, 23, 35, 42
  3430.   Status Line Format ........... 12
  3431.   Switches,command line ........ 8, 9, 45
  3432.  
  3433. LIST  User's Guide                                                 Index-4
  3434. __________________________________________________________________________
  3435.  
  3436.  
  3437.  
  3438.   TAB,control character ........ 16, 21, 23, 44, 47, 50, 56
  3439.   ViewArc ...................... 39
  3440.   Wrap,filter .................. 9, 16, 19, 22, 23, 41, 47, 49
  3441.  
  3442.