Jump to content

Jos

Developers
  • Posts

    34,952
  • Joined

  • Days Won

    350

Jos last won the day on January 13

Jos had the most liked content!

About Jos

Profile Information

  • Member Title
    Je maintiendrai

Recent Profile Visitors

23,738 profile views

Jos's Achievements

  1. Why would you want to debug such long strings to an interaction output window? Won't logging the debug info to a log file make way more sense?
  2. Hence I was very reluctant to give anything more than a pointer! πŸ˜‰
  3. ... and yet there's again somebody feeding laziness and stimulating the "please barf code for me" requests......
  4. What did you do, what were the results and what isn't working yet? .... as my crystal ball is broken.
  5. So what did you do yourself this time, other than only ask a question again?
  6. Just learn to add some consolewrite() statements for key variables to debug! Wild guess: wrong value in: $sFolder[0]
  7. Then I've no idea why those reg entires are missing. The NSIS installer includes the steps to create them, so expect them to be there.
  8. Are you running the installer on an account that doesnt have installer rights and have to specify another account to install it? mmm.. πŸ€”guess that can't be the reason as the reg key is HKLM...
  9. Doubt it is installed in the standard way with the installer. You probably got the message: Which is shown by the installer when this registry entry is missing: HKLM "Software\AutoIt v3\AutoIt" "InstallDir" When SciTE closes I can only assume it is either being killed ofr having a hardcrash ... but would require some more details from systemlog about the hardcrash to verify.
  10. Not going to happen as MFA is a security measure, and we are not in the business of working around security measures, as clearly specified in our forum rules.
  11. This isn't cdo but rather old fashioned cleartext SMTP without userid&password.
  12. What does this line return when you add it to your script and is the returned IP addr correct for the smtp server?: ConsoleWrite('@@ Debug(' & @ScriptLineNumber & ') : TCPNameToIP($s_SmtpServer) = ' & TCPNameToIP($s_SmtpServer ) & @CRLF & '>Error code: ' & @error & @CRLF) ;### Debug Console
  13. Not sure I understand what it is you want to do other than what you coded, which is to stay in the inner loop while the mouse is pressed? So do what you have to do in that inner loop... no?
  14. Highly doubt he's able/capable, and guess you mean somebody else! πŸ˜‰
  15. Just keep it like that and you'll be fine. πŸ˜‰
×
×
  • Create New...