mai
11
Classé dans (Auto It, Programation) par surprises le 11-05-2008

Téléchargement :

Automatisation 7zip (918.64 Ko)
Téléchargé : 250 fois
* Merci de lire les conditions d'utilisation avant de télécharger le fichier.

Contenu :

  • 7zip.exe < fichier d’installation

  • automatisation 7zip.au3 < fichier script

  • automatisation 7zip.exe < fichier script compilé

Version 4.32 de 7zip

  1.  
  2. ; ----------------------------------------------------------------------------
  3. ;
  4. ; AutoIt Version: 3.1.0
  5. ; Author:         SurPriseS surprise@k1der.net
  6. ;
  7. ; Script Function:
  8. ;   AutoIt Script Installation automatique de 7zip.
  9. ;
  10. ; ----------------------------------------------------------------------------
  11.  
  12. Run("7zip.exe")
  13. 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." )
  14. Send("!I")
  15. WinWaitActive("7-Zip 4.32 Setup", "7-Zip 4.32 has been installed on your computer.")
  16. Send("!F")
  17. ;configuration
  18. Run("C:Program Files7-Zip7zFM.exe")
  19. WinWaitActive("Gestionnaire de fichier de 7-Zip")
  20. send("{alt}")
  21. Sleep(250)
  22. Send("!o")
  23. Sleep(250)
  24. Send("!o")
  25. send("{enter}")
  26. Sleep(250)
  27. send("{tab}")
  28. Sleep(250)
  29. send("{space}")
  30. Sleep(250)
  31. send("{tab}")
  32. send("{tab}")
  33. send("{tab}")
  34. Sleep(250)
  35. send("{space}")
  36. Sleep(250)
  37. send("{tab}")
  38. send("{tab}")
  39. send("{space}")
  40. WinClose("Gestionnaire de fichier de 7-Zip")
  41.  
Poster un Commentaire
Nom:
E-mail:
Site Web:
Commentaire: