AutoIt,アクセシビリティ

Thumbnail of post image 158

スクリプト#include <ButtonConstants.au3>#include <GUIConstantsEx.au3>#include <WindowsConstants.au3>AutoItS ...

AutoIt

Thumbnail of post image 192

イメージ機能

複数画像対応
画面から画像を登録
指定した画像が見つかるまで待機するしないの選択が可能
画像認識の前と後に処理を追加することが可能
画像認識した後にマウスカーソル移動もしくはクリック ...

AutoIt

Thumbnail of post image 178

スクリプト#include <GUIConstantsEx.au3>#include <WindowsConstants.au3>#include "_ImageSearch_UDF.au3"Global Const ...

AutoIt

Thumbnail of post image 000
powershell

powershell -WindowStyle Hidden -Command “C:\autoit3\AutoIt3_x64.exe C:\autoit3\Examples\a_mousemove.a ...

AutoIt,アクセシビリティ

Thumbnail of post image 189

スクリプト#include <GUIConstantsEx.au3>#include <WindowsConstants.au3>#include <Array.au3>Opt("GUIOnEventMo ...

bat,windows

Thumbnail of post image 073

terapad

ツール->ツールの設定->追加

実行するにはツールメニューから行います

バッチファイルのサンプル

if “%1” == “” (
set Wi ...

AutoIt

Thumbnail of post image 118
スクリプト

if $CmdLine = 0 Then
$x1 = 1
Else
$x1 = $CmdLine
EndIf

パッチファイル

C:\autoit3\AutoIt3_x64.exe C ...

stable-diffusion

Thumbnail of post image 001

ui-config.jsonを変更するsedスクリプト サンプル

!sed -i -e ‘s/\”img2img\/Input directory\/value\”: \”\” ...

windows

Thumbnail of post image 021
バッチファイルを作ってみる

C:\Windows\System32\shutdown.exe/r/t 10

hoge.batで保存

バッチファイルのショートカットを作ってみる

デスクトップにショートカットを作りタス ...

AutoIt

Thumbnail of post image 050

Image Search UDF

画像認識するものです

右側にある Download This fileをクリックします

私はAutoIT_ImageSearchUDFフォルダを作り圧縮ファイルを解凍しました