home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / m / mb1503.zip / REQCB.DOC < prev    next >
Text File  |  1992-11-13  |  1KB  |  46 lines

  1.  
  2. *** Note: SAM can be used EITHER as QTH or REQCB, but not BOTH !
  3. *** Note: HB only supports callsign lookup at this time.
  4.  
  5. To use the RT Systems SAM database servers:
  6.  
  7.     Load SAM into directory \sam, and the SAM API into \sam\api
  8.     Load \sam\api\samapi during bootup (put it in your AUTOEXEC.BAT).
  9.  
  10.  
  11. To use the J-COM HamBase database servers:
  12.  
  13.     Load Hambase into directory \hambase
  14.  
  15.  
  16.  
  17. To use the REQCB server with RT Systems SAM database:
  18.  
  19.     Add the following line to server.mb:
  20.     s sam \bbs\reqcb.exe   reqcb.out  8 reqcb.in 8
  21.  
  22. To use the REQCB server with J-Com Hambase:
  23.  
  24.     Add the following line to server.mb:
  25.     s hb \bbs\reqcb.exe   reqcb.out  8 reqcb.in 8
  26.  
  27. If you send a message to HB or SAM @ W0RLI, with any number
  28. of lines, each containing callsigns separated by blanks you will get
  29. a return message with the callbook data on those callsigns.
  30.  
  31. For example:
  32.  
  33. SP HB @ W0RLI
  34. wb1dsw kq1k
  35. n0an
  36.  
  37. <or>
  38.  
  39. SP SAM @ W0RLI
  40. wb1dsw kq1k
  41. n0an
  42.  
  43. You will get a message back with the callbook information on
  44. wb1dsw, kq1k, and n0an.
  45.  
  46.