home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: OtherApp / OtherApp.zip / am4pmsrc.zip / amc / cid.amc next >
Text File  |  1995-05-21  |  932b  |  16 lines

  1. /*********************************************************************/
  2. /* CID.AMC - A caller ID message was detected                        */
  3. /*                                                                   */
  4. /* This program is called by AM4PM.EXE when a string starting        */
  5. /* starting with 'TIME' is recived from the modem                    */
  6. /*                                                                   */
  7. /* Input:  The string starting with 'TIME'                           */
  8. /*                                                                   */
  9. /* Output: 0  Normal                                                 */
  10. /*                                                                   */
  11. /*********************************************************************/
  12. CALL AMDPrint 'CID.AMC('arg(1)') started'
  13. CALL AMSetStateText 'Processing CID'
  14. CALL AMSetLastEventText 'CID:' arg(1)
  15. Exit 0
  16.