ProBoard BBS Documentation

The Choice of Professionals

User Tools

Site Tools


Sidebar

INTRODUCTION

SUPPORT

INSTALLATION / UPGRADING

SYSTEM CONVERSIONS

STARTING PROBOARD

CONFIGURATION

SECURITY

RIPscrip GRAPHICS

FILE TAGGING

QWK

USERS

ECHOMAIL & NETMAIL

PBUTIL (The ProBoard Utility Program)

REFERENCE

TIPS & TRICKS

SOFTWARE DEVELOPMENT KIT

TELNET

EXTERNAL PROGRAMS / DOORS

External

setup_proboard_with_gamesrv

Setup ProBoard with GameSrv

1.) First thing to do is install ProBoard just like the help/docs in the archive tell you. I believe you just unpack the ZIP into any directory of your choice. Run the INSTALL.EXE and follow the prompts!

2.) Next click on the GameSRV setup executable! However make sure you uncheck the FOSSIL drivers and the DOORS!

3.) Next install NetFoss 1.X into the same directory you told GameSRV to install into. However, you have to copy or move NETFOSS.DLL into C:\WINDOWS\SYSTEM32 under Windows XP or higher!

4.) Now create a RUNBBS.BAT to look just like this:

  @ECHO OFF
  REM IF YOU DID NOT INSTALL INTO C:\GAMESRV THEN YOU WILL HAVE TO CHANGE
  REM THE THREE LINES BELOW WHICH MAKE REFERENCE TO THAT DIRECTORY
  REM DO _NOT_ CHANGE ANYTHING ELSE
  C:
  C:\GAMESRV\NETFOSS.COM /n%1
  IF ERRORLEVEL 1 GOTO END
  C:\GAMESRV\NETCOM.EXE /n%1 /h%2 C:\GAMESRV\BBS.BAT %1
  C:\GAMESRV\NETFOSS.COM /U
  :END

5.) Now edit/create you a BBS.BAT. It should look like this:

   @ECHO OFF
   REM IF YOU DID NOT INSTALL INTO C:\PB THEN YOU WILL HAVE TO CHANGE
   REM THE THREE LINES BELOW WHICH MAKE REFERENCE TO THAT DIRECTORY
   REM DO _NOT_ CHANGE ANYTHING ELSE
   C:
   C:\WINDOWS\SYSTEM32\SHARE.EXE /f:4096
   SET PROBOARD=C:\PB
   cd\PB\node%1
   C:\PB\PROBOARD -n%1 -b115200
   :END

6.) Now edit GameSRV's General Information Tab under the Configuration Editor…

7.) Click the SAVE Button!

8.) Now test it out and see if it works! Load a program such as SyncTERM, Hyperterminal, Qmodem Pro for Win95/NT, or even mTel32! Tell any of these programs to connect to your ISP Address, your Domain Name, or Sub-Domain Name. Which ever one is pointed to your computer with ProBoard and GameSrv on it. Your IP address will always be pointed to your computer!

9.) If for some reason you have problem with echo when signing on with one of the programs above, then go into ProCFG and edit the modem Init String for each Node you have, to read this:

ATH0 S1001=1 S1002=1 S1003=7 S1005=0 S1008=23 &D2H0S0=1|

That should be all you need to install ProBoard with GameSrv and NetFOSS! You can download latest version of GameSrv at https://www.randm.ca/

 GameSrv Copyright ⌐ 2020 Rick Parish - R & M Software.
 NetFOSS Copyright ⌐ 2020 Mike Ehlert - pcmicro.com

Thank you to Mike Ehlert for his instructions in the NetFoss User Guide!! https://pcmicro.com/netfoss/

setup_proboard_with_gamesrv.txt · Last modified: 2023/11/18 07:57 by massacre