back response using command line

For user who dont speak german please use this part of my forum
Antworten
cit
Beiträge: 6
Registriert: Di 27. Okt 2009, 06:58
Wohnort: UK
Kontaktdaten:

back response using command line

Beitrag von cit »

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", vbHidden)

it works ok but i can not figure out to get back response for sucessully send message or if any error occur during this call
CIT
FJ
Site Admin
Beiträge: 32117
Registriert: Mi 15. Feb 2006, 01:16
Wohnort: Tirol

Beitrag von FJ »

You can send messages via batch-file: http://www.fjsoft.at/forum/viewtopic.php?t=7609
cit
Beiträge: 6
Registriert: Di 27. Okt 2009, 06:58
Wohnort: UK
Kontaktdaten:

Beitrag von cit »

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
CIT
FJ
Site Admin
Beiträge: 32117
Registriert: Mi 15. Feb 2006, 01:16
Wohnort: Tirol

Beitrag von FJ »

Again - take a look at the FAQ: http://www.fjsoft.at/forum/viewtopic.php?p=135#135 (flags=closeafteraction)
Antworten