home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1994 February / psl_9403.zip / psl_9403 / DOS / COMMUNIC / BEEP203.ZIP / BEEPJR.DOC < prev    next >
Text File  |  1993-12-07  |  2KB  |  59 lines

  1. The Beepster Junior
  2. Warren Associates
  3. 3076 Hidden Forest Drive
  4. Snellville, GA 30278
  5.  
  6. (404) 985-4620 voice
  7. (404) 985-6522 fax
  8. (404) 985-6537 bbs
  9.  
  10. What is the Beepster Jr? It is a rather small program which can send
  11. alpha and digital messages to personal pagers from a standard PC
  12. compatible computer with a 1200 baud modem.
  13.  
  14. In the shareware (unregistered) form, it will handle up to 15 users and
  15. their pagers. The registered version is able to handle up to 30 users.
  16. Once the software is registered, the right side of the display is used
  17. for the second row of 15 users.
  18.  
  19. The command line is used to configure the com port.
  20.  
  21.         BEEPJR COM0             find an active modem
  22.         BEEPJR COM1             for com1
  23.         BEEPJR COM2             for com2
  24.         BEEPJR COM3             for com3
  25.         BEEPJR COM4             for com4
  26.  
  27.         BEEPJR DETECT           show a list of active com ports.
  28.  
  29. Once the system has been configured, it will not need to be specified
  30. the next time you run the program. If you change your modem port address
  31. you will need to change the configuration as well.
  32.  
  33. You should contact your paging service provider and find out their
  34. protocol, baud rate, and telephone number. Once you have this
  35. information you are ready to configure the System Setup.
  36.  
  37. If you have to dial the telephone area code to call the number, you also
  38. need to enter the area code as well. On all calls which do not require
  39. you to enter the area code to dial, do NO enter the area code! This is
  40. how the system decides how to dial the number!
  41.  
  42. The Dial Command string may need to be changed if your telephone system
  43. needs a prefix digit to get an outside line. If there is nothing in the
  44. Dial command string, it will default to "ATDT" for a standard tone dial.
  45.  
  46. Once you have the pager information collected, you can lock the database
  47. to prevent anyone from modifying the database file. This is done by
  48. setting a DOS environment variable on the computer running the program.
  49. add the following line to your AUTOEXEC.BAT file:
  50.  
  51.         SET BJLOCK=YES
  52.  
  53. To unlock the database, perform this command at the DOS prompt and then
  54. start up the Beepster Jr. program:
  55.  
  56.         SET BJLOCK=
  57.  
  58.  
  59.