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
back response using command line
You can send messages via batch-file: http://www.fjsoft.at/forum/viewtopic.php?t=7609
Again - take a look at the FAQ: http://www.fjsoft.at/forum/viewtopic.php?p=135#135 (flags=closeafteraction)