home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / NODE103.ZIP / SAMPLE.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-06-07  |  1.1 KB  |  26 lines

  1. @Echo Off
  2. Cls
  3. REM This is the batch file I use with a multinode set-up for node3
  4. REM in which I specify all settings on the command line. Your batch
  5. REM file may be much simpler then this.  It really depends on how your
  6. REM BBS software calls doors and makes drop files or whether you run a
  7. REM multinode BBS or not.
  8. REM
  9. REM I have each BBS node make a drop file in it's own node directory
  10. REM then I point Nodeview to that directory with the /P command line
  11. REM Parameter to find the proper drop file. I then use the /N with the
  12. REM correct node number.  The /CFG parameter gives you even more flexibility
  13. REM but is not required for all settings nor are any of the command line
  14. REM parameters required.
  15. REM
  16. REM If you run a single node BBS, just copy your drop file to the directory
  17. REM you have installed Nodeview in.  Then run the door with no parameters
  18. REM from the nodeview directory. Nodeview will gather all the information
  19. REM it needs from your drop file and the Nodeview.ctl file.
  20. REM
  21. @Echo off
  22. Cls
  23. cd\Nodeview
  24. Nodeview /N3 /B57600 /PC:\sbbs\NODE3 /CFG=C:\Nodeview\Node3.ctl
  25. cd\sbbs\node3
  26.