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

food_fight_2004

Food Fight 2004

Food Fight 2004 was a Win32 remake of the Classic DOS Food Fight door, written by Chris Martino.

1. Extract FF2K4V24.ZIP to a directory/folder. In this example we will assume C:\PB\FOOD)

2. In your BBS software, configure your door to run a Command Line such as this example:

 c:\netfoss\nfu.exe c:\pb\node*# "c:\pb\food\ff2k4.exe -Dc:\pb\node*#\door32.sys" *D

Note that for node 1, the above command line would be translated by the BBS as so:

 c:\netfoss\nfu.exe c:\pb\node1 "c:\pb\food\ff2k4.exe -Dc:\pb\node1\door32.sys"

If your BBS software automatically sets the current directory as the node's dropfile directory before executing a door, you can shorten the size of parameter 1 like this:

 c:\netfoss\nfu.exe . "c:\pb\food\ff2k4.exe -Dc:\pb\node*#\door32.sys" *D

You can also shorten the second parameter by replacing the path+/DOOR32.SYS with “^”:

 c:\netfoss\nfu.exe . C:\pb\jez\jezw32.exe ^" *D

(Leave out the *D if not using ProBoard - this tells ProBoard to create a DOOR.SYS)


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

food_fight_2004.txt · Last modified: 2023/11/18 07:56 by massacre