Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| howto:door:fe [2016/11/06 17:50] – Fixed a few spelling errors Buckaroo | howto:door:fe [2018/03/01 12:21] (current) – old revision restored digital man | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| ===== SCFG Settings ===== | ===== SCFG Settings ===== | ||
| - | Name | + | Name |
| Internal Code FE | Internal Code FE | ||
| Start-up Directory | Start-up Directory | ||
| Line 84: | Line 84: | ||
| Since SBBS places the doorfile in the startup directory, edit it to match this | Since SBBS places the doorfile in the startup directory, edit it to match this | ||
| @ECHO OFF | @ECHO OFF | ||
| - | FE | + | FE FULL |
| </ | </ | ||
| Line 149: | Line 149: | ||
| From the command line, run FE 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 FE TEST and take a look at the RESULTS.TXT file generated. This will tell you if there are any issues. | ||
| - | I run a FE inbound | + | I run FE inbound whenever my system receives mail. I also run the following every midnight |
| - | FE REQUEST | + | ::FE League 10 |
| - | FE RECON | + | CD C: |
| - | FE PLANETARY | + | FE INBOUND [Processes any inbound BRE packets] |
| - | FE BBSINFO | + | FE SCORES [Creates InterBBS score files] |
| - | FE SCORES | + | FE PLANETARY |
| + | FE REQUEST [Create global recon updates and requests] | ||
| + | FE BBSINFO | ||
| + | FE OUTBOUND [Processes any outbound packets] | ||
| + | cd outbound | ||
| + | move *.* c: | ||
| + | del c: | ||
| </ | </ | ||
| Line 164: | Line 170: | ||
| ===== See Also ===== | ===== See Also ===== | ||
| * [[util: | * [[util: | ||
| - | * [[: | ||
| - | * [[: | ||
| * [[: | * [[: | ||
| {{tag> | {{tag> | ||