Jump to content

CosminV

Members
  • Posts

    11
  • Joined

  • Last visited

CosminV's Achievements

Seeker

Seeker (1/7)

1

Reputation

  1. Hello all , As I told you, bellow you will find the function. For the good work of the function you need to be logged in Skype and to have Skype credit. global $number="Please input your number" callskype($number) Func CallSkype($number) WinActivate("Skype") $title= WinGetTitle("") ControlSend($title, "", "", "{Alt}") ControlSend($title, "", "", "a") ControlSend($title, "", "", "l") ControlSend($title, "", "", "{Enter}") ControlSend($title, "", "", $number) ControlSend($title, "", "", "{Enter}") ControlSend($title, "", "", "{Enter}") EndFunc Hope to be helpful !
  2. Hello , Thank you AutoBert! That UDF is not working anymore on the newer Skype Versions. But Thank you for the recommendation. I will use Skype as the calling app. When I will finish the function I will post it. BR, CosminV
  3. What do you recommend? The phones I try to call should be a Fix phone (home phone) an Android (Samsung) or a Nokia ( keypad model).
  4. Hello Guys, Could you please let me know if there is a possible way to call a number from PC to Phone using AUTOIT? Thank you for your time! Best regards, CosminV
  5. Thank you Innl !!! The problem was in the file path... I forgot an "\"... and with the @error IF I realized... Thank you one more time!
  6. Hello guys, This XML things are driving me crazy... Please let me know how can I use the _XMLGetAttrib function... I've tried every possible way that I've read on the forum and I cannot succeed reading an attribute. The XML looks like bellow: <?xml version="1.0" encoding="UTF-8"?> <BATCH attr1= "aaa" attr2="bbb" attr3="ccc"> <Node1 attr1="aaa" attr2="bbb" attr3="ccc" attr4="ddd" attr5="" attr6="eee" attr7="fff" attr8="ggg"/> <Node2 attr1="aaa" attr2="" attr3="" attr4="ddd"/> <Node3 attr1="" attr2="" attr3="ccc" attr4="" attr5="" attr6="eee"/> <Panel attr1="aaa" STATUS="BBB" attr3="ccc" attr4="ddd" attr5="" attr6="eee"> <Node5 attr1="aaa" attr2="bbb" attr3="ccc" attr4="ddd" attr5="" attr6="eee" attr7="fff" attr8="ggg"/> ............................................................................................................................................................................. </Panel> </Batch> I need to read the value of STATUS form the Panel node. Could you please help me? Best regards, Cococnb
  7. Hello, If I understood well and you want to see what is on the last line of an .txt then maybe this could be helpful: FileOpen($filepath, 0) $i = _FileCountLines($filepath) FileReadLine($filepath, $i) BR, CosminV
  8. I don't have any edit button
  9. Thank both of you! I didn't see also the second solution. It is working like this! Thank you for your time!
  10. Thank you @SlakerAl! I thought about that... but I want it like in the picture I've attached. This , of course, if it is possible. I don't know why the picture was not visible on the first post....
  11. Hello all, I've have a problem I need to write vertically on a button, like in picture bellow: Could you please help me with a hint? Thank you for your time! Best regards, CosminV
×
×
  • Create New...