AutoIt

Presentacion

Autoit es un lengatge de script permetent una automatizacion sota lo sistèma operatiu Microsoft Windows gràcias a l'ajuda de simulacions de mandadís de claus, de movements de rata e de contraròtle d'interfàcia grafica (GUI).

Aquel lengatge foguèt creat per Jonathan Bennet e èra destinat principalament dins sei versions precedentas a la 3 a dei macros; pasmens ambé la version actuala (3+) la creacion d'un environament grafic es possibla, sens oblidar leis accions ambé d'autrei lengatges de programacion coma lo VBScript o encara dei Component Object Model, dei foncions DLL.


Exemple de script

; Afichatge de plusors boitas de dialòg
MsgBox(4096,"Titól", "Messatge")
MsgBox(0 + 32, "Titól 2", "Messatge 2") ; senhau d'aise e boton OK sus la boita de dialòg
MsgBox(4 + 64, "Titól 3", "Messatge 3") ; senhau informacion e boton Òc/Non sus la boita de dialòg
MsgBox(68, "Titól 4", "Messatge 4") ; senhau informacion e boton Òc/Non sus la boita de dialòg

Liames

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.