

        HOW TO SETUP PCBOARD ON WINDOWS 8,9 & 10 32 Bit
                 telnet://Pcbbbs.ddns.net 6500
                   Pcboard main files & PPE's
                        Over 7,000 files
                        Updated 04/26/2026



Pcb Conference.


Date: 04/23/26 (06:09)              Number: 10 of 15 (Refer# NONE)
  To: ALL
From: SYSOP
Subj: How to setup Pcboard Part 1 of 3
Read: (N/A)                         Status: PUBLIC MESSAGE / FILE
Conf: PCB (100)                  Read Type: GENERAL (-)


Before you start setting up Pcboard you will need the files included below
and you will need to download the following files on pcbbbs.ddns.net port 6500.


1. PCB250.ZIP
2. ZMRECV.EXE
3. ZMSEND.EXE
4. Netfoss.zip 



Follow these steps and all the files is available on this system.

1.  Download PPCB250.zip.
2.  Install Pcboard in to the c:\PCB.
3.  Create a sub directory c:\PCB\NETFOSS.
4.  Copy of the Netfoss director to c:\pcb. 
5.  Copy and paste the follow the following lines below.
6.  Editing the settings in your pcbsetup.
7.  Local login type pcboard /localon.
8.  Put this line in the t.bat net2bbs.exe


The first account that you create will be the sysop account.

I have a large collection of BBS files on pcbbbs.ddns.net 6500
and on themegabbs.ddns.net 6400.


c:\PCB\NETFOSS>more net2bbs.ini
| Net2BBS.INI Configuration Settings quick help:
|-----------------------------------------------------------------------------
| Command=    Path to filename + parameters to execute when spawning a node.
|             Macros: *N={Node Number} *H={Socket Handle} *I={Users IP Address}
|
| StartPath=  Optional path to start the Command line from (*N Macro supported)
| Port=       TCP Port number to accept incoming connections on, usually 23.
| PolicyPort= Optional PolicyPort for using a Flash Telnet Client. Must be 843.
| BindToIP=   Optional IP Address to bind to. If omitted all IP's are bound.
| Nodes=      The maximum number of nodes to allow on at one time (256 max).
| StartNode=  Number of first Node. Default=1.
| MaxSameIP=  Maximum number of connections allowed from the same IP address.
| Debug=      Display debug messages in log. 1 to enable, or 0 to disable.
| NodeView=   Client  Window View: 0-Hide, 1-Normal, 2-Minimize, 3-Maximize
| MainView=   Net2BBS Window View: 0-Hide, 1-Normal, 2-Minimize, 3-Maximize
| NodeLines=  Number of lines the node Console window is set for (25 or 50).
| Log=        Filename to log activity. Path is option
| WhiteList=  List of up to 4 trusted IP Addresses (No wildcards or hostnames).
|             These IP's will not be blocked by the Blacklist, DNS-BL,
|             AntiHammer, Anti-PortScanner, or GEO-IP Checkers.
| BlackList=  Filename of list of banned IPs and hostnames - Supports "*" & "?"
| BlackListMsg= Text to show user if their IP or hostname matches the
BlackList.
| BlackListANS= Text file to show user instead of KillMsg if found.
| Editor=     Name of text editor (default=notepad.exe).
| Semaphore=  Filename to check at connect. If exists, display it & disconnect.
| AntiScanner= Prevent bots/scanners from connecting. 0=Disable, 1=Enable,
|              2=Don't add IP to e cache, 3=log without denying access.
| AntiHammer= Prevent excessive connect/disconnects. 0=Disable. 1=Enable.
| CacheTime=  Sets a timeout in minutes to remove cached IP's (0=Never).
| Resolve=    IP to hostname resolving. 1 to enable, or 0 to disable.
| ResolveMsg= Text to show user while resolving their IP address.
| ShowHost=   Show the user their resolved hostname, 1 to enable 0 to disable.
|             Values above 1 also show, and then wait that number of
milliseconds.
| Blocking=   0 to use Non-Blocking Sockets, or 1 to use Blocking Sockets.
| DNSBL=      A DNS BlackList domain name to use. If this option is defined,
|             any incoming connection listed in the BlackList is disconnected.
| BlockCC=    ISO-3166 Country Codes to block when using zz.countries.nerd.dk
|             See http://en.wikipedia.org/wiki/ISO_3166-1_numeric
| GeoIPWeb=   Web site to use advanced GeoIPlocation, default is
api.ipstack.com
| GeoIPPort=  TCP port used by the GeoIPWeb site, default is 80.
| GeoIPKey=   API Key - you must request a free key from ipstack.com
|-----------------------------------------------------------------------------
| ******* Edit only lines after the [Settings] line below *******
| ******* Remove ";" from start of lines to enable them   *******
| Save your changes, then restart Net2BBS for the changes to take effect.

[Settings]
Command=c:\pcb\netfoss\nf.bat /n*N /h*H c:\pcb\pcboard.bat *N
StartPath=c:\pcb\node*N
Port=6500
;PolicyPort=843
BindToIP=192.168.50.241
Nodes=50
StartNode=1
MaxSameIP=2
Debug=1
NodeView=2
MainView=1
NodeLines=25
Log=telnet.log
Whitelist=192.168.50.241
Blacklist=blacklist.txt
BlacklistMsg=You are not welcome here.
;BlacklistMsg=goaway.ans
Editor=notepad.exe
Semaphore=wait.sem
Resolve=1
;ResolveMsg=o Net2BBS - Resolving your IP Address...
ResolveMsg=|?[2J?[0;32mo ?[1mNet2BBS ?[0;32m- ?[1;37mRe?[32mso?[0;32mlving your
IP Add?[1mre?[37mss?[0;32m...?[1;37m
ShowHost=1
AntiScanner=1
AntiHammer=1
CacheTime=0
;DNSBL=zz.countries.nerd.dk
;BlockCC=156,643,392,804    For nerd.dk only: 156=China 643=Russia 392=Japan
804=Ukraine
DNSBL2=xbl.spamhaus.org
DNSBL3=zombie.dnsbl
DNSBL4=blocklist.de
;GeoIPWeb=api.ipstack.com
;GeoIPPort=80
;GeoIPKey=0
********** You must request a free GeoIP API key from http://ipstack.com


c:\PCB\NETFOSS>more nf.bat
@echo off
SET DSZLOG=PCBDSZ.LOG
SET DSZPORT=1
c:\pcb\netfoss\ansi.com
c:\pcb\netfoss\netfoss.com %1
rem ** If running a DOS based BBS (or Mystic), add " %1" to the end of above
line **
if errorlevel 1 goto end
c:\pcb\netfoss\netcom.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
c:\pcb\netfoss\netfoss.com /u
:end


Do not remove the pcb path.

c:\PCB>more pcboard.bat
 @ECHO OFF
SET PATH=C:\Windows\system32;C:\Windows;c:\windows\system32;c:\pcb\;
        set dszlog=pcbdsz.log
        CLS
        SET PCB=/NODE:%1 /PORT1F:
        SET PCBDRIVE=C:
        SET PCBDIR=\PCB\NODE%1
        SET PCBDAT=C:\PCB\PCBOARD.DAT
        SET NODE=%1
        :top
        %pcbdrive%
        cd %pcbdir%
        if exist remote.bat REN remote.bat remote.sys
        if exist door.bat   DEL door.bat
        if exist endpcb     DEL endpcb
        c:\pcb\pcboardm /file:%pcbdat% /C:115200
        if exist remote.bat CALL remote.bat
        if exist door.bat   CALL door.bat
        if exist event.bat  CALL event.bat
        if NOT exist endpcb GOTO top
        :end


This will fix the Zmodem issue

c:\PCB>more PCBRZ.BAT
@echo off
if exist %dszlog% del dszlog%
zmrecv.exe %3


c:\PCB>more PCBRZ.BAT
@echo off
if exist %dszlog% del dszlog%
zmrecv.exe %3


Create the following file in your c:\pcb\netfoss directory

t.bat
net2bbs

This start up net2bbs and do not forget to open your post on the router.



When your done with the setup your directory should look like this:

Files in your c:\pcb directory:

 Directory of c:\PCB

04/24/2026  04:15 AM    <DIR>          .
04/24/2026  04:15 AM    <DIR>          ..
04/19/2026  09:18 PM             1,208 ANALYSIS.RPT
01/03/1980  12:28 AM             7,680 APPLYCFG.EXE
12/31/2005  02:01 PM    <DIR>          ATTACH
04/21/2026  11:01 PM           146,038 Backup.zip
12/31/2005  01:59 PM             1,141 BOARD.BAT
04/24/2026  03:36 AM                25 CHANGED.LST
12/31/2005  02:01 PM    <DIR>          CMDFILES
04/19/2026  07:44 PM    <DIR>          COMMDRV
08/31/1996  03:30 PM           121,181 COMMDRV.RED
04/22/2026  11:44 AM    <DIR>          C``PCB
08/31/1996  03:30 PM             1,388 DIR01.BAK
08/31/1996  03:30 PM               142 DIR02.BAK
08/31/1996  03:30 PM               142 DIR03.BAK
08/31/1996  03:30 PM               142 DIR04.BAK
08/31/1996  03:30 PM               142 DIR05.BAK
08/31/1996  03:30 PM               142 DIR06.BAK
08/31/1996  03:30 PM               142 DIR07.BAK
04/23/2026  07:36 PM            23,674 DIRPCB.BAK
04/23/2026  12:24 AM               142 DIRPCBPP.BAK
04/24/2026  03:32 AM            42,947 DIRPPE.BAK
08/31/1996  03:30 PM                25 DISK.ID
04/19/2026  07:44 PM    <DIR>          DOC
01/08/2006  09:39 AM            27,827 DOORWAY.EXE
06/03/2003  03:01 AM            56,719 dsz.exe
01/03/1980  12:28 AM            11,245 ENCRYPT.EXE
04/22/2026  03:23 AM                60 ENDPCB
06/13/1995  04:03 PM             9,381 fdc.cfg
06/13/1995  04:03 PM            72,177 FDC.EXE
06/03/2003  03:01 AM            56,719 FDSZ.EXE
04/19/2026  07:44 PM    <DIR>          FIDO
01/03/1980  12:28 AM           214,586 FIDOUTIL.EXE
04/19/2026  07:44 PM    <DIR>          FILES
03/02/1999  12:42 AM               558 FILE_ID.DIZ
08/31/1996  03:30 PM            34,886 FIXTEXT.EXE
04/20/2026  06:26 AM             3,465 FOODUSRE.PPD
03/17/1996  05:41 PM             8,867 FOODUSRE.PPE
04/20/2026  06:30 AM            14,482 FOODUSRE.PPX
04/24/2026  03:48 AM    <DIR>          GEN
04/19/2026  07:44 PM    <DIR>          HELP
04/29/1997  12:57 PM             2,049 HISTORY
04/23/2026  02:04 AM             7,898 HOW TO SETUP PCBOARD.txt
01/03/1980  12:28 AM            25,092 INIT.EXE
08/31/1996  03:30 PM            42,294 INSTALL.DAT
08/31/1996  03:30 PM           338,548 INSTALL.EXE
09/06/1996  12:13 PM               128 INSTALL.RES
04/19/2026  10:40 PM    <DIR>          install1
04/17/2026  04:03 PM                32 l.bat
04/17/2026  04:03 PM                32 local.bat
07/25/1997  02:44 AM           768,080 LOCAL.EXE
04/23/2026  06:14 AM    <DIR>          MAIN
04/23/2026  07:32 PM    <DIR>          MAINCONF
01/03/1980  12:28 AM            78,452 MAKEIDX.EXE
01/03/1980  12:28 AM            32,800 MKPCBMNU.EXE
04/15/1997  11:49 AM            62,958 MKPCBTXT.EXE
08/31/1996  03:30 PM            69,264 MODEMS.DAT
05/31/2021  04:25 AM            17,656 NETCOM.EXE
04/21/2026  12:08 AM    <DIR>          NETFOSS
05/31/2021  04:25 AM             2,112 NETFOSS.COM
05/31/2021  04:25 AM             6,656 NETFOSS.DLL
05/31/2021  04:25 AM           181,475 NETFOSS.TXT
04/17/2026  07:36 PM                 0 nf.bat
04/24/2026  03:57 AM    <DIR>          NODE1
04/22/2026  11:24 PM    <DIR>          NODE2
04/22/2026  12:53 AM    <DIR>          NODE3
04/21/2026  11:58 PM    <DIR>          NODE4
04/21/2026  11:58 PM    <DIR>          NODE5
04/20/2026  08:14 PM               386 NODELIST.DBF
04/20/2026  08:14 PM             1,024 NODELIST.NDX
01/03/1980  12:28 AM             9,318 OVLSIZE.EXE
01/03/1980  12:28 AM            23,214 PACKFIDO.EXE
02/22/2003  07:30 PM            43,618 PATCHCRT.EXE
08/31/1996  03:30 PM            40,882 PCBCFGS.RED
08/31/1996  03:30 PM                18 PCBCMPRS.BAT
01/03/1980  12:28 AM            17,214 PCBDESC.EXE
08/31/1996  03:30 PM           121,802 PCBDIAG.EXE
08/31/1996  03:30 PM         1,403,869 PCBDISK.002
08/31/1996  03:30 PM           830,027 PCBDISK.003
08/31/1996  03:30 PM           119,824 PCBEDIT.EXE
04/22/2026  01:24 AM                18 PCBERR.FIL
04/19/2026  09:16 PM               618 PCBFILER.DEF
08/31/1996  03:30 PM           318,992 PCBFILER.EXE
04/24/2026  03:36 AM                54 PCBFILER.MOV
04/19/2026  09:15 PM             2,840 PCBFILES.LST
04/24/2026  04:16 AM             7,064 PCBHOWTO.txt
04/19/2026  07:44 PM    <DIR>          PCBMAIL
08/31/1996  03:30 PM           291,662 PCBMAIL.RED
08/31/1996  03:30 PM           159,462 PCBMODEM.EXE
08/31/1996  03:30 PM            34,130 PCBMONI.EXE
06/09/1993  10:17 PM            41,202 PCBNET.EXE
08/31/1996  03:30 PM           301,258 PCBNLC.EXE
04/22/2026  03:32 AM               705 pcboard.bat
04/23/2026  06:04 PM             2,241 PCBOARD.DAT
04/04/2005  12:04 AM         1,051,920 PCBOARD.exe
08/31/1996  03:30 PM         1,014,454 PCBOARD.RED
04/29/1997  12:57 PM               128 PCBOARD.SER
04/29/1997  12:57 PM               128 PCBOARD.SER_orginal
04/29/1997  12:57 PM               128 pcboard.set
04/24/2026  03:48 AM               342 PCBOARD.SYS
04/22/1997  05:24 PM           891,963 PCBOARD2.EXE
08/31/1996  03:30 PM           669,981 PCBOARD2.RED
04/04/2005  12:05 AM         1,007,552 PCBOARDM.EXE
04/04/2005  12:05 AM         1,007,552 pcboardm.exe_orginal
01/03/1980  12:28 AM            67,098 PCBPACK.EXE
08/31/1996  03:30 PM                72 PCBQWK.BAT
08/31/1996  03:30 PM               154 PCBRB.BAT
08/31/1996  03:30 PM               108 PCBRH.BAT
04/21/2026  11:07 PM                61 PCBRZ.BAT
12/31/2005  01:27 PM               193 PCBRZ.BAT_old
04/21/2026  11:07 PM                61 pcbrz.txt
08/31/1996  03:30 PM               160 PCBSB.BAT
04/15/1997  11:00 AM           411,344 PCBSETUP.EXE
08/31/1996  03:30 PM               119 PCBSH.BAT
04/22/2026  01:42 AM                 0 PCBSm.bat
07/18/1997  06:40 PM                46 PCBSM.CLR
07/18/1997  06:40 PM               108 PCBSM.CNF
04/22/1997  11:52 AM           278,160 PCBSM.EXE
08/31/1996  03:30 PM           284,807 PCBSM.HLP
01/03/1980  12:28 AM            12,696 PCBSTATS.EXE
04/21/2026  11:07 PM                57 PCBSZ.BAT
12/31/2005  01:27 PM               190 PCBSZ.BAT_old
04/21/2026  11:07 PM                57 PCBSZ.txt
08/31/1996  03:30 PM               487 PCBTEST.BAT
08/31/1996  03:30 PM               507 PCBVIEW.BAT
04/19/2009  06:51 PM           204,800 pkunzip.exe
04/24/2014  11:42 AM           290,816 pkzip.exe
04/19/2026  07:44 PM    <DIR>          PPE
04/19/2026  07:45 PM    <DIR>          PPL
04/22/1997  04:48 PM           201,774 PPLC.EXE
08/31/1996  03:30 PM            81,841 PPLC.RED
04/14/1995  10:48 AM            69,012 PPLD.EXE
06/02/1995  12:00 AM            12,260 PPLX.DOC
12/12/1995  08:30 PM            44,564 PPLX.EXE
04/23/2026  12:34 AM               142 PRIVATE.BAK
01/03/1980  12:28 AM             6,911 RDPCBTXT.EXE
04/14/1997  09:04 PM             3,257 README.1ST
04/21/2026  11:55 PM               136 remote.sys
05/16/1996  09:51 AM             1,607 REPORT.TXT
08/31/1996  03:30 PM             8,224 SAMPLES.DOC
05/08/2005  10:32 PM               558 STARTDOS.BAT
01/03/1980  12:28 AM             2,534 TESTFILE.EXE
12/31/2005  08:04 PM                20 txt.bat
04/19/2009  06:51 PM           204,800 unzip.exe
01/03/1980  12:28 AM             7,844 UPGRADE.EXE
12/31/2005  02:01 PM    <DIR>          UPLOAD
04/23/2026  07:33 PM               429 UPLOAD.BAK
04/20/2026  06:33 AM             8,777 USEREDIT.PPE
04/20/2026  06:30 AM            14,482 useredit.pps
01/03/1980  12:28 AM            12,844 USERNET.EXE
04/19/2026  07:45 PM    <DIR>          UUCP
04/22/1997  12:04 PM           259,728 UUIN.EXE
04/15/1997  12:03 PM           141,272 UUOUT.EXE
04/15/1997  12:03 PM           141,170 UUUTIL.EXE
04/15/1997  12:03 PM           176,998 UUXFER.EXE
08/31/1996  03:30 PM             2,280 VIEWARCH.COM
01/31/2000  08:36 PM             5,856 VIEWFIX.EXE
01/03/1980  12:28 AM             8,006 VIEWZIP.EXE
04/15/1997  12:33 PM            20,275 WHATSNEW
12/31/2005  02:01 PM    <DIR>          WORK
04/24/2014  11:42 AM           290,816 zip.exe
04/21/2026  11:07 PM           138,398 ZMRECV.exe                 ====> Updated to fix zmodem file transfer download this from pcbbbs.ddns.net 6500
04/21/2026  11:07 PM           129,310 ZMSEND.exe                 ====> Updated to fix zmodem file transfer download this from pcbbbs.ddns.net 6500
             140 File(s)     16,135,087 bytes
              27 Dir(s)  2,122,024,652,800 bytes free



C:\PCB>dir c:\pcb\netfoss
 Volume in drive C has no label.
 Volume Serial Number is C485-9C04

 Directory of c:\pcb\netfoss

04/21/2026  12:08 AM    <DIR>          .
04/21/2026  12:08 AM    <DIR>          ..
05/31/2021  04:25 AM             1,518 ANSI.COM
04/23/2026  06:00 AM                22 blacklist.txt
05/31/2021  04:25 AM             5,650 CountryCodes.txt
04/21/2026  12:08 AM                 0 f.bat
05/31/2021  04:25 AM               452 FILE_ID.DIZ
05/31/2021  04:25 AM            39,434 FOSSIL.CHT
05/31/2021  04:25 AM            35,451 FOSSIL.TXT
05/31/2021  04:25 AM            21,272 NET2BBS.EXE
04/20/2026  10:43 PM             4,238 NET2BBS.INI
05/31/2021  04:25 AM             4,221 NET2BBS.SAMPLE.INI
05/31/2021  04:25 AM            35,202 NET2BBS.TXT
06/01/2021  02:42 AM            41,788 NET2BBS.ZIP
05/31/2021  04:25 AM             5,632 NET2MON.EXE
06/01/2021  02:42 AM            67,440 NET2SRC.ZIP
05/31/2021  04:25 AM            17,656 NETCOM.EXE
05/31/2021  04:25 AM             2,353 NETFOS64.COM
05/31/2021  04:25 AM             6,144 NETFOS64.DLL
05/31/2021  04:25 AM             2,112 NETFOSS.COM
05/31/2021  04:25 AM             6,656 NETFOSS.DLL
05/31/2021  04:25 AM           181,475 NETFOSS.TXT
05/31/2021  04:25 AM             5,120 NETSPY.EXE
04/22/2026  02:11 AM               309 NF.BAT
05/31/2021  04:25 AM               252 nf.bat_old
05/31/2021  04:25 AM               265 NF64.BAT
05/31/2021  04:25 AM            16,144 NFU.EXE
05/31/2021  04:25 AM            27,410 NFU.TXT
08/07/2021  10:52 PM                 7 s.bat
05/31/2021  04:25 AM               355 SocketPolicy.xml
04/21/2026  12:08 AM                51 t.bat
04/25/2026  10:08 AM           181,005 telnet.log
              30 File(s)        709,634 bytes
               2 Dir(s)  2,124,290,912,256 bytes free



Screen Shots


Pcbsetup


══════════════════════════════════════════════════════════════════════════════
                            PCBoard Setup Utility
           Copyright (C) 1988-1997 Clark Development Company, Inc

    Í────────────────────────────────────────────────────────────────────À
    ║PCBOARD.DAT                  Main Menu               Use w/ PCB 15.4║
    ║────────────────────────────────────────────────────────────────────║
    ║                                                                    ║
    ║               A  Sysop Information                                 ║
    ║               B  File Locations                                    ║
    ║               C  Modem Information                                 ║
    ║               D  Node Configuration                                ║
    ║               E  Event Setup                                       ║
    ║               F  Subscription                                      ║
    ║               G  Configuration Options                             ║
    ║               H  Security Levels                                   ║
    ║               I  Accounting Configuration                          ║
    ║               J  Fido Configuration                                ║
    ║               K  UUCP Configuration                                ║
    ║               L  Main Board Configuration                          ║
    ║               M  Conferences                                       ║
    ║               N  Global Search & Replace                           ║
    ║                                                                    ║
    Ë   Use arrow keys to move bar, press ENTER to select, ESC to exit   ¢
══ 11:59:47 ═══ 04-25-26 ══════ F1 ═ help ════ caps: OFF  num: ON   ins: OFF ═



══════════════════════════════════════════════════════════════════════════════╗
                              Sysop Information                               ║
                                                                              ║
                                                                              ║
                                                                              ║
  Sysop's Name (when NOT using Real Name)          : SYSOP                    ║
  Local Password (used at the Call Waiting screen) :                          ║
  Require Local Password to Exit PCBoard           : N                        ║
  Use Real Name (Yes=Use name found in USERS file) : N                        ║
  Use Graphics When Logged On Locally              : Y                        ║
                                                                              ║
                                                                              ║






║                              Modem Information                               ║
║                                 Modem Setup                                  ║
║                                                                              ║
║                                                                              ║
║  Seconds to wait for carrier    :  2                                         ║
║  Comm Driver to use (A/C/F/O)   : F   A=ASYNC, C=COMM-DRV, F=FOSSIL, O=OS/2  ║
║  Comm Port (0=NONE/Local Only)  :  1                                         ║
║  Opening Baud Rate (300-115200) : 115200                                     ║
║  Lock in Opening Baud Rate      : Y                                          ║
║  Modem Initialization String #1 :                                            ║
║  Modem Initialization String #2 :                                            ║
║  Modem Off-Hook String          : ATH1                                       ║
║  Modem Answer String            : ATA                                        ║
║  Modem Dialout String           : ATDT                                       ║
║  Max # of Redials on Busy       :    1                                       ║
║  Max # of Attempts to Connect   :    2                                       ║
║                                                                              ║
║                                                                              ║
║                                                                              ║
║                                                                              ║
║                                                                              ║
║                                                                              ║
║                                                                              ║

╔══════════════════════════════════════════════════════════════════════════════╗
║                              Modem Information                               ║
║                           Configuration Switches                             ║
║                                                                              ║
║  Disable CTS/RTS Checking      : N                                           ║
║  Disable RTS-Drop During Write : N                                           ║
║  Using a FastComm 9600         : N                                           ║
║  Reset Modem While Idle        : N                                           ║
║  Reset Modem During Recycle    : N                                           ║
║  Modem Off-Hook During Recycle : N                                           ║
║  Modem Delay During Recycle    : 1                                           ║
║  Packet-Switch Network         : N                                           ║
║  Verify CD-Loss                : Y                                           ║
║  Leave DTR Up at Drop to DOS   : Y                                           ║
║  Drop to DOS on Missed Connect : N                                           ║
║  Answer on True Ring Detect    : N                                           ║
║  Number of Rings Required      : 1                                           ║
║  Monitor Missed Connections    : Y                                           ║
║  Force NON-16550 Usage         : N                                           ║
║  Force 16550A Usage            : Y                                           ║
║  Share IRQs on MCA Buses       : N                                           ║
║                                                                              ║
║                                                                              ║
║                                                                              ║
╚══ 12:01:00 ═══ 04-25-26 ══════ F1 ═ help ════ caps: OFF  num: ON   ins: OFF ═╝


╔══════════════════════════════════════════════════════════════════════════════╗
║                              Modem Information                               ║
║                            Allowed Access Speeds                             ║
║                                                                              ║
║                                                                              ║
║  Allow Callers at 7,E,1  : N                                                 ║
║                                                                              ║
║  Lowest Desired Baud     : 115200                                            ║
║  Allow Lower Speeds      : N                                                 ║
║  Begin Time              : 00:01                                             ║
║  End Time                : 24:00                                             ║
║  Security Level Override :   0                                               ║
║                                                                              ║


╔══════════════════════════════════════════════════════════════════════════════╗
║                               File Locations                                 ║
║                             Configuration Files                              ║
║                                                                              ║
║                                                                              ║
║  Name/Loc of PWRD/Security File    : C:\PCB\MAIN\PWRD                        ║
║  Name/Loc of FSEC File             : C:\PCB\MAIN\FSEC                        ║
║  Name/Loc of UPSEC File            : C:\PCB\MAIN\UPSEC                       ║
║  Name/Loc of User Trashcan File    : C:\PCB\MAIN\TCAN                        ║
║  Name/Loc of Protocol Data File    : C:\PCB\GEN\PCBPROT.DAT                  ║
║  Name/Loc of Multi-Lang. Data File : C:\PCB\GEN\PCBML.DAT                    ║
║  Name/Loc of Color Definition File : C:\PCB\PCBFILER.DEF                     ║
║  Name/Loc of Chat Actions File     : C:\PCB\CHAT.LOG                         ║
║  Name/Loc of Default CMD.LST File  : C:\PCB\GEN\CMD.LST                      ║
║  Name/Loc of All-Files DLPATH.LST  : C:\PCB\GEN\DLPATH.LST                   ║
║  Name/Loc of Upload File Trashcan  : C:\PCB\GEN\FTRASH.LST                   ║
║                                                                              ║
║  Batch file for viewing compressed files : PCBVIEW.BAT                       ║
║  Filename EXTENSION for compressed files : ZIP                               ║
║                                                                              ║
║  External command for copying files      :                                   ║
║                                                                              ║
║                                                                              ║
║                       Press F2 to edit the PWRD file                         ║
╚══ 12:01:48 ═══ 04-25-26 ══════ F1 ═ help ════ caps: OFF  num: ON   ins: OFF ═╝


╔══════════════════════════════════════════════════════════════════════════════╗
║                        Download Security File (FSEC)                         ║
║                                                                              ║
║                                                       Debit                  ║
║               Drive \ Path            File Name  Sec Multiply   Password     ║
║      ══════════════════════════════ ════════════ ═══ ════════ ════════════   ↑
║   1) ..\                            *.*          100        1                ▒
║   2) ..\MAIN\                       *.*          100        1                ▒



╔══════════════════════════════════════════════════════════════════════════════
║                         Security Levels Definitions
║
║                            Daily   Base  Batch File  Byte   File    KByte
║    Password    Sec  Time  K Bytes  Baud  Limit Ratio Ratio  Limit   Limit
║  ════════════ ═════ ═════ ═══════ ══════ ═════ ═════ ═════ ═══════ ═══════
║                  0     0       0       0     0     0     0       0       0
║                  9   400       0       0     0     0     0       2       0
║                 10   400       0       0     0     0     0       2       0
║                 19  1440   32767       0    10     0     0      20       0
║                 20  1440   32767       0    10     0     0      20       0
║                 25  1440   32767       0    10     0     0      20       0
║                 30  1440   32767       0    10     0     0      20       0
║                 50   240   32767       0    25     8     8       0       0
║                 60   300   32767       0    30     9     9       0       0
║                 70   360   32767       0    35    10    10       0       0
║                 80   420   32767       0    40    11    11       0       0
║                 90   480   32767       0    45    12    12       0       0
║                100   540   32767       0    50    15    15       0       0
║                105   600   32767       0   100    20    20       0       0
║                110  9999   32767       0   150     0     0 9999999       0
║
║


