1. Dashboard
  2. Mitglieder
    1. Letzte Aktivitäten
    2. Benutzer online
    3. Team
    4. Mitgliedersuche
  3. Forenregeln
  4. Forum
    1. Unerledigte Themen
  • Anmelden
  • Registrieren
  • Suche
Alles
  • Alles
  • Artikel
  • Seiten
  • Forum
  • Erweiterte Suche
  1. AutoIt.de - Das deutschsprachige Forum.
  2. Mitglieder
  3. Kev

Beiträge von Kev

  • @Domäne - IP

    • Kev
    • 11. März 2010 um 15:00

    Hey,

    kann man via. AutoIT rauskriegen welche IPs die mit einer Domäne verbunden sind, online sind bzw nicht.
    und das dann in eine .config oder sowas speichern, das der alle 10 min abfragt und das dem entsprechend einträgt.

    gruß

    Kev

  • AutoInstall

    • Kev
    • 11. März 2010 um 10:19

    k thx, geht ;)

  • AutoInstall

    • Kev
    • 11. März 2010 um 09:49

    hmm kay, thx. muss ich mir ma angucken...

    andere sache..wenn meine installation fertig is soll er das verzeichnis löschen C:/hotfix..
    was er aber iwie net macht,pack ich

    [autoit]

    DirRemove("C:\hotfix\",1)

    [/autoit]

    in nen extra script gehts..aber sonst net ;(

    fullscript:

    [autoit]

    #cs ----------------------------------------------------------------------------

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

    AutoIt Version: 3.3.6.0
    Author: myName

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

    Script Function:
    Template AutoIt script.

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

    #ce ----------------------------------------------------------------------------

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

    ; Script Start - Add your code below here

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

    Dircreate("C:\hotfix\")
    Dircreate("C:\hotfix\deploy\")
    Dircreate("C:\hotfix\deploy\")
    DIrcreate("C:\hotfix\deploy\extras\")
    dircreate("C:\hotfix\deploy\hotfix\")

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

    Fileinstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\deploy\extras\collectionutility.jar","C:\hotfix\deploy\extras\collectionutility.jar",1)
    Fileinstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\deploy\hotfix\fix.ini","C:\hotfix\deploy\hotfix\fix.ini",1)
    Fileinstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\deploy\hotfix\fixpack.exe","C:\hotfix\deploy\hotfix\fixpack.exe",1)
    Fileinstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\deploy\.keystore.JCEKS.IBM_J9_VM.install","C:\hotfix\deploy\.keystore.JCEKS.IBM_J9_VM.install",1)
    Fileinstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\deploy\debug.options","C:\hotfix\deploy\debug.options",1)
    Fileinstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\deploy\install.hotfix.xml","C:\hotfix\deploy\install.hotfix.xml",1)
    Fileinstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\deploy\install.properties","C:\hotfix\deploy\install.properties",1)
    Fileinstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\deploy\install_en.properties","C:\hotfix\deploy\install_en.properties",1)
    Fileinstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\deploy\plugin_customization.ini","C:\hotfix\deploy\install_en.properties",1)
    Fileinstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\deploy\uninstall.hotfix.xml","C:\hotfix\deploy\uninstall.hotfix.xml",1)
    FileInstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\setup.exe","C:\hotfix\setup.exe",1)
    FileInstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\fix.msi","C:\hotfix\fix.msi",1)
    FileInstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\updateSite.zip","C:\hotfix\updateSite.zip",1)

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

    Run("C:/hotfix/setup.exe")
    Winwaitactive("IBM Lotus Notes 8.5.1 FP1 - InstallShield Wizard","&Next >")
    sleep(5000)
    ControlClick("IBM Lotus Notes 8.5.1 FP1 - InstallShield Wizard","&Next >","Button1")
    Sleep(500)
    ControlCLick("IBM Lotus Notes 8.5.1 FP1 - InstallShield Wizard","I &accept the terms in the license agreement","Button4")
    sleep(500)
    ControlCLick("IBM Lotus Notes 8.5.1 FP1 - InstallShield Wizard","&Next >","Button8")
    sleep(500)
    ControlCLick("IBM Lotus Notes 8.5.1 FP1 - InstallShield Wizard","&Next >","Button1")
    sleep(500)
    ControlCLick("IBM Lotus Notes 8.5.1 FP1 - InstallShield Wizard","&Install","Button1")
    Winwait("IBM Lotus Notes 8.5.1 FP1 - InstallShield Wizard","&Finish")
    sleep(500)
    ControlClick("IBM Lotus Notes 8.5.1 FP1 - InstallShield Wizard","&Finish","Button1")
    sleep(100)
    DirRemove("C:\hotfix\",1)

    [/autoit][autoit][/autoit][autoit][/autoit]
  • AutoInstall

    • Kev
    • 11. März 2010 um 09:25

    Hey,<br><br>gibt es ne Möglichkeit eine Installation immer irgendwie am Laufen zu halten, bzw.<br>wenn ich ne Automatisierung habe und nebenbei der Explorer geöffnet wird macht er da net weiter.<br>Die Buttons werden nicht gedrückt <img src="wcf/images/smilies/squint.png" alt="^^"><br><br>Jetzt möchte ich ohne Blockinput <img src="wcf/images/smilies/squint.png" alt="^^"> so das derjenige noch arbeiten kann und ohne dass das Installationsfenster im Vordergrund ist,<br>die Buttons geklickt werden und die Installation weitergeführt wird.<br><br>Gruß<br><br>Kev

  • was ist nur mit Filecopy los :D

    • Kev
    • 10. März 2010 um 16:46

    weils zu easy is :D

    ne gute idee,
    done thx ^^

  • was ist nur mit Filecopy los :D

    • Kev
    • 10. März 2010 um 16:25

    okay doch net

    er macht auf C jetz den ordner hotfix..macht da die setup.exe
    fix.msi
    updateSite.zip rein
    und legt noch den ordner deploy/extras
    und deploy/hotfix an, welche beide leer sind, schmeißt dann ins gleiche verzeichnis wo das script liegt NOCHMAL ^^ die fix.msi
    ,updateSite.zipn und setup.exe rein und startet von da , und nicht von c:/hotfix :(

  • was ist nur mit Filecopy los :D

    • Kev
    • 10. März 2010 um 16:12

    ahh jop ;)

    okay..

    ich habs einfacher gemacht..das das eh nur temp. is
    mach ich auf C:/ nen ordner mit hotfix
    un lösch den wenner fertig is ;) nach der installation

    [autoit]

    #cs ----------------------------------------------------------------------------

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

    AutoIt Version: 3.3.6.0
    Author: myName

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

    Script Function:
    Template AutoIt script.

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

    #ce ----------------------------------------------------------------------------

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

    ; Script Start - Add your code below here

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

    Fileinstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\deploy\extras\collectionutility.jar",@scriptdir & "\deploy\extras\collectionutility.jar")
    Fileinstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\deploy\hotfix\fix.ini",@scriptdir & "\deploy\hotfix\fix.ini")
    Fileinstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\deploy\hotfix\fixpack.exe",@scriptdir & "\deploy\hotfix\fixpack.exe")
    Fileinstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\deploy\.keystore.JCEKS.IBM_J9_VM.install",@scriptdir & "\deploy\.keystore.JCEKS.IBM_J9_VM.install")
    Fileinstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\deploy\debug.options",@scriptdir & "\deploy\debug.options")
    Fileinstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\deploy\install.hotfix.xml",@scriptdir & "\deploy\install.hotfix.xml")
    Fileinstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\deploy\install.properties",@scriptdir & "\deploy\install.properties")
    Fileinstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\deploy\install_en.properties",@scriptdir & "\deploy\install_en.properties")
    Fileinstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\deploy\plugin_customization.ini",@scriptdir & "\deploy\plugin_customization.ini")
    Fileinstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\deploy\uninstall.hotfix.xml",@scriptdir & "\deploy\uninstall.hotfix.xml")
    FileInstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\setup.exe",@scriptdir & "\setup.exe")
    FileInstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\fix.msi",@scriptdir & "\fix.msi")
    FileInstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\updateSite.zip",@scriptdir & "\updateSite.zip")

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

    DIrcreate("C:\hotfix\deploy\extras\")
    dircreate("C:\hotfix\deploy\hotfix\")

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

    FileCopy(@scriptdir & "\deploy\extras\collectionutility.jar","C:\hotfix\deploy\extras\collectionutility.jar",1)
    FileCopy(@scriptdir & "\deploy\hotfix\fix.ini","C:\hotfix\deploy\hotfix\fix.ini",1)
    FIlecopy(@scriptdir & "\deploy\hotfix\fixpack.exe","C:\hotfix\deploy\hotfix\fixpack.exe",1)
    Filecopy(@scriptdir & "\deploy\.keystore.JCEKS.IBM_J9_VM.install","C:\hotfix\deploy\.keystore.JCEKS.IBM_J9_VM.install",1)
    Filecopy(@scriptdir & "\deploy\debug.options","C:\hotfix\deploy\debug.options",1)
    Filecopy(@scriptdir & "\deploy\install.hotfix.xml","C:\hotfix\deploy\install.hotfix.xml",1)
    Filecopy(@scriptdir & "\deploy\install.properties","C:\hotfix\deploy\install.properties",1)
    FileCopy(@scriptdir & "\deploy\install_en.properties","C:\hotfix\deploy\install_en.properties",1)
    Filecopy(@scriptdir & "\deploy\plugin_customization.ini","C:\hotfix\deploy\plugin_customization.ini",1)
    Filecopy(@scriptdir & "\deploy\uninstall.hotfix.xml","C:\hotfix\deploy\uninstall.hotfix.xml",1)
    Filecopy(@scriptdir & "\setup.exe","C:\hotfix\setup.exe",1)
    Filecopy(@scriptdir & "\fix.msi","C:\hotfix\fix.msi",1)
    FileCopy(@scriptdir & "\updateSite.zip","C:\hotfix\updateSite.zip",1)

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

    thx ;)

  • was ist nur mit Filecopy los :D

    • Kev
    • 10. März 2010 um 15:43
    [autoit]

    Fileinstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\deploy\extras\collectionutility.jar",@scriptdir & "\deploy\extras\collectionutility.jar")
    Fileinstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\deploy\hotfix\fix.ini",@scriptdir & "\deploy\extras\hotfix\fix.ini")
    Fileinstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\deploy\hotfix\fixpack.exe",@scriptdir & "\deploy\extras\hotfix\fixpack.exe")
    Fileinstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\deploy\.keystore.JCEKS.IBM_J9_VM.install",@scriptdir & "\deploy\.keystore.JCEKS.IBM_J9_VM.install")
    Fileinstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\deploy\debug.options",@scriptdir & "\deploy\debug.options")
    Fileinstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\deploy\install.hotfix.xml",@scriptdir & "\deploy\install.hotfix.xml")
    Fileinstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\deploy\install.properties",@scriptdir & "\deploy\install.properties")
    Fileinstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\deploy\install_en.properties",@scriptdir & "\deploy\install_en.properties")
    Fileinstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\deploy\plugin_customization.ini",@scriptdir & "\deploy\plugin_customization.ini")
    Fileinstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\deploy\uninstall.hotfix.xml",@scriptdir & "\deploy\uninstall.hotfix.xml")
    FileInstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\setup.exe",@scriptdir & "\setup.exe")
    FileInstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\fix.msi",@scriptdir & "\fix.msi")
    FileInstall("C:\Dokumente und Einstellungen\nogpoadmin\Desktop\jo\updateSite.zip",@scriptdir & "\updateSite.zip")

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

    Dircreate("C:/temp")
    Dircreate("C:/temp/deploy")
    Dircreate("C:/temp/deploy/extras")
    DIrcreate("C:/temp/deploy/extras/hotfix")

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

    FileCopy(@scriptdir & "\deploy\extras\collectionutility.jar",@tempdir & "\deploy\extras\collectionutility.jar",1)
    FileCopy(@scriptdir & "\deploy\extras\hotfix\fix.ini",@tempdir & "\deploy\extras\hotfix\fix.ini",1)
    FIlecopy(@scriptdir & "\deploy\extras\hotfix\fixpack.exe",@tempdir & "\deploy\extras\hotfix\fixpack.exe",1)
    Filecopy(@scriptdir & "\deploy\.keystore.JCEKS.IBM_J9_VM.install",@tempdir & "\deploy\.keystore.JCEKS.IBM_J9_VM.install",1)
    Filecopy(@scriptdir & "\deploy\debug.options",@tempdir & "\deploy\debug.options",1)
    Filecopy(@scriptdir & "\deploy\install.hotfix.xml",@tempdir & "\deploy\install.hotfix.xml",1)
    Filecopy(@scriptdir & "\deploy\install.properties",@tempdir & "\deploy\install.properties",1)
    FileCopy(@scriptdir & "\deploy\install_en.properties",@tempdir & "\deploy\install_en.properties",1)
    Filecopy(@scriptdir & "\deploy\plugin_customization.ini",@tempdir & "\deploy\plugin_customization.ini",1)
    Filecopy(@scriptdir & "\deploy\uninstall.hotfix.xml",@tempdir & "\deploy\uninstall.hotfix.xml",1)
    Filecopy(@scriptdir & "\setup.exe",@tempdir & "\setup.exe",1)
    Filecopy(@scriptdir & "\fix.msi",@tempdir & "\fix.msi",1)
    FileCopy(@scriptdir & "\updateSite.zip",@scriptdir & "\updateSite.zip",1)

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

    run(@tempdir & "\setup.exe")

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

    resultat er kopiert 0, er schmeißt setup.exe fix.msi und updateSite.zip ins scriptdir und startet es..soll aber ALLE dateien ins temp packen und von da starten, und nur ins temp^^

  • GDI+ schriftfarbe comboauswahl

    • Kev
    • 9. März 2010 um 16:46

    passt

    statt $combo
    muss man $comboname nehm ;)

    dann gehts :)

    dank dir..

    jetz muss ich nur noch den andern mist auf der signatur angeben..
    beim namen die größer verändern könn
    un das bild mit allem drauf, als signatur speichern :D

    das wird lustig :D

    ich versuch mich mal

  • GDI+ schriftfarbe comboauswahl

    • Kev
    • 9. März 2010 um 16:35

    ich checks grad net mehr ?( :whistling:

  • GDI+ schriftfarbe comboauswahl

    • Kev
    • 9. März 2010 um 16:28

    Für alle nochmal :D

    [Blockierte Grafik: http://img535.imageshack.us/img535/566/unbenannttz.png]

    Auf dem Bild steht "Anubiz"

    rechts an der Seite steht Character: Anubiz = Auswahl = schwarz

    da soll er bei schwarz schwarz machen,

    bei blau blau

    grün grün^^

    unsoweiter

    auf dem BILD !

    8o

  • Autologin Bot/ _FFClick / _FFWindowSelect/ _FFOpenURL

    • Kev
    • 9. März 2010 um 16:25

    Picknicker schrieb:

    Zitat

    jaja habs mir gedacht, als du nach gefragt hast, aber dachte bleib mal ehrlich ;) ok, also ist sowas wohl verboten.... und wenn es nur ein log in bot wird? ;) könntest du mir dann evtl. weiterhelfen? also quasie die frage über die Pixelgetcolor vergessen?

    Schnitzel schrieb:

    Zitat

    Jup das geht in Ordnung denk ich ^^
    leider hab ich selbst noch nicht viel mit der FF.au3 gearbeitet. aber das _FFWindowSelect() denke ich braucht den Titel des Firefox Fensters und nicht die URL.

    Kev gibt nur seinen Senf dazu :D

  • GDI+ schriftfarbe comboauswahl

    • Kev
    • 9. März 2010 um 16:11

    hehe :)

    ähm er soll nicht die anzeige..rechts die namen etc farbig machen, sondern..

    die schrift die auf dem bild ist :)

    wenn du den Namen eingibst und danach fertig klickst, ruft der alles ab...

    dann wähl ne signatur aus un klick erstellen.

    jetz kopiert er den namen auf die SIGNATUR :) und da soll die farbe geändert werden :p

  • Teilbereich aus einem Bild anzeigen

    • Kev
    • 9. März 2010 um 15:47

    soweit ich weiß mit GDI+ via. _caputescreen oder sowas..musste mal am Besten die Hilfe zu gdi + lesen

  • GDI+ schriftfarbe comboauswahl

    • Kev
    • 9. März 2010 um 15:11

    joa du brauchst den ordner mit den signaturen ;)

    pass auf...

    ich mach maln attach..

    den ordner rg_bg machste jetz ins scriptdir..

    so dann gibste ein..

    bei Character: Anubiz
    Realm: PvP
    klickst fertig

    danach wählste ne signatur und klickst erstellen..

    dann siehste was des wird :)

    Dateien

    rg_bg.rar 402,82 kB – 279 Downloads
  • GDI+ schriftfarbe comboauswahl

    • Kev
    • 9. März 2010 um 14:36

    muss des unten in die func rein? oder unter die combobox?^^

  • GDI+ schriftfarbe comboauswahl

    • Kev
    • 9. März 2010 um 14:27
    [autoit]

    $hBrush = _GDIPlus_BrushCreateSolid(0x7F000000)

    [/autoit]

    das is standart schwarz gesetzt...

    so und wenn er grün auswählt dann soll er den $hBrush = (0x7F00FF00)
    setzen..

  • Hey ^^

    • Kev
    • 9. März 2010 um 14:17

    frag mich was ^^ ich sag ja is mist :D drecks name da :P

  • Hey ^^

    • Kev
    • 9. März 2010 um 14:10

    jens :D mark :D lol,

    alles falsch

    ich bin ein RENE xD

  • Hey ^^

    • Kev
    • 9. März 2010 um 14:04

    Schnitzel : joa gibts schon was gutes ;) Rofa zb.

    http://www.rockfabrik-ludwigsburg.de/25/index2.php

    @Pingu: ich steh auf smileys ^^

    @Ideas2code = faaaaaalsch :D

Spenden

Jeder Euro hilft uns, Euch zu helfen.

Download

AutoIt Tutorial
AutoIt Buch
Onlinehilfe
AutoIt Entwickler
  1. Datenschutzerklärung
  2. Impressum
  3. Shoutbox-Archiv
Community-Software: WoltLab Suite™