home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / bbs / logproc / logproc.doc next >
Encoding:
Text File  |  1989-02-10  |  3.4 KB  |  104 lines

  1. Assemble logs in a subdirectory.
  2. Put the directory listing into a file, use "DIR > NOTES" in DOS.
  3.  
  4. This should result in something like
  5.  
  6.  Volume in drive T is DISK1_VOL2 
  7.  Directory of  T:\STATS
  8.  
  9. .            <DIR>      2-07-89   9:28a
  10. ..           <DIR>      2-07-89   9:28a
  11. LOGPROC  PAS    18881   2-08-89   2:56a
  12. LOGPROC  EXE    27968   2-08-89   2:56a
  13. LOG-DEC  01     20608   1-01-88   3:04a
  14. LOG-DEC  05    102784   1-01-88   3:18a
  15. LOG-DEC  220   217088   1-01-88   3:09a
  16. LOG-DEC  HF     53504   1-01-88   3:02a
  17. LOG-AUG  220   230144   9-01-88   3:53a
  18. LOG-AUG  2M    155904   9-01-88   3:51a
  19. LOG-AUG  HF    138880   9-01-88   3:50a
  20. LOG-AUG  NTS      128   9-01-88   5:27a
  21. LOG-OCT  01     62208  11-01-87   6:57a
  22. LOG-OCT  05     64896  11-01-87   7:04a
  23. LOG-OCT  220   177792  11-01-87   7:01a
  24. LOG-OCT  HF     38016  11-01-87   7:02a
  25. LOG-NOV  01     56192  12-01-87   1:18a
  26. LOG-NOV  05     91136  12-01-87   1:22a
  27. LOG-NOV  220   154496  12-01-87   1:20a
  28. LOG-NOV  HF     55424  12-01-87   5:25a
  29. LOG-NOV  LOC     8320  12-01-87   2:09a
  30. LOG-SEP  220   282368  10-01-88   1:09a
  31. LOG-SEP  2M    162304  10-01-88   1:08a
  32. LOG-SEP  HF    158080  10-01-88   1:06a
  33. LOG-SEP  NTS      384  10-02-88   4:54a
  34. LOG-OCT7 2M    142228  11-01-88  12:35a
  35. LOG-NOV  232      617  11-30-88   1:28p
  36. LOG-NOV  2M    130848  12-01-88  12:01a
  37. LOGPROC  DOC      143   2-08-89  12:03p
  38. DIR                 0   2-08-89  12:03p
  39. LOG-APR  2M    177408   5-02-88   4:45p
  40.        32 File(s)   3072000 bytes free
  41.  
  42. Then edit it into a list of log names.  I use Sidekick and call the
  43. directory list file 'NOTES'
  44.  
  45. LOG-NOV.01
  46. LOG-NOV.05
  47. LOG-NOV.220
  48. LOG-NOV.HF
  49. LOG-NOV.LOC
  50. LOG-DEC.01
  51. LOG-DEC.05
  52. LOG-DEC.220
  53. LOG-DEC.HF
  54. LOG-AUG.220
  55. LOG-AUG.2M
  56. LOG-AUG.HF
  57. LOG-OCT.01
  58. LOG-OCT.05
  59. LOG-OCT.220
  60. LOG-OCT.HF
  61. LOG-SEP.220
  62. LOG-SEP.2M
  63. LOG-SEP.HF
  64. LOG-OCT7.2M
  65. LOG-NOV.232
  66. LOG-NOV.2M
  67. LOG-APR.2M
  68.  
  69. Then run the program LOGPROC
  70.  
  71. It will prompt you for the BBS Call.
  72.  
  73. It will then ask you to select the log type. WA7MBL changed formats
  74. with version 5.  If you are not sure which version you have, or have
  75. both kinds, then select choice 2 and logproc will autoselect the log format.
  76.  
  77. If you selected option 2 or 5 it will ask you for the year. MBL 5 does
  78. not store the year in the log.  If you have a mix of MBL logs, it will
  79. read the year from the 3 and 4 logs and use the value you entered for the
  80. 5 logs.
  81.  
  82. There is minimal error checking in the dialog, so take care what you enter.
  83.  
  84. If you upgraded to Version 5 and did not change logs, manually split them
  85. with a word processor in its non ASCII mode.
  86.  
  87. The findings are stored in a file 'BBS_CALL.ASC', WHERE BBS_CALL is
  88. the call of the BBS. The summary is written if the month changed, or
  89. if the logfile ended.
  90.  
  91. Please run your logs through the program and send the BBS.ZCZ file
  92. to G3ZCZ@N4QQ.
  93.  
  94. This file was put together in a hurry, so that I could pass the program
  95. out at a SYSOP meeting in Maryland on 2/12/89.
  96.  
  97. The source code is included in the arc file so you can see what criteria
  98. are used to distinguish the types of messages. Early MBL logs may contain
  99. other types which will show up as unrecognized (and beep at you) and be
  100. counted as others.  If you have any, and can remember what they were
  101. please let me know.
  102.  
  103. 73 Joe G3ZCZ@N4QQ.
  104.