Jump to content

olo

Active Members
  • Posts

    229
  • Joined

  • Last visited

Everything posted by olo

  1. Is there a way to get it to stop after say 4 attempted control clicks. So effectively removing the until esc is pressed?
  2. This is really helpful thanks! What is the pattern of the clicking? Or how do you achieve the randomness.
  3. Thanks for that
  4. hey folks, I have a program open and I want to test its stability before it basically breaks down and gives me closing errors etc. Is there an autoit function which can just start click or activating random controls on the current window(program window)?
  5. Thank you and I appreciate what you did. I was aware he gave the answer I just asked for him to expand on what he wrote as I could find no reference to it in the help file.
  6. No no thats perfectly fine. I read and do everything else. After you posted your line I asked if you could expand on it. As in explain the parameters in your line of code. AS I found nothing in the help file....
  7. im not I just want to export it and store the export on a folder in the desktop
  8. Yea you see that default in the screenshot? That is included in the ACRA Control folder on the left side. I want to export that ACRA control folder.
  9. Oxdefea7 So the default in the screenshot below is that a value or a file? untitled.bmp
  10. Wow that looks perfect. Didnt know such a thing existed. I was focusing on finding a regcopy or something similar along those lines. Cheers man Can you expand on the line of code a little bit. The above stores the export where? Or is it stored in the clipboard? Also if my key is default. I presume I will have something like : Run(" Reg Export HKEY_LOCAL_MACHINE\SOFTWARE\ACRA CONTROL\Default.reg")
  11. Yea was trying to copy a reg_sz file to place it somewhere else. But I dont think its possible since its default and has no data value set. So I think ill have to automate it graphically.
  12. Is it possible to read the path of a registry and copy it? Or navigate to the path and copy it? Im thinking along with lines of trying to copy the folder acra control. The path is as such: "HKEY_LOCAL_MACHINESOFTWAREACRA CONTROL"" ive only got this at the moment: $var = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\ACRA CONTROL", "") MsgBox(4096, "DEMO", $var) DirCopy($var, $destinationPath, 1)
  13. Cheers mate will give that a try and expand on it.
  14. my bad man cheers
  15. Can you write a wrapper for a function? As is can I create my own version of winwait that takes the same parameters but does additional stuff?
  16. maybe its my english
  17. A different script will run the program. The purpose of this script is that it will be called in the other one(program one) to check for errors at certain points.
  18. I run a program. during the programs running I get an error The error is "abnormal termination occurred" I dont see this error Where do I go to find this error
  19. I have everything else setup correctly(or at least Im happy with) It is finding the capture point that I want instead of using the unhandled_exceptions.exe all the time
  20. Yea. Exactly(so I dont have a specific executable as I want to run the script for different programs(word, excel, software at work...) And when that errorlevel of 3 is capture I will return ">0" as I have in my code.
  21. microsoft word is just an example I use for the forum here(everyone knows about it). Ideally I want to run a software at work. That will run some tests. I want to see while its running those tests if I get an "abnormal termination occurred" message which has an %errorlevel% of 3
  22. ACRA is the company I work for. It is not important at all(ACRAOutputinfo is just a call to a print function in a log I have)
  23. well firstly for some reason I am not allowed to upload an exe file as an attachment. @water everything is 32-bit Basically: I am running a program.(Microsoft word) I get an error message(I dont see it, but I know its there) Where do I check to see if that error message occured? unhandled_exceptions is an exe file designed to simulate the problem. I use it in my code but in reality I want to just detect it I get a message somewhere saying "abnormal termination occured"
  24. Yea i know ...i want both
×
×
  • Create New...