home *** CD-ROM | disk | FTP | other *** search
- @Echo Off
- Cls
- REM This is the batch file I use with a multinode set-up for node3
- REM in which I specify all settings on the command line. Your batch
- REM file may be much simpler then this. It really depends on how your
- REM BBS software calls doors and makes drop files or whether you run a
- REM multinode BBS or not.
- REM
- REM I have each BBS node make a drop file in it's own node directory
- REM then I point Nodeview to that directory with the /P command line
- REM Parameter to find the proper drop file. I then use the /N with the
- REM correct node number. The /CFG parameter gives you even more flexibility
- REM but is not required for all settings nor are any of the command line
- REM parameters required.
- REM
- REM If you run a single node BBS, just copy your drop file to the directory
- REM you have installed Nodeview in. Then run the door with no parameters
- REM from the nodeview directory. Nodeview will gather all the information
- REM it needs from your drop file and the Nodeview.ctl file.
- REM
- @Echo off
- Cls
- cd\Nodeview
- Nodeview /N3 /B57600 /PC:\sbbs\NODE3 /CFG=C:\Nodeview\Node3.ctl
- cd\sbbs\node3
-