Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/22/2025 in Files

  1. Version 2.5.0.0

    45 downloads

    A professional tool to convert binary files into self-contained AutoIt hex functions. Features architecture detection, GUI and CLI modes, and robust code generation.
    1 point
  2. water

    OutlookEX

    Version 1.7.0.2

    10,926 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. Deye

    ChromeProtectedTabs.exe

    Version 1.0.1.2

    821 downloads

    Small example script to Protect Tabs in chrome + close other tabs and duplicates Local $sFilePath = @ScriptDir & "\ChromeProtectedTabs.exe" ;Close other tabs not containg these key words or duplicates Local $sProtectedTabs = "msdn, developer, autoit, Gmail, amazon, DuckDuckGo, YouTube" Run($sFilePath & " " & $sProtectedTabs)
    1 point
×
×
  • Create New...