home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 September / PCO_0998.ISO / filesbbs / dos / sbbs230b.exe / DOCS.LZH / USERCOM.DOC < prev    next >
Encoding:
Text File  |  1994-06-24  |  704 b   |  18 lines

  1. USER.COM Documentation
  2. ----------------------
  3.  
  4. This utility will extract the activity and statistics of a particular user from
  5. the Synchronet detailed log files.
  6.  
  7. usage: user <username> <logfiles>
  8.  
  9. 'username' is the name or number of the user whose doings should be extracted.
  10.            It should be placed in double quotes if the name is more than one
  11.            word, and is case sensitive.
  12. 'logfiles' is a log filename or list of log files to search (wildcards are ok)
  13.  
  14. It is useful to redirect the output of USER.COM into a text file for viewing.
  15.  
  16. Examples:  user "Bill Wagstaff" c:\sbbs\data\logs\07*.log > bwag.txt
  17.            user 0155 ..\maylogs\*.log ..\junlogs\*.log >rbar.txt
  18.