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
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
k thx, geht ![]()
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
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
Script Function:
Template AutoIt script.
#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\")
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)
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)
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
weils zu easy is ![]()
ne gute idee,
done thx ![]()
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 ![]()
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
#cs ----------------------------------------------------------------------------
[/autoit][autoit][/autoit][autoit]AutoIt Version: 3.3.6.0
Author: myName
Script Function:
Template AutoIt script.
#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")
DIrcreate("C:\hotfix\deploy\extras\")
dircreate("C:\hotfix\deploy\hotfix\")
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)
thx ![]()
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")
Dircreate("C:/temp")
Dircreate("C:/temp/deploy")
Dircreate("C:/temp/deploy/extras")
DIrcreate("C:/temp/deploy/extras/hotfix")
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)
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^^
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 ![]()
das wird lustig ![]()
ich versuch mich mal
ich checks grad net mehr
![]()
Für alle nochmal ![]()
[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 !
![]()
Picknicker schrieb:
Zitatjaja 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:
ZitatJup 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 ![]()
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
soweit ich weiß mit GDI+ via. _caputescreen oder sowas..musste mal am Besten die Hilfe zu gdi + lesen
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 ![]()
muss des unten in die func rein? oder unter die combobox?^^
$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..
frag mich was
ich sag ja is mist
drecks name da ![]()
jens
mark
lol,
alles falsch
ich bin ein RENE xD
Schnitzel : joa gibts schon was gutes
Rofa zb.
http://www.rockfabrik-ludwigsburg.de/25/index2.php
@Pingu: ich steh auf smileys ![]()
@Ideas2code = faaaaaalsch ![]()