home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / bbs / fdlog120.zip / FDLOG.TXT < prev    next >
Text File  |  1990-12-02  |  28KB  |  885 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                                            
  7.                                            
  8.                                            
  9.                                            
  10.                                            
  11.                                 FrontDoor Log Analyzer                                FrontDoor Log Analyzer
  12.                                      Version 1.20
  13.                                            
  14.                                      Documentation
  15.                                            
  16.                                     2 December 1990
  17.                                            
  18.                            Copyright 1989, 1990 Mats Wallin                           Copyright 1989, 1990 Mats Wallin
  19.                                   All rights reserved                                  All rights reserved
  20.                                            
  21.                                  (FidoNet 2:201/310.1)
  22.                                  (SIGnet  27:1346/102)
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.     FDLOG.TXT                                                      Page 1
  65.  
  66.     FrontDoor Log Analyzer (v1.20) / Mats Wallin              2 December 1990
  67.  
  68.  
  69.                ABOUT FDLOG
  70.  
  71.                FrontDoor Log Analyzer is a utility program, which helps
  72.                you extract the information that you find interesting in
  73.                FrontDoors logfile. A lot of data is gathered and
  74.                outputted in some files, which you easily can read and
  75.                see what has happened in your system.
  76.  
  77.                FDLOG will run on (as far as I know) all computers where
  78.                you can use FrontDoor
  79.  
  80.                No guarantee of any kind is included in this packege, you
  81.                are using FDLOG at your own risk. I will not be
  82.                responsible for anything that could happen to your system
  83.                when using FDLOG.
  84.  
  85.                FDLOG may be used free of charge for anyone who is
  86.                allowed to use the noncommercial version of FrontDoor. If
  87.                you are not, and want to use this program, you should
  88.                contribute ($10 suggested) to:
  89.  
  90.                    Mats Wallin
  91.                    Forskottsvagen 11
  92.                    S-126 44 Hagersten
  93.                    Sweden
  94.  
  95.                
  96.  
  97.                REQUIREMENTS
  98.  
  99.                FDLOG uses FrontDoors logfile. To find it, FDLOG reads
  100.                FD.SYS, which also has to be found. FDLOG searches for
  101.                FD.SYS in the current directory or, if it doesn't exist
  102.                there, in the directory pointed to by the environment
  103.                variable FD. I suggest that you always have FD defined.
  104.                Add this line to your AUTOEXEC.BAT, if you don't have it
  105.                there already:
  106.                
  107.                SET FD=C:\FD
  108.                
  109.                or wherever you have FrontDoor.
  110.  
  111.                When FDLOG reads the logfile, it searches for four types
  112.                of logrecords:
  113.                
  114.                $   Account information
  115.                *   Sent/Rcvd files
  116.                +   Brief messages
  117.                %   Requested files
  118.                
  119.                To use FDLOG, you should make sure all these loglevels
  120.                are turned on.
  121.  
  122.                
  123.  
  124.  
  125.  
  126.  
  127.     FDLOG.TXT                                                      Page 2
  128.  
  129.     FrontDoor Log Analyzer (v1.20) / Mats Wallin              2 December 1990
  130.  
  131.  
  132.                HOW IT WORKS
  133.  
  134.                You can use FDLOG in two ways, either by using switches
  135.                and run it in batch mode, or with a simple menu, where
  136.                you can choose what you want to do.
  137.  
  138.                
  139.  
  140.                WHAT FDLOG CAN DO FOR YOU
  141.  
  142.                FDLOG scans the logfile and gathers a lot of data. Some
  143.                examples of the information you are able to get:
  144.  
  145.                    A list of all outgoing calls to other systems, date
  146.                    and time of the connection, elapsed time, cost and
  147.                    name of the node you called.
  148.  
  149.                    A list of all incoming calls.
  150.  
  151.                    A list of all files that your system sent to other
  152.                    systems. This list doesn't include the mailfiles.
  153.  
  154.                    A list of all files that your system received from
  155.                    other systems. No mailfiles are included here either
  156.  
  157.                    A list of all files other systems have requested,
  158.                    with information if the file was sent.
  159.  
  160.                    A version of the logfile that includes most
  161.                    information about incoming and outgoing calls, that
  162.                    you can find in FrontDoors logfile, but in a more
  163.                    compact form.
  164.  
  165.                    A file as above with information about all calls
  166.                    since you last analyzed the logfile.
  167.  
  168.                Besides the information above, FDLOG saves information
  169.                about all your calls in the last year, and you are able
  170.                to create a file whenever you want to, with information
  171.                about number of calls, elapsed time, number of
  172.                transferred files, cost etc, that you have had to each
  173.                node (per month) you've been in contact with.
  174.  
  175.                FDLOG will also (when you decide) move the logfile to an
  176.                arcfile, zipfile, zoofile etc, and in this way save some
  177.                diskspace.
  178.  
  179.                
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.     FDLOG.TXT                                                      Page 3
  191.  
  192.     FrontDoor Log Analyzer (v1.20) / Mats Wallin              2 December 1990
  193.  
  194.  
  195.                INSTALLATION
  196.  
  197.                You can place FDLOG.EXE and FDLOGCFG.EXE wherever you
  198.                want on your disk, it doesn't have to be in your
  199.                FrontDoor directory.
  200.  
  201.                Before you use FDLOG for the first time, you have to run
  202.                the configuration program FDLOGCFG. This program creates
  203.                the FDLOG.SYS file, which contains information used by
  204.                FDLOG. You can run FDLOGCFG as often you want, and change
  205.                the information.
  206.  
  207.                Format:
  208.  
  209.                    FDLOGCFG [-S] [?]
  210.  
  211.                Options:
  212.  
  213.                    -S   Create new FDLOG.SYS
  214.  
  215.                         This option tells FDLOGCFG to create a new
  216.                         FDLOG.SYS file. Use it with care, since all
  217.                         information FDLOG gathers is stored in this
  218.                         file, and will be lost if a new one is created.
  219.  
  220.                    ?    Displays a help message.
  221.  
  222.                When you run FDLOGCFG, you will be asked some questions
  223.                you have to answer. Most questions will have default
  224.                answers, and if you are pleased with it, just press
  225.                Enter.
  226.  
  227.                The first questions are the name of FDLOG's output files.
  228.                All these files will be put in the same directory as
  229.                FDLOG.EXE, if you don't supply a path.
  230.  
  231.                If there is a file you don't want FDLOG to create, leave
  232.                the field blank, and no data will be written to this
  233.                file.
  234.  
  235.                You will also be asked for the number of lines to print
  236.                on each page in the output files.
  237.  
  238.                Then FDLOGCFG asks how old logfiles should be renamed.
  239.                You have two options, date (FDyymmdd.LOG format) or
  240.                daynumber of the year (FDddd.LOG).
  241.  
  242.                The next part is where you define the name of your
  243.                archive program, and the name of the arcfile where FDLOG
  244.                will move the logfiles. You don't have to supply an
  245.                extension to the arcfile, since the archive program will
  246.                append one automatically.
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.     FDLOG.TXT                                                      Page 4
  254.  
  255.     FrontDoor Log Analyzer (v1.20) / Mats Wallin              2 December 1990
  256.  
  257.  
  258.                The last thing that you can define, is the minimum cost
  259.                of a phonecall. If this cost is higher than the cost
  260.                found in the logfile, it will be used instead.
  261.  
  262.                
  263.  
  264.                OUTPUT FILES
  265.  
  266.                The following files will be created and written to by
  267.                FDLOG: (Only NEW.FDL is created every time FDLOG runs,
  268.                the other files are appended by default).
  269.  
  270.                    FDLOG.SYS
  271.  
  272.                         Contains information about all nodes, filenames,
  273.                         etc. This file will be located in the same
  274.                         directory as FD.SYS.
  275.  
  276.                    LOG.FDL
  277.  
  278.                         A concise report of all information found in the
  279.                         logfile. Incoming and outgoing calls, files
  280.                         transfered and requested, costs etc.
  281.  
  282.                    NEW.FDL
  283.  
  284.                         The same information as LOG.FDL contains, but
  285.                         this file is created every time FDLOG analyzes
  286.                         the logfile. Because of this, it contains
  287.                         information of everything that happened since
  288.                         you last analyzed the logfile.
  289.  
  290.                    OUT.FDL
  291.  
  292.                         Contains information about all your outgoing
  293.                         calls; date and time of call, elapsed time,
  294.                         cost, name and address of the called system.
  295.  
  296.                    IN.FDL
  297.  
  298.                         Contains information about all calls other nodes
  299.                         have made to you; date and time of call, name
  300.                         and address of the caller.
  301.  
  302.                    SEND.FDL
  303.  
  304.                         Contains information about all files (except
  305.                         mailfiles) that has been sent from your system;
  306.                         date and time, filename, size, name and address
  307.                         of the receiver.
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.     FDLOG.TXT                                                      Page 5
  317.  
  318.     FrontDoor Log Analyzer (v1.20) / Mats Wallin              2 December 1990
  319.  
  320.  
  321.                    RECEIVE.FDL
  322.  
  323.                         Contains information about all files (except
  324.                         mailfiles) that your system has received; date
  325.                         and time, filename, size, name and address of
  326.                         the sender.
  327.  
  328.                    REQUEST.FDL
  329.  
  330.                         Contains information about all files that has
  331.                         been requested from your system and information
  332.                         if the file(s) was sent. Information included is
  333.                         date and time, file requested, number of sent
  334.                         files, name and address of the requesting
  335.                         system.
  336.  
  337.                    REPORT.FDL
  338.  
  339.                         This file is only created when you ask FDLOG to
  340.                         create a report. It will contain information
  341.                         about all systems you have called, number of
  342.                         calls, number (and size) of files that you have
  343.                         paid the transfer of, elapsed time and the cost.
  344.                         This information is divided per month.
  345.  
  346.                         It will also contain the same information for
  347.                         all systems that have called your system, except
  348.                         the elapsed time and cost.
  349.  
  350.                         The last part of this file is a list of all
  351.                         systems you have been in contact with, the first
  352.                         and last date of your calls, number of calls,
  353.                         total elapsed time and cost since you used FDLOG
  354.                         the first time, the first and last date of
  355.                         incoming calls from this system, and number of
  356.                         incoming calls.
  357.  
  358.                
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.     FDLOG.TXT                                                      Page 6
  380.  
  381.     FrontDoor Log Analyzer (v1.20) / Mats Wallin              2 December 1990
  382.  
  383.  
  384.                RUNNING IN BATCH-MODE
  385.  
  386.                To run FDLOG in batch mode, you have to supply at least
  387.                one of the options below.
  388.  
  389.                Format:
  390.  
  391.                    FDLOG [-A] [-C] [-D] [-M] [-N] [-R [from [to]]] [?]
  392.  
  393.                To turn a option off, end it with a hyphen (-).
  394.  
  395.                Options:
  396.  
  397.                    -A   Analyze the logfile.
  398.  
  399.                         FDLOG will read and analyze the logfile, write
  400.                         information in the output files, and save
  401.                         information about all calls in FDLOG.SYS.
  402.  
  403.                    -C   Create new output files.
  404.  
  405.                         Normally, all information FDLOG outputs are
  406.                         written at the end of each file, except the
  407.                         NEW.FDL. When you specify this option, FDLOG
  408.                         will create new output files.
  409.  
  410.                         This option has no effect if you don't use the
  411.                         -A option.
  412.  
  413.                    -D   Delete FrontDoor's logfile.
  414.  
  415.                         When FDLOG has done everything you asked it to
  416.                         do, it will delete the logfile.
  417.  
  418.                         This option is also turned on if you use the -M
  419.                         option. If you don't want to delete the logfile
  420.                         when you use the -M option, make sure to have
  421.                         -D- AFTER the -M option.
  422.  
  423.                    -M   Move FrontDoor's logfile to an archive.
  424.  
  425.                         This option moves the logfile to the archive
  426.                         file you defined with FDLOGCFG. By default it
  427.                         will first rename the logfile to FDyymmdd.LOG
  428.                         (where yymmdd is the date the logfile was
  429.                         created), then move it to the archive (by
  430.                         executing the program you defined as your
  431.                         archive program), and then delete the logfile.
  432.                         If you don't want FDLOG to rename and/or delete
  433.                         the logfile, make sure you have -N- and/or -D-
  434.                         AFTER the -M option.
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.     FDLOG.TXT                                                      Page 7
  443.  
  444.     FrontDoor Log Analyzer (v1.20) / Mats Wallin              2 December 1990
  445.  
  446.  
  447.                    -N   reName the logfile to FDyymmdd.LOG.
  448.  
  449.                         This option renames FrontDoors logfile (FD.LOG)
  450.                         to FDyymmdd.LOG where yymmdd is the date when
  451.                         the logfile was created, or to FDddd.LOG where
  452.                         ddd is the daynumber of the year when the
  453.                         logfile was created. How to rename the file is
  454.                         decided in FDLOGCFG.
  455.  
  456.                         This option is also turned on if you use the -M
  457.                         option. If you don't want to rename the logfile
  458.                         before moving it to the archive, make sure to
  459.                         have -N- AFTER the -M option.
  460.  
  461.                    -R [from [to]]
  462.  
  463.                         create a Report file.
  464.  
  465.                         This option will create a report file, which
  466.                         contains information about your calls to other
  467.                         nodes, how much they have cost, as well as
  468.                         number and size of files transferred that you
  469.                         paid for. This information is divided per node
  470.                         and month.
  471.  
  472.                         See alose OUTPUT FILES, REPORT.FDL.
  473.  
  474.                         The 'from' and 'to' fields are the months that
  475.                         the report should start and end with. They
  476.                         should be given with the month number (e.g. 1 =
  477.                         Jan, 12 = Dec). If you don't supply them, they
  478.                         will default to last month. If you only supply
  479.                         the 'from' month, the 'to' month will default to
  480.                         the same month.
  481.  
  482.                         See also the information about the report choice
  483.                         in the RUNNING IN MENU-MODE part. When you
  484.                         create a report from the menu, you are able to
  485.                         choose which nodes that should be a part of the
  486.                         report.
  487.  
  488.                    ?    Displays a help message.
  489.  
  490.                         
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.     FDLOG.TXT                                                      Page 8
  506.  
  507.     FrontDoor Log Analyzer (v1.20) / Mats Wallin              2 December 1990
  508.  
  509.  
  510.                RUNNING IN MENU MODE
  511.  
  512.                When you start FDLOG without any options, the following
  513.                menu will appear on the screen:
  514.  
  515.                    Fdlog Options:
  516.                    
  517.                     A - (No)  Analyze logfile
  518.                     C - (No)  Create new output files
  519.                     D - (No)  Delete logfile
  520.                     G -       Give name to node
  521.                     I -       Immediate analyze of logfile
  522.                     K -       Kill (delete) nodes in Fdlog.Sys
  523.                     L -       List all nodes in Fdlog.Sys
  524.                     M - (No)  Move logfile to archive
  525.                     N - (No)  reName logfile to FDyymmdd.LOG
  526.                     R -       create Report file
  527.                     X -       eXit
  528.                    
  529.                    Choice : X
  530.  
  531.                Some of the options in the menu (those who has a (No))
  532.                are toggled every time you choose them, and they will be
  533.                executed when you exit from FDLOG.
  534.  
  535.                The other options are executed immediately when you
  536.                choose them.
  537.  
  538.                You can have more than one option on the choice line, and
  539.                the options will be executed on at a time
  540.  
  541.                Options:
  542.  
  543.                    A    Analyze logfile
  544.  
  545.                         This option analyzes the logfile when you exit
  546.                         FDLOG. See RUNNING IN BATCH MODE.
  547.  
  548.                    C    Create new output files
  549.  
  550.                         This option tells FDLOG to create new output
  551.                         files when it analyzes the logfile. See RUNNING
  552.                         IN BATCH MODE.
  553.  
  554.                    D    Delete logfile
  555.  
  556.                         This option tells FDLOG to delete the logfile.
  557.                         See RUNNING IN BATCH MODE.
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.     FDLOG.TXT                                                      Page 9
  569.  
  570.     FrontDoor Log Analyzer (v1.20) / Mats Wallin              2 December 1990
  571.  
  572.  
  573.                    G    Give name to node
  574.  
  575.                         Sometimes you don't like the name of a node that
  576.                         FrontDoor writes in the log, for example when
  577.                         the calling node doesn't know its own name, and
  578.                         FrontDoor writes -unlisted in the nodelist.
  579.                         (FrontDoor always uses the name the other system
  580.                         presents itself with).
  581.  
  582.                         You will be asked for which nodes to name. When
  583.                         you have entered a nodenumber, FDLOG will
  584.                         present the node(s) whith this address and their
  585.                         current names. You can then edit the name to
  586.                         whatever you like.
  587.  
  588.                         When FDLOG presents a nodename that already has
  589.                         been defined, the text '(defined)' is written
  590.                         after the name. This means that FDLOG will
  591.                         ignore whatever FrontDoor writes in the
  592.                         nodelist, and use this name instead in all
  593.                         reports.
  594.  
  595.                         If you don't want the node to have a defined
  596.                         name anymore, delete the name instead of writing
  597.                         a new one. The name currently defined will be
  598.                         remembered, but the next time this nodenumber
  599.                         occurs in the logfile, the new name will be used
  600.                         instead.
  601.  
  602.                    I    Immediate analyze of logfile
  603.  
  604.                         If you want to create a report file, or to
  605.                         delete som nodes from FDLOG.SYS, than you should
  606.                         first make sure that you have analyzed the
  607.                         logfile. This option does that immediatly,
  608.                         instead of waiting until FDLOG exits, as the A
  609.                         option does. Except from that, this option is
  610.                         the same as the A option.
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.     FDLOG.TXT                                                      Page 10
  632.  
  633.     FrontDoor Log Analyzer (v1.20) / Mats Wallin              2 December 1990
  634.  
  635.  
  636.                    K    Kill (delete) nodes in Fdlog.Sys
  637.  
  638.                         Sometimes there will be nodes that you have been
  639.                         in contact with, that you don't want to have in
  640.                         your report-files. With this option you have the
  641.                         possibility to delete them.
  642.  
  643.                         You will be asked for which nodes to delete.
  644.                         When you specify the node numbers, you can use
  645.                         the same format as in FrontDoor. If you leave
  646.                         the zone or net out, they will default to your
  647.                         own. You can also use the ALL keyword instead of
  648.                         a number.
  649.  
  650.                         Before the nodes are deleted, you will be asked
  651.                         to confirm the deletion of the node. Because of
  652.                         this, you can specify to delete ALL nodes, and
  653.                         then answer yes or no when FDLOG asks if the
  654.                         node should be deleted.
  655.  
  656.                         This option is only available in menu mode.
  657.  
  658.                    L    List all nodes in Fdlog.Sys
  659.  
  660.                         This option outputs (to the screen) a list of
  661.                         all nodes FDLOG knows about.
  662.  
  663.                         This option is only available in menu mode.
  664.  
  665.                    M    Move logfile to archive
  666.  
  667.                         This option tells FDLOG to move the logfile to
  668.                         an archive. The D and N options will also be set
  669.                         to yes. See RUNNING IN BATCH MODE.
  670.  
  671.                    N    reName logfile to FDyymmdd.LOG
  672.  
  673.                         This option tells FDLOG to rename the logfile to
  674.                         FDyymmdd.LOG (where yymmdd is the date the
  675.                         logfile was created). See RUNNING IN BATCH MODE.
  676.  
  677.  
  678.  
  679.  
  680.  
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.     FDLOG.TXT                                                      Page 11
  695.  
  696.     FrontDoor Log Analyzer (v1.20) / Mats Wallin              2 December 1990
  697.  
  698.  
  699.                    R    create Report file
  700.  
  701.                         This option creates a report file with
  702.                         information about costs etc. (See OUTPUT FILES,
  703.                         REPORT.FDL).
  704.  
  705.                         You will be asked for which months the report
  706.                         should include. The default is last month.
  707.  
  708.                         You also have the possibility to tell FDLOG
  709.                         which nodes that should be included in the
  710.                         report. See the K option above about how to
  711.                         specify node numbers.
  712.  
  713.                         The possibility to define nodes that should be
  714.                         included in the report is only available in the
  715.                         menu mode.
  716.  
  717.                    X    eXit
  718.  
  719.                         This options exits FDLOG. If any of the options
  720.                         A, C, D, M or N has been toggled to yes, they
  721.                         will be executed.
  722.  
  723.                
  724.  
  725.                Thats all folks, run and enjoy FDLOG.
  726.  
  727.  
  728.  
  729.  
  730.  
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.     FDLOG.TXT                                                      Page 12
  758.  
  759.     FrontDoor Log Analyzer (v1.20) / Mats Wallin              2 December 1990
  760.  
  761.  
  762.                UPDATE HISTORY
  763.  
  764.                1.00
  765.  
  766.                    First release
  767.  
  768.                1.10
  769.  
  770.                    Changed FDLOG to use FrontDoor's (1.99b) new
  771.                    logformat.
  772.  
  773.                1.11
  774.  
  775.                    FDLOG now reads and understands FrontDoor's alias
  776.                    file. If a file is requested with an 'magic' name, it
  777.                    will be correctly reported in REQUEST.FDL.
  778.  
  779.                1.12
  780.  
  781.                    Some problems existed with logfiles smaller than
  782.                    61440 bytes, corrected.
  783.  
  784.                    It's now possible to define a nodes name, very useful
  785.                    for nodes that doesn't know their own name, and
  786.                    presents them self as -unlisted for FrontDoor.
  787.  
  788.                    Peter Janssens became the first contributor till
  789.                    FDLOG. Thanks Peter.
  790.  
  791.                1.13
  792.  
  793.                    Fixed a small bug, making FDLOG display years as 1890
  794.                    instead of 1990.
  795.  
  796.                    FDLOG will now skip lines with invalid date entries,
  797.                    and continue with the next line instead of aborting.
  798.  
  799.                    FDLOG will now notice that a entry in the alias file
  800.                    is a service request, and not assume that it is an
  801.                    aliasname.
  802.  
  803.                1.14
  804.  
  805.                    If FDLOG only were supposed to rename, archive or
  806.                    delete the logfile, it forgot to close the logfile
  807.                    before trying to do so, resulting in a sharing error.
  808.                    Fixed.
  809.  
  810.                    All screen output is now done via BIOS calls instead
  811.                    of via INT29. INT29 caused trouble with PC/MOS. It's
  812.                    also possible to 'SET VIDEO=x', where x is DOS, BIOS
  813.                    or INT29 to force FDLOG to use this kind of calls
  814.                    instead.
  815.  
  816.  
  817.  
  818.  
  819.  
  820.     FDLOG.TXT                                                      Page 13
  821.  
  822.     FrontDoor Log Analyzer (v1.20) / Mats Wallin              2 December 1990
  823.  
  824.  
  825.                FDLOG 1.20
  826.  
  827.                    Support for the new logformat FrontDoor 2.0 uses.
  828.                    (1.99c logformat should work too).
  829.  
  830.                    Some small changes in FDLOG.SYS, you have to run
  831.                    FDLOGCFG to update it, if you don't, FDLOG will
  832.                    abort.
  833.  
  834.                    Fixed some cosmetics which happened when a nodes
  835.                    address was more then 14 characters.
  836.  
  837.                    FDLOG doesn't display *.TIC files in RECEIVE.FDL and
  838.                    SEND.FDL anymore.
  839.  
  840.                    FDLOG can now rename the logfile either to
  841.                    FDyymmdd.LOG (the old format), or to FDddd.LOG where
  842.                    ddd is the daynbr of the year. Use FDLOGCFG to choose
  843.                    which format FDLOG should use.
  844.  
  845.                    If the logfile wasn't called FD.LOG, FDLOG wasn't
  846.                    able to rename it correctly.
  847.  
  848.                    The list node function in the menu, now detects the
  849.                    screen length, and uses it correct (what a feature
  850.                    :-) ).
  851.  
  852.  
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861.  
  862.  
  863.  
  864.  
  865.  
  866.  
  867.  
  868.  
  869.  
  870.  
  871.  
  872.  
  873.  
  874.  
  875.  
  876.  
  877.  
  878.  
  879.  
  880.  
  881.  
  882.  
  883.     FDLOG.TXT                                                      Page 14
  884.  
  885.