home *** CD-ROM | disk | FTP | other *** search
/ GIF-GALAXY 1 / gif-galaxy1.iso / programs / list.doc < prev    next >
Text File  |  1992-10-07  |  99KB  |  3,121 lines

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