home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / FBWWIV.ZIP / WWIV.DOC < prev   
Text File  |  1992-08-29  |  2KB  |  37 lines

  1.  
  2. If you've gone through the frustrating experience setting up Stanley
  3. Sheff's FBRAIN on WWIV, here is some help!!!
  4.  
  5. I did some considerable playing around with it trying different
  6. combinations until I stumbled across the proper method.
  7.  
  8. Here's what you need to do!
  9.  
  10. Since Fbrain uses a lot of memory, it is necessary to do some memory
  11. tricks, and I have included a program called SHROOM that I needed to
  12. use when running PKInsert.  SHROOM will take care of memory swaps and
  13. shrinking. The Fbrain screen itself will go bonkers on your end, so it
  14. will be diffucult to see what all is going on, but it will look just
  15. fine to the caller. The Fbrain status bar at the bottom will remain
  16. intact so you will know what is going on.
  17.  
  18. Here is the FBRAIN batch file I use:
  19.  
  20. @echo off
  21. cd brainex (or whatever it takes to get to the brainex directory)
  22. shroom -q fbrain file=%2%3
  23. cd..
  24.  
  25. Make sure the SHROOM.COM file is in the same directory as the brainex
  26. door manager. I ran into the problem with memory shortage when the Fbrain
  27. program began to run McAfee's SCAN virus checker, but after installing
  28. Shroom, the problem disappeared.
  29.  
  30. Make sure in your WWIV INIT program to set up the upload event by calling
  31. the above batch file to run after a file is uploaded to your bbs.
  32. I call mine uptest.bat.
  33.  
  34. Refer to the documentation included with FBRAIN for setting up the program
  35. itself. Make sure to run the latest version of Scan, which can be placed
  36. in a seperate directory of its' own.
  37.