Jump to content

Jos

Developers
  • Posts

    34,828
  • Joined

  • Days Won

    344

Jos last won the day on July 22

Jos had the most liked content!

About Jos

Profile Information

  • Member Title
    Je maintiendrai

Recent Profile Visitors

22,180 profile views

Jos's Achievements

  1. Could it be you have another windows open that contains the text "ShowKeyPlus", as that will make the If false and fail to start it? or maybe try testing for the "ShowKeyPlus.exe" process itself instead of a text in the window title?
  2. Rob, What exactly is the question, as your post is merely a description of what you want to do? PS: reCAPTCHA discussions aren't allowed here when your goal is to automate them, as that is a way around standard security. Please Check forum rules in case you haven't yet.
  3. Just to be clear: Whatever you do, the shell command requires the clear text password, so by definition no solution will be safe! 🙂
  4. The tone of your report and this post is wrong and indicates you have no clue who does what around here, which is what I would expect of somebody being around this long. You might be lucky if anybody will look at it, as there is no developer around for that topic. To be ultimately clear: There currently is no development team as such. JPM Picks up the odd bug reports, but that is it. Jon isn't around much and that is it on the AutoIt3 dev font.
  5. @jugador, guess it is you that made the bug report #4045 ... right? What's up with that last comment in that report, or did we miss any promised SLA in our mutual signed contract?
  6. Ok, this is what it is: au3stripper.exe requires the au3stripper.dat as that contains required input for it and these aren't in the program as a design choice at the time. It comes with the installer or is part of the standard dowloadlink zipfile for au3stripper. The Beta directory contains updated files to the standard installer, and this file isn't updated. General advice: Don't cherry-pick anything from there when you aren't sure what the consequences are.
  7. Shouldn't be asking what the file really is used for and how it is maintained before making all these assumptions and suggestions? 😉
  8. It checks for the environment variables "SCITE_USERHOME" and then "SCITE_HOME" and when they are not defined assumes a portable version is used so will default to the directory the AU3STRIPPER program is located in.
  9. There is a report button where you can request this and we might do that for you when asked nicely.
  10. Moved to the appropriate AutoIt General Help and Support forum, as the AutoIt Example Scripts forum very clearly states: Moderation Team
  11. I am not sure what kind of company you work for, but when security is important then you can be serious this company wants this actually.
  12. Is this the zigbee or wifi devices? In general my advice would be to use a zigbee gateway to connect zigbee devices allowing you to interact with your smart home devices via an app and other interfaces like HA or Domoticz ( of which I am a user of for many years.)
  13. The #include is performed at the time the script is read into memory, before execution, so that will not work. Why did you need this anyways as you can do those ifs at execution performing only the required code?
  14. There's a fix for dot notations in a couple of versions back.
  15. Also an IA formulated answer? This thread is done.
×
×
  • Create New...