home *** CD-ROM | disk | FTP | other *** search
/ synchro.net / synchro.net.tar / synchro.net / modem.madness / SMMNETML / FDV_202.ZIP / FDVIEW.DOC next >
Encoding:
Text File  |  1992-12-18  |  8.6 KB  |  208 lines

  1. FDView - FrontDoor Log Viewer for current day's activity.
  2.          Version 2.02
  3.  
  4.          Supports FrontDoor 2.10 and under.
  5.  
  6.  
  7. History:
  8.          Listed at end of documentation.
  9.  
  10.  
  11. Warranty:
  12.  
  13.         None, I will not be held liable for any damage, whether
  14.         direct or consequential, relating to the use of FDView.
  15.         You acknowledge this in full by using FDView.
  16.         Use FDView at your own risk ! !
  17.  
  18. Intro:
  19.         I wrote this program because I got tired of scrolling through
  20.         FD.log with List to see what happend for the current day.
  21.         All I wanted is something that told me what each user
  22.         did for the current or selected day.
  23.  
  24.  
  25.         FDView reads the FD.Log and compares the entry dates
  26.         with the current date or the date you entered on the
  27.         command line. If they match, the activities for that date
  28.         and on will display on the screen with the option to scroll
  29.         forward and backward or pan left and right through the selected
  30.         activities.  FDView also gives you choices to print the activities
  31.         to the printer, save the activities to a file, or shell to a batch
  32.         file where you may do anything you want. A new feature is a Paint
  33.         and Save otion. This will let you paint selected text and save or
  34.         append the text to a file.
  35.  
  36.         Simple, but useful to me. I thought someone else might
  37.         like it too so I wrote a .Doc and made it available.
  38.  
  39.  
  40. Installation:
  41.  
  42.         The only thing you have to copy FDView.EXE to your
  43.         directory that contains the FrontDoor Log file.
  44.         The Log file does not have to be named FD.Log.
  45.         FDView WILL WORK WITH ANY FILENAME AS LONG AS IT IS
  46.         A LOG FILE GENERATED BY FRONTDOOR ! !.
  47.         
  48.         To start FDView, type the following at the command line:
  49.  
  50.         Usage: FDView <logname> <option1> <option2>
  51.  
  52.         If no options are specified FDView will default to the
  53.         current date.
  54.  
  55.         Option1, if used, must be before Option2.
  56.  
  57.         Option1: mm-dd-yyyy (Starts displaying from this date)
  58.                  /Dnn       (Starts displaying nn day's ago)
  59.                  /A         (Prompts for nn day's)
  60.  
  61.         Option2: /Ffilename.ext  (Writes Activities to filename.ext)
  62.                  /P              (Prints Activities to Printer)
  63.  
  64.         Example 1: FDView FD.Log 08-05-1991
  65.         This would read FD.Log and start displaying the activities
  66.         from 08-05-1991 to the present date.
  67.  
  68.         Example 2: FDView FD.Log /d2
  69.         This would read FD.Log and start displaying the activities 2
  70.         days from the the present date.
  71.  
  72.         Example 3: FDView FD.Log /Fexample.txt or
  73.                    FDView FD.Log /d1 /Fexample.txt
  74.         The first would read FD.Log and write the activities to example.txt.
  75.         The second would read FD.Log and write the activities starting one day
  76.         before today to example.txt. It simply reads, writes, and exits the
  77.         program. I did this so I could use it remotely and not lock up my
  78.         board.
  79.  
  80.         Example 4: FDView FD.Log /P or
  81.                    FDView FD.Log /d1 /P
  82.         The first would read FD.Log and print today's activities to the
  83.         printer. The second would read FD.Log and print activities starting
  84.         one day before today to the printer.
  85.  
  86.         Example 5: MXView Max.Log /A
  87.  
  88.         This will prompt you to enter the number of days to start before
  89.         the current day. 1 = one day, 2 = two days, etc. If you just
  90.         press enter it will default to the current day.
  91.  
  92.         
  93.         That's it. You'll get a listing of all the activities
  94.         for the current day or from the date you specified.
  95.         (If your computer clock is correct and the total selected
  96.         activities you want does not exceed 1100 lines. This is becuase
  97.         of a 64 K barrier in Basic PDS 7.1. I'm hopeing to get around this
  98.         soon.)
  99.  
  100.         While FDView is displaying your activities you have full cursor
  101.         support to scroll up, down, left or right. Home key will take
  102.         you to the top and End to the bottom.  A help screen is displayed
  103.         by pressing F1.  F2 will save your activities to a text file.
  104.         F3 will print them to the printer.  F4 will shell out and execute
  105.         FDVBATCH.BAT if it exists.  You could have some sort of log
  106.         maintenance in this batch file. F4 will start the paint and save
  107.         option.   To exit the program, press Escape.
  108.  
  109. Information
  110. and Desqview:
  111.  
  112.        After reading the FD.Log file and before it display's
  113.        the activities to you, FDView closes the log file in case
  114.        FD.Log is needed to be accessed by something else.
  115.        I guess this would only apply to multitasking software.
  116.        I run Desqview under Frontdoor. I have a separate window
  117.        for FDView with the same settings as BigDos window.
  118.        I have not had any problems yet. FDView will display up to
  119.        1100 lines of selected activities.
  120.  
  121.  
  122.  
  123.         I don't know if any of you will like this or not.
  124.         If you do, great. If you don't delete it. Simple.
  125.         If anyone has any suggestions on how to make this
  126.         utility better, please let me know. I would love
  127.         to hear your ideas.
  128.         I can be reached at the Following:
  129.  
  130.         Bill Spicer
  131.         The Hook and Slice Club BBS
  132.         202 Warrington Ave.
  133.         Danville, IL 61832 USA
  134.         (217) 446-0105 (BBS)
  135.         FidoNet 1:233/6
  136.  
  137.  
  138.         You can Freq FDView from the above address using FDView for
  139.         the Magic file name.
  140.  
  141.         If you use FDView, a donation of $5.00 would be appreciated. This
  142.         would keep me motivated to update and write more of these utilities.
  143.  
  144.         Thanks for trying FDView
  145.  
  146.         Also you might want to try.
  147.  
  148.         FDVRem - Remote FrontDoor Log Viewer Door. Supports Door.Sys,
  149.         Dorinfo1.Def, CallInfo.Sys, PCBoard.Sys.
  150.         Available at The Hook and Slice Club
  151.  
  152.  
  153.         FDView was written and compiled using
  154.         Microsoft's Basic Professional Development System 7.1
  155.  
  156. History:
  157.  
  158.  
  159.         1.00 - Finished Program
  160.         1.01 - Added a check to see if FD.Log exists.
  161.              - Display's a message if no activity for the
  162.                current day was found.
  163.         1.02 - Added a command line logname parameter so
  164.                FDView could be used on log files that have
  165.                been renamed to some other name.
  166.              - Added a Usage message that display's if FDView
  167.                was executed without a logname.
  168.              - Added the option to re-display the activities
  169.                by pressing the Escape key.
  170.              - Added the option to display the previous screen
  171.                by pressing B.
  172.              - Added the option to end the program without having
  173.                to display all the activities. Pressing E will end
  174.                the program.
  175.         1.03 - Added command line option to specify a starting
  176.                date.
  177.              - Added command line option to start nn day's ago.
  178.         1.04 - Added more tags to support FrontDoor Ver. 2.01
  179.              - Changed a few colors.
  180.         1.05 - Added the option to save selected activities to a file.
  181.              - Added the option to print selected activities to the printer.
  182.              - Re-structured a few routines and added error routines.
  183.         1.06 - Fixed color on ? error tags.
  184.              - Added command line option to write activities to a
  185.                file without having keyboard input.  (/F)
  186.              - Added command line option to print activities to a
  187.                printer without havig keyboard input. (/P)
  188.         1.07 - Added a new routine for /d option. Now handles months
  189.                with 28 and 30 days correctly..
  190.         1.08 - Fixed bug in parsing command line parameters.
  191.  
  192.         2.00 - Added complete cursor control. Scroll up, down, left or right.
  193.              - PgUp, Pgdn, Home, and End now work with display.
  194.              - Display now scrolls instead of clearing with every keystroke.
  195.              - Moved Save and Print keys to F2 and F3.
  196.              - Added a Info Screen (F1).
  197.              - Added option to shell to a batch file for log maintenance.(F4).
  198.              - Fixed bug with command line date. Used to screw up if you didn't
  199.                specify a leading 0 for months 1 through 9. Fixed!
  200.              - Added some neat display routines.
  201.         2.01 - Added a feature to mark selected text and save to a text file.
  202.              - Added option to append or overwrite existing text file.
  203.         2.02 - Added the /A switch to prompt for nn day's.
  204.         
  205.  
  206.  
  207.         
  208.