Seite 1 von 1

back response using command line

Verfasst: Di 1. Dez 2009, 06:30
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

Verfasst: Di 1. Dez 2009, 12:51
von FJ
You can send messages via batch-file: http://www.fjsoft.at/forum/viewtopic.php?t=7609

Verfasst: Mi 2. Dez 2009, 10:35
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

Verfasst: Mi 2. Dez 2009, 14:24
von FJ
Again - take a look at the FAQ: http://www.fjsoft.at/forum/viewtopic.php?p=135#135 (flags=closeafteraction)