Jump to content

tonse

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by tonse

  1. Am I overlooking something: How do i set a groupcontrol to be parent of other controls?
  2. Well... doing that, i get the message: $oDoc.Visible = True $oDoc.Visible = True^ ERROR ->16:41:16 AutoIT3.exe ended.rc:1 >Exit code: 1 Time: 3.578
  3. Hi, I tried several options and read a lot of forum posts. I want to open a new word document based on a template. Actually i want to open several worddocuments based on several word templates, but the problem is the same. $oWordApp = _WordCreate("test.dot") THis creates a Document1 based on the templateTHis also opens the test.dot file (this is NOT what i want)$oWordApp = ObjCreate("Word.Application") _WordDocAdd($oWordApp,0,"test.dot") THis seems to do something, but there is no visual document createdDoes anyone know the proper way tho achieve this, thanks Ton
  4. Thanks a lot so far. I encounter a problem. If I add -IPTC:City to the Run command it returns only the IPTC City. But if i change that to anything else like: -IPTC:Location Then i don't get a value in return. ALthough i'm certain that IPTC Value is entered because i see it when i dont't add -IPTC to the Run command
  5. I want to retrieve IPTC data from jpg files. I intend to use exiftool for that. My question is: How can i get the data into Autoit. Something Like: $var = run(Exiftool -Tag IPTC:City) Exiftool is an exe file. You can pass al lot of parameters to read or write properties to images I know how to use exiftool, but i don't find a way to use it in autoit Thanks Tonse
×
×
  • Create New...