home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / comm / dlc10.lha / DLC.doc < prev    next >
Text File  |  1993-01-17  |  3KB  |  105 lines

  1. ***************************
  2. *  DLG Last Callers v1.0  *
  3. *     16 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. Suggestions and bug reports should be e-mailed to:
  23.  
  24.    leon@abcd.houghton.mi.us (internet)
  25.    leon @ 1:139/950.0       (fido)
  26.  
  27. I hope you like my work...
  28.  
  29. \Leon
  30. -----------------------------------------------------------------
  31.  
  32. DLC Setup:
  33.  
  34. At your shell prompt, you can get internal documentation by just
  35. typing DLC with no arguments.
  36.  
  37. Just put an entry in your DLGConfig:Batch/Login.DLGBatch with the
  38. options you would like and viola--you're in business.
  39.  
  40.  
  41. Usage Notes:
  42.  
  43. This version is hard-coded to display the list of users
  44. in FORWARD order.
  45.  
  46. DLC belongs in your DLGConfig:Batch/Login.DLGBatch, however I have
  47. designed it so that you can verify your settings by first running it
  48. from outside of DLG.  
  49.  
  50. When run from a regular Shell/CLI (not logged into a DLG port),
  51. the options that you have selected will be spelled out in (hopefully)
  52. clear English so that you can be sure you will get the desired results
  53. when running DLC from within DLG.
  54.  
  55. Here are some example DLGConfig:Batch/Login.DLGBatch entries
  56. and their corresponding functions:
  57.  
  58.    DLC 5
  59.  
  60.        - The caller database will be updated.
  61.        - The last [5] callers will be displayed in FORWARD order.
  62.  
  63.    DLC -l 10
  64.  
  65.        - The caller database will be updated. 
  66.        - The last [10] callers will be displayed in FORWARD order.
  67.        - Nobody on any LOCAL port will be recorded.
  68.  
  69.    DLC -s "Leon Shaner" 1
  70.  
  71.        - The caller database will be updated.
  72.        - The last caller will be displayed.
  73.        - The SysOp, "LEON SHANER", will not be recorded on ANY port.
  74.  
  75.    DLC -l -s "Leon Shaner" 20
  76.  
  77.        - The caller database will be updated.
  78.        - The last [20] callers will be displayed in FORWARD order.
  79.        - The SysOp, "LEON SHANER", will not be recorded on ANY port.
  80.        - Nobody on any LOCAL port will be recorded.
  81.  
  82.  
  83. You can actually put the above options in ANY order and even
  84. combine them.  For instance, the following is perfectly valid:
  85.  
  86.    DLC 20 "Leon Shaner" -sl
  87.  
  88. (has the same effect as the last example above).
  89.  
  90.  
  91. To change the total number of callers overall and total number of
  92. callers today, just specify the values on the command line after
  93. the keyword "SET."  You can change the numbers any time you like.
  94.  
  95.    DLC SET 32423 5
  96.  
  97. Will set the total calls to 32423 and the calls today to 5...
  98. NOTE:  This mode of DLC requires that the arguments be specified
  99. in PRECISELY the indicated format.
  100.  
  101. History:
  102.  
  103. 16 January 1993
  104.    Initial release.
  105.