Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/08/2018 in all areas

  1. water

    AD - Active Directory UDF

    Version 1.6.3.0

    17,293 downloads

    Extensive library to control and manipulate Microsoft Active Directory. Threads: Development - General Help & Support - Example Scripts - Wiki Previous downloads: 30467 Known Bugs: (last changed: 2020-10-05) None Things to come: (last changed: 2020-07-21) None BTW: If you like this UDF please click the "I like this" button. This tells me where to next put my development effort
    1 point
  2. water

    OutlookEX

    Version 1.7.0.1

    10,054 downloads

    Extensive library to control and manipulate Microsoft Outlook. This UDF holds the functions to automate items (folders, mails, contacts ...) in the background. Can be seen like an API. There are other UDFs available to automate Outlook: OutlookEX_GUI: This UDF holds the functions to automate the Outlook GUI. OutlookTools: Allows to import/export contacts and events to VCF/ICS files and much more. Threads: Development - General Help & Support - Example Scripts - Wiki BTW: If you like this UDF please click the "I like this" button. This tells me where to next put my development effort KNOWN BUGS (last changed: 2020-02-09) None
    1 point
  3. Run it using autoit_64.exe instead. The shortcut probably uses the %ProgramFiles% shorthand to point to where the file is.
    1 point
  4. There are several different ways to do this. Here's a link that give some possible solutions. https://stackoverflow.com/questions/19046812/multiple-count-for-multiple-conditions-in-one-query-mysql
    1 point
  5. A typical SQL Select statement would look like this -- SELECT supervisor, COUNT(DISTINCT employee_name) FROM your_db GROUP BY supervisor
    1 point
  6. Good point Jos. I totally forgot about that. Have a look at Running under Windows 64-bit Edition in the Help File. Try adding the following to the the top of your script. #include <WinAPIFiles.au3> ;Disable x86 redirection mechanism for a 32-bit script. If @OSArch = "X64" And Not @AutoItX64 Then _WinAPI_Wow64EnableWow64FsRedirection(False) Adam
    1 point
  7. http://bfy.tw/IzjL Hope this helps.
    1 point
  8. I've been working for a long time (about 5 months) to release this beta. I've tested it many time but found no bug or error. Please test it for me, if you got bugs, report me! I'll add you to the credit. :-) Features - Real-time protection with USB Guard. - View and manage startup proprams with Startup Manager. - View and manage running processes with Processes. - Fix common Windows issues with System Fix. - Eject your USB stick easily with USB Eject. - Automatic update function. - Restore deleted items. Notes - USB Lock Key and Update functions are under contruction. Downloads Source (60kB) Exe
    1 point
  9. Welcome to the AutoIt forum. Unfortunately you appear to have missed the Forum rules on your way in. Please read them now - particularly the bit about not discussing game automation - and then you will understand why you will get no help and this thread will now be locked. See you soon with a legitimate question I hope. The Moderation team
    0 points
×
×
  • Create New...