Free download manager (der ist echt gut =) )

  • [autoit]

    ; ----------------------------------------------------------------------------
    ;
    ; AutoIt Version: 3.1.1
    ; Author: Huggy
    ;
    ; Script Function:
    ; Installiert FREE DOWNLOAD MANAGER
    ;
    ; ----------------------------------------------------------------------------

    [/autoit][autoit][/autoit][autoit]

    ; Script Start - Add your code below here
    BlockInput(1)
    Run("fdminst.exe")
    WinWaitActive("Setup - Free Download Manager")
    send("!n")
    sleep(500)
    send("!a")
    send("!n")
    send("!n")
    sleep(500)
    send("!n")
    Sleep(500)
    send("!n")
    send("!n")
    send("!i")
    Sleep(10000)
    WinWaitActive("Setup - Free Download Manager")
    send("!F")
    BlockInput(0)
    Exit

    [/autoit]

    Einmal editiert, zuletzt von huggy (29. Oktober 2006 um 09:58)