20200503 2050 

 

00 궁극적 질문; 새로이 AutoIt를 배워야하나?

 

00 제목: AutoIt v3: Your Quick Guide, Andy Flesner

 

01 AutoIt as scripting language

 

02 역사

1998년 시작,  C로 작성 ⇒ 프로그램 설치 자동화(마법사 같은)에 사용

1999년 v1 출시; Send, Run, RunWait, WinWait...

1999년 8월, v2 출시

2001, 5월 C++로 소스코드 재작성

2003년 v3 beta 출시

2004년 2월 v3 출시

2005년 2월, v3.1.0 출시, GUI기능 추가

 

경쟁자; Visual Basic Scripting, Batch files, etc

2007년 v3.2.4.9 출시

"http://www.autoitscript.com/autoit3/down loads.php"

SciTE AutoIt3 Editor 사용

"http://www.autoitscript.com/autoit3/scite/down loads.php"

 

 특징

변수명에는 맨앞에 "딸라"를 써 준다. $x, $y

 

★ VBA 비슷하다

변수타입; Dim, Global, Local

변수선언을 안해도 된다

Array, Variant

 

기본설치되는 libraries

Array.au3 ~ WindowsConstants.au3

 

GUI

 

03 자동화 사례

파일이동..

 

'[PA] 업무자동화 > [AH]Autohotkey' 카테고리의 다른 글

AH 책, Practical Laboratory Automation  (0) 2020.05.03
AH 책, Practical Video Game Bots  (0) 2020.05.03
AH 책,Practical Autohotkey, Nick May  (0) 2020.05.03
AH 특정시간에 실행  (0) 2020.04.29
AH Textbox 암호표시  (0) 2020.04.28
Posted by Weneedu
,


출처: https://privatedevelopnote.tistory.com/81 [개인노트]