bat,PowerShell ,windows

Thumbnail of post image 132
バッチファイルfor/f %%a in (C:\txt\cs.txt) do (set moji=%%a set moji=!moji:~0,1! if !moji! == # (rem 16進数のカラーコードを引数から取得set hexC ...

etc

Thumbnail of post image 100
ひらがなあいうえおかきくけこさしすせそたちつてとなにぬねのはひふへほまみむめもやゆよらりるれろわゐゑをんがぎぐげござじずぜぞだぢづでどばびぶべぼぱぴぷぺぽぁぃぅぇぉっゃゅょカタカナアイウエオカキクケコサシスセソタチツテトナニヌネノハヒフヘホ ...

bat,PowerShell 

Thumbnail of post image 160

バッチファイルpowershell -command "Get-Content -Encoding Shift-JIS y:/wordlst.txt | Out-File y:/word.txt -Encoding utf8&qu ...

stable-diffusion

Thumbnail of post image 021

webui

sd-webui-train-tools

GitHub – liasece/sd-webui-train-tools: The stable diffusion webui training aid ...

Python,stable-diffusion

Thumbnail of post image 083

ControlNetは新しいバージョンにしてください

モデルのダウンロードと設置

huchenlei/animal_openpose at main (huggingface.co)

“D:\WinP ...

AutoIt

Thumbnail of post image 059

準備

この機能は設定しておいてください。対応できないボタンを対応します

コード

メモ帳 ペイント One Drive クリップボード履歴 通常のウィンドウに対応します

色々なアプリに対応するのは難しいですね ...

windows

Thumbnail of post image 174

スマホからPC 上の Web サイトにシームレスにファイルを送信できます

例えばOne Drive やGoogle ドライブや自分の PC にスマホからアップロードできます

制限

一度に 10 個のファイルをアッ ...

bat,PowerShell ,windows

Thumbnail of post image 125
バッチファイルFOR/F "usebackq" %%a IN (`powershell -command " $contents = ( Get-NetIPAddress | Where-Object -Fil ...

AutoIt

Thumbnail of post image 170
準備コード#include "..\Includes\CUIAutomation2.au3"Example()Func Example() Sleep( 1000 ) ; Create UI Automation obj ...

bat,windows

Thumbnail of post image 126

バッチファイル@echo offREM 入力ファイルと出力ファイルの設定set inputFile=urls.txtset outputFile=output.htmlREM 出力HTMLファイルのヘッダーを作成echo ^<html ...