home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR21 / LANLOG11.ZIP / LLQUICK.GYD < prev    next >
Text File  |  1993-08-01  |  4KB  |  102 lines

  1. ===========
  2. Quick Guide
  3.  
  4. ------------
  5. Introduction
  6.  
  7. This short document provides a concise description of the LANLOG system,
  8. it's executables and their command line options.
  9.  
  10. --------------------
  11. Purpose and Function
  12.  
  13. Monitoring  and  controlling  the  software  licenses  you  use  in your
  14. organisation is in many countries a legal obligation. LANLOG will record
  15. the actual software run by the machine on which it is installed and then
  16. produce all the reports you need to see exactly  how  many  workstations
  17. run each product file. On a network,  all  the  data  is  written  to  a
  18. central    server  directory.   Copying  data  files  from  stand  alone
  19. machines to  the  server  directory  ensures  reports  show  a  complete
  20. picture.  There is no central database consuming vital server resource.
  21.  
  22. LANLOG  will  run  on  any network, there are two specific options which
  23. allow data files to use the network adaptor address  as  the  data  file
  24. name. This facility works with Novell and Netbios. Netbios does not have
  25. to     be   permanently  installed,  it  is  only  required  during  the
  26. installation of LANLOG on the workstation.
  27.  
  28. --------
  29. Overview
  30.  
  31. Version   1.1.  of  the  LANLOG  system  consists  of  two  executables,
  32. LLCONFIG.COM and LLREPORT.COM. LLCONFIG.COM is run on  each  workstation
  33. to  be  monitored  and creates a third executable LLOG.COM in the C:\LLG
  34. directory.   By  including  the  command  C:\LLG\LLOG  in   either   the
  35. autoexec.bat or login script of the PC, LLOG.COM will be loaded as a TSR
  36. when the PC is switched on or rebooted.
  37.  
  38. LLOG.COM's TSR monitors software usage on the PC, directing its data  to
  39. the  path  specified  when  running  LLCONFIG during LLOGs installation.
  40. After a period of time LANLOGs data files will accurately represent  the
  41. workstation or users software usage.
  42.  
  43. Having  collected  an  amount  of  data  LLREPORT.COM can be run (in the
  44. directory  in  which the data is stored)  and  generates a report of all
  45. the data files specified.  Using the /tot command line  option  LLREPORT
  46. will  also  create  a  "totalled"  metering  file,  which  can  then  be
  47. used  to  generate  a   final   summary  report  which  provides  totals
  48. across  ALL  the  collected meter data (see REPTEG03.BAT which does this
  49. for you).
  50.  
  51. Please refer to the manual for more  detail  of  this  process  and  the
  52. logging data file option.
  53.  
  54. --------------------
  55. Command Line Options
  56.  
  57. NOTE:   All LANLOG command line options are space delimited i.e. a space
  58.         must exist between each command line option, filespec etc.
  59.  
  60.         e.g.    LLCONFIG /PATH: F:\DATA\DEPT01 /MET /NETBIOS
  61.  
  62. ------------
  63. LLCONFIG.COM
  64.  
  65.     Syntax
  66.  
  67.         LLCONFIG [options]
  68.  
  69.     The [options] available in version 1.1 of LANLOG are as follows:
  70.  
  71.         /PATH:  <128 characters>   - Drive and path into which to  write
  72.                                      meter   data  NOT  including   file
  73.                                      name.
  74.         /NAME: <8 characters>      - file name of meter &/or log data
  75.         /MET                       - Activate  metering  & create file
  76.         /LOG                       - Activate Logging & create file
  77.         /NETWARE                   - Use adapter address  returned  from
  78.                                      NETWARE to create data file name(s)
  79.         /NETBIOS                   - Use   adapter address returned from
  80.                                      NETBIOS to create data file name(s)
  81.         /H -H ? H HELP /? /HELP -? - Show on screen command list syntax
  82.  
  83. ------------
  84. LLREPORT.COM
  85.  
  86.     Syntax
  87.  
  88.         LLREPORT <filespec> [options]
  89.  
  90.         <filespec> Specify single or group of meter  files  (*.MET)  for
  91.                    inclusion in the report.
  92.  
  93.     The [options] available in version 1.1 of LANLOG are as follows:
  94.  
  95.         /TOT       Produce  a total across all <filespec> meter files to
  96.                    meter file LANLOG.TOT.
  97.         /Y/N       Allow user to skip or  include  a  meter  file  in  a
  98.                    totals report list.
  99.         /CQ        Report printed in comma-quote (,") format.
  100.  
  101.                                  -oOo-
  102.