Jump to content

thommmes

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by thommmes

  1. I just installed express talk after using phoner for a long time.

     

    In Phoner I trigger a batch file to create a text file consisting only of the caller id:

     

    echo off

    echo %1 >C:\call.txt

     

    This works just fine.

     

    In the Expresst Talk Tab "CRM" I have entered the command line C:\Anruf_ET.bat "%cid%", hoping to get the same result

     

    Anruf_ET.bat has just two lines:

     

    echo off

    echo %cid% >C:\call.txt

     

    But here, the result is just:

     

    ECHO ist ausgeschaltet (OFF).

     

    I have tried all sorts of variations for the command line and the batch file, but I still cannot retrieve the Caller ID. Can anybody give me a hint on how this simple job will work with Express Talk, please?

     

    Thanks for your support

     

    Thomas

×
×
  • Create New...