home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / MISC / FDLOG120.ZIP / FDLOG.TXT < prev    next >
Encoding:
Text File  |  1990-12-02  |  27.8 KB  |  885 lines

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