Autoit
[ Autoit / MSSQL ] 데이터베이스를 사용하고자 할경우
; ------------------------------------------------------------------------------ ; ; AutoIt Version: 3.1.1++ ; Language: English ; Description: Functions for ODBC/SQL databases. ; ; ------------------------------------------------------------------------------ ; Retrieve registerered DSN resources, default type USER and SYSTEM Func _SQLGetDSN($s_DSNType="") Local Const $s_ODBCregUser = "HKEY_CUR..
[ Autoit / CmdLine ] 커맨드라인을 입력받아 처리하는 함수의 일부입니다.
Func _ParseCmdLine() Local $intCmdTotal = _GetThisArg(0) Local $intCmdNum = 1 Local $strCmdCode While $intCmdNum _ParseCmdLine Func _GetThisArg($_n) If $CmdLine[0] = 0 or $CmdLine[0] _GetThisArg