home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / comm / dlc11.lha / DLC.doc < prev    next >
Text File  |  1993-01-27  |  4KB  |  125 lines

  1. ***************************
  2. *  DLG Last Callers v1.1  *
  3. *     27 January 1993     *
  4. * - - - - - - - - - - - - *
  5. *     Leon D. Shaner      *
  6. ***************************
  7.  
  8. DLC is SHAREWARE.  If you like DLC, please support my development
  9. efforts by following the instructions in "Registration.txt"
  10.  
  11. THANK YOU!
  12.  
  13. There is already a "registered user version" with many additional
  14. features.  I'm sure you will find the added flexibility of the
  15. registered version to be WELL worth kicking back some funds.
  16.  
  17. I have MANY ideas for other useful DLG utilities and enhancements.
  18. Though my incentive for programming is based on addressing the
  19. "need" for useful software (rather than monetary gain) my time is
  20. limited--whatever pays the bills gets my time.  <grin>
  21.  
  22. Many thanks to Steve Lewis for his help in tracking down an
  23. enforcer hit in the original release version of DLC.
  24.  
  25. Suggestions and bug reports should be e-mailed to:
  26.  
  27.    leon@abcd.houghton.mi.us (internet)
  28.    leon @ 1:139/950.0       (fido)
  29.  
  30. I hope you like my work...
  31.  
  32. \Leon
  33. -----------------------------------------------------------------
  34.  
  35. At your shell prompt, you can get internal documentation by just
  36. typing DLC with no arguments.  AND if you specify valid arguments
  37. it will echo the options in effect.
  38.  
  39. Just put an entry in your DLGConfig:Batch/Login.DLGBatch with the
  40. options you would like and viola--you're in business.
  41.  
  42. Usage Notes:
  43.  
  44. DLC is designed to be run from online, within DLG, however I have
  45. designed it so that you can verify your settings by first running it
  46. from outside of DLG.
  47.  
  48. When run from a regular Shell/CLI (not logged into a DLG port),
  49. the options that you have selected will be spelled out in (hopefully)
  50. clear English so that you can be sure you will get the desired results
  51. when running DLC from within DLG.
  52.  
  53.        
  54. ----------------------------------------------------------------------       
  55.                 DLC Setup, and modes of operation
  56. ----------------------------------------------------------------------       
  57.        
  58.        
  59. Update & display at login:
  60. -------------------------
  61.  
  62. In this mode, the caller database will be updated as
  63. the user logs in AND it will be displayed at that time.
  64.  
  65. Example DLGConfig:Batch/Login.DLGBatch
  66. entries and their corresponding functions:
  67.  
  68.    DLC 5
  69.  
  70.        - The caller database will be updated.
  71.        - The last [5] callers will be displayed in FORWARD order.
  72.  
  73.    DLC -l 10
  74.  
  75.        - The caller database will be updated. 
  76.        - The last [10] callers will be displayed in FORWARD order.
  77.        - Nobody on any LOCAL port will be recorded.
  78.  
  79.    DLC -s "Leon Shaner" 1
  80.  
  81.        - The caller database will be updated.
  82.        - The last caller will be displayed.
  83.        - The SysOp, "LEON SHANER", will not be recorded on ANY port.
  84.  
  85.    DLC -l -s "Leon Shaner" 20
  86.  
  87.        - The caller database will be updated.
  88.        - The last [20] callers will be displayed in FORWARD order.
  89.        - The SysOp, "LEON SHANER", will not be recorded on ANY port.
  90.        - Nobody on any LOCAL port will be recorded.
  91.  
  92.  
  93. You can actually put the above options in ANY order and even
  94. combine them.  For instance, the following is perfectly valid:
  95.  
  96.    DLC 20 "Leon Shaner" -sl
  97.  
  98. (has the same effect as the last example above).
  99.  
  100.  
  101.  
  102. Setting new call totals:
  103. -----------------------
  104.  
  105. To change the total number of callers overall and total number of
  106. callers today, just specify the values on the command line after
  107. the keyword "SET."  You can change the numbers any time you like.
  108.  
  109.    DLC SET 32423 5
  110.  
  111. Will set the total calls to 32423 and the calls today to 5...
  112. NOTE:  This mode of DLC requires that the arguments be specified
  113. in PRECISELY the indicated format.
  114.  
  115.  
  116. --------------------------------------------------------------
  117.  
  118. History (Unregistered Version):
  119.  
  120. 16 January 1993
  121.    v1.0 Initial release.
  122.  
  123. 27 January 1993
  124.    v1.1 Fixed enforcer hit in argument parsing (thanks, Steve)
  125.    Other cosmetic changes.