home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / cid99r1a.zip / readme.1st < prev   
Text File  |  1994-04-24  |  3KB  |  77 lines

  1. OS/2 Caller Identification.  v0.99Beta  r1.00a
  2.  
  3. Documentation and such is pretty sparse as I want to get some feedback on
  4. this program.  Standard disclaimers apply - the program works on my machine
  5. without any harmful affects - I can't guarantee that it will be the same
  6. for you.
  7.  
  8. I'm planning a PM version of this application in the not too distant future.
  9.  
  10. If you have any questions, comments, suggestions or dreaded bug reports
  11. please send them to:
  12.  
  13.    Colin Longman
  14.    longman@nbnet.nb.ca
  15.  
  16.  
  17. Note:  My phone company only sends CID information in multiple message
  18.        format and as such, I have not been able to test the single message
  19.        format option but, it should (heard that one before?) work.
  20.  
  21. Request: I'm lousy with the Icon Editor - if someone could come up with an
  22.          icon for this and send it to me I'd appreciate it.  Thanks.
  23.  
  24. --------------------------------------------------------------------------
  25. This program requires a Caller ID Computer Interface such as that sold by:
  26.  
  27. International MicroPower Inc.
  28. 65 Palm Drive
  29. Camarillo, CA   93010-7996
  30. 1-800-992-3511
  31.  
  32. I am not affiliated in any way with International MicroPower Inc., they're
  33. just the company that I bought me interface from.
  34. --------------------------------------------------------------------------
  35.  
  36. INSTALLATION:
  37.  
  38. - create a sub-directory to store the CID files
  39.   - this sub-directory does not need to be in your path if you're going
  40.     to create a folder/desktop program icon for the application
  41.  
  42. - if you want to start the program from the desktop/folder then create a
  43.   program object in one of your folders or on the desktop
  44.   - if the sub-directory that you've placed the CID.EXE file in is not
  45.     in your path then place the drive and full path in the "required" field
  46.     otherwise, you can just place the program name
  47.  
  48. - in the "parameters" field place the parms that you want based on what's
  49.   shown below
  50.  
  51. - in the "working directory" place the drive and full path of where you
  52.   placed the CID.EXE file
  53.  
  54. - a sample database.cid file is provided
  55.  
  56. Syntax:  cid [-c<port_num>|-e|-d|-l|-q|-?]
  57.    -c<port_num>: where port_num is the COM port to open (default is 1)
  58.              -e: errors are logged to error.cid
  59.              -d: incoming phone numbers are checked for names in database.cid
  60.              -l: calls are logged to callers.cid
  61.              -q: prints out phone numbers and names in database.cid
  62.              -z: change ZOrder of window when call comes in
  63.              -?: displays this message
  64.  
  65. Format of database.cid is:
  66. 999-999-9999    Name Associated With This Number
  67. 9-999-9999      Name Associated With This Number
  68. 999-9999        Name Associated With This Number
  69. 999-999-9       Pattern Matching On First 7 Digits
  70. 9-999-9         Pattern Matching On First 5 Digits
  71. 999-9           Pattern Matching On First 4 Digits
  72. Phone numbers must be in the same format as displayed by
  73. CID in order for matching to work.
  74.  
  75. Ctrl-C: refreshes database if database functions being used
  76.         cancels program if database functions NOT being used
  77.