Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| howto:door:bre [2016/11/13 03:43] – Cleanup Buckaroo | howto:door:bre [2018/03/01 12:21] (current) – old revision restored digital man | ||
|---|---|---|---|
| Line 153: | Line 153: | ||
| From the command line, run BRE TEST and take a look at the RESULTS.TXT file generated. This will tell you if there are any issues. | From the command line, run BRE TEST and take a look at the RESULTS.TXT file generated. This will tell you if there are any issues. | ||
| - | I run a BRE inbound | + | I run a BRE inbound whenever my system receives mail. |
| - | BRE REQUEST | + | BRE INBOUND |
| - | BRE RECON | + | |
| - | BRE PLANETARY | + | I also run the following every midnight in my nightly maintenance batch file. |
| - | BRE BBSINFO | + | |
| + | ::BRE League 10 | ||
| + | CD C: | ||
| + | BRE INBOUND [Processes any inbound BRE packets] | ||
| + | BRE SCORES [Creates InterBBS score files] | ||
| + | BRE PLANETARY | ||
| + | BRE REQUEST [Create global recon updates and requests] | ||
| + | BRE BBSINFO | ||
| + | BRE OUTBOUND [Processes any outbound packets] | ||
| + | cd outbound | ||
| + | move *.* c: | ||
| + | del c: | ||
| </ | </ | ||