Bienvenue sur le wiki du site www.K1der.net. Se wiki contiendra les differents projets des differents membres, ainsi que des aides pour l’utilisation du site et des services proposés.

Bonne lecture.

Ceci est une ancienne révision du document! Cliquez sur le titre pour voir la dernière version.


-

; ----------------------------------------------------------------------------
;
; AutoIt Version: 3.1.0
; Author:         SurPriseS <surprise@k1der.net>
;
; Script Function:
;	AutoIt Script Installation automatique de 7zip.
;
; ----------------------------------------------------------------------------
 
; Script Start - Add your code below here
 
 
Run("7zip.exe")
WinWaitActive("7-Zip 4.32 Setup", "Setup will install 7-Zip 4.32 in the following folder. To install in a different folder, click Browse and select another folder. Click Install to start the installation." )
Send("!I")
WinWaitActive("7-Zip 4.32 Setup", "7-Zip 4.32 has been installed on your computer.")
Send("!F")

Outils personnels