back response using command line
Verfasst: Di 1. Dez 2009, 06:30
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
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