home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / com / bbs / qbbsdoc / reed1.os2 < prev    next >
Text File  |  1992-05-28  |  2KB  |  64 lines

  1.  
  2. Message number 6655 in "Net Mail"
  3. Date: 05-17-92  12:19
  4. From: David Reed
  5. To:   George Vandervort
  6. Subj: OS/2
  7.  
  8. Hello George!
  9.  
  10. Saturday May 16 1992, George Vandervort writes to David Reed:
  11.  
  12.  GV> I think lots of sysop may benifit from your mistakes and or experience
  13.  GV> with OS/2 and QuickBBS..
  14.  
  15. Yea, but my hair line seems to be diminishing!  ;-)
  16.  
  17. Here's what I've come up with for now.  Since you are more than competant
  18. with Binkley/QuickBBS/etc, I'll leave out the trivial stuff.
  19.  
  20. In the batch file that runs Bink/Quick, you'll need to include these
  21. commands:
  22.  
  23. ECHO ATZ > COM1                          <==  see below
  24. x00 E 1 B,0,38400 F=15 R=2048 T=1024     <==  from the x00 v1.49a notes
  25.  
  26. This is after a plain vanilla OS/2 installation using the HPFS.  Make sure
  27. you leave com.sys AND vcom.sys in your config.sys.  Also, if you need to
  28. re-map your comports for some reason, as I do here, the config.sys looks like
  29. this:
  30.  
  31. DEVICE=C:\OS2\POINTDD.SYS
  32. DEVICE=C:\OS2\MOUSE.SYS SERIAL=COM2
  33. DEVICE=C:\OS2\COM.SYS (1,3F8,4) (3,3E8,5)
  34. DEVICE=C:\OS2\MDOS\VCOM.SYS (1,3F8,4) (3,3E8,5)
  35.  
  36. My main D'Bridge/QuickBBS node is on COM1, mouse on COM2, and my 2400b "test"
  37. modem is on COM3, remapped to IRQ5.
  38.  
  39. BTW, if you pass this on to anyone else, D'Bridge will NOT work reliable
  40. under OS/2 set up this way.  For D'Bridge to function, one must REM the
  41. vcom.sys out of config.sys, which results in tons of errors on data
  42. transfers.  ;-(
  43.  
  44. Which brings me to my next point.  I've got Binkley pretty much set up, but
  45. need some help.  In binkley.cfg I have   BBS   Spawn, but it's writing a
  46. bbsbatch.bat file with 1440 as the time until next event, no matter what I
  47. put in the events.  QuickBBS chokes (or something) and comes up with 0 time
  48. remaining, that an event MUST run.  ;-(  Can you provide any pointers as to
  49. what I'm doing wrong?
  50.  
  51. I'll keep you informed about my success/failure with OS/2.  So far, once
  52. D'Bridge was out of the picture, things run VERY reliable here.  QuickBBS is
  53. smooth, fast and reliable, as are all my door games.  And that's all with the
  54. default OS/2 installation, and "teasing" the comport with the echo statement
  55. at the beginning of the batch file.  Without that "teasing" my system locked
  56. up while trying to load any comm program (except Qmodem).  Funny as it is,
  57. Qmodem works better in a DOS box under OS/2 than it did under DOS!
  58.  
  59. Later,
  60.  
  61. Dave.
  62.  
  63. --- GoldED 2.40.0331
  64.