home *** CD-ROM | disk | FTP | other *** search
/ synchro.net / synchro.net.tar / synchro.net / Synchronet_Archive / USERCOM.ZIP / USERCOM.DOC < prev   
Encoding:
Text File  |  1993-04-20  |  656 b   |  16 lines

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