Die Suche ergab 6 Treffer

von cit
Mi 2. Dez 2009, 10:35
Forum: English section
Thema: back response using command line
Antworten: 3
Zugriffe: 4756

i know that but dont want to use that
ok let me help in this one

how can i close all open dialogs
when using Command line parameters for MyPhoneExplorer

action exit or disconnect does not work for that
von cit
Di 1. Dez 2009, 06:30
Forum: English section
Thema: back response using command line
Antworten: 3
Zugriffe: 4756

back response using command line

is there any way to get reponse back using command line
for example i send sms using command line
now i want to know sms has been send sucessfully or not

i use this

StartDoc = ShellExecute(0, nil, "C:\Program Files\MyPhoneExplorer\MyPhoneExplorer.exe", msg, "C:\Program Files\MyPhoneExplorer ...
von cit
Di 27. Okt 2009, 09:13
Forum: English section
Thema: Time limit problem
Antworten: 5
Zugriffe: 5323

there is a problem
this is not one time job sms keep coming from external resoruce so using batch processing need manual assistance other wise many instance of same batch will start any other better way do that
just need that
next sms will not go in untill the sms in progress in finished
von cit
Di 27. Okt 2009, 07:55
Forum: English section
Thema: Time limit problem
Antworten: 5
Zugriffe: 5323

can i use this simple format

<batch>
<message>
<recipient>Telefonnummer</recipient>
<text>text</text>
</message>
<message>
<recipient>Telefonnummer</recipient>
<text>text</text>
</message>
</batch>
von cit
Di 27. Okt 2009, 07:53
Forum: English section
Thema: Time limit problem
Antworten: 5
Zugriffe: 5323

ok thnx for quick response

i read the code but its not in english can u translate that so i can set correct parameters

<batch>
<message>
<recipient>die Telefonnummer</recipient>
<text>der Nachrichtentext</text>
</message>
<message>
<recipient>die Telefonnummer</recipient>
<recipient ...
von cit
Di 27. Okt 2009, 07:08
Forum: English section
Thema: Time limit problem
Antworten: 5
Zugriffe: 5323

Time limit problem

hi
i m using MPE in my VB application to send mass sms it takes data from access database then work in loop

StartDoc = ShellExecute(0, nil, "C:\Program Files\MyPhoneExplorer\MyPhoneExplorer.exe", msg, "C:\Program Files\MyPhoneExplorer", vbHidden
Sleep 20000

its work fine but few problem

1.if ...