bat,windows

Thumbnail of post image 039
バッチファイルset num=0for/f "delims=;" %%f in ('dir/b/on Y:\output_folder4\\*.png') do ( set/a num=!num!+1 s ...

bat,windows

Thumbnail of post image 121
バッチファイル@echo offsetlocal enabledelayedexpansion:: 対象フォルダを指定(この例ではカレントディレクトリ)set "TARGET_DIR=%~dp0"cd/d "% ...

bat,PowerShell ,windows

Thumbnail of post image 120

バッチファイルpowershell.exe -Command "Clear-RecycleBin -Force -ErrorAction SilentlyContinue"timeout 11powershell -Co ...

bat,imagemagick

Thumbnail of post image 012
バッチファイル@echo offset input="input.png"set output="output.png"set size="500x500^"convert %in ...

bat,PowerShell 

Thumbnail of post image 054
コードpowershell -Command "Start-Process -FilePath 'C:\app\tpad\TeraPad.exe' -ArgumentList 'C:\app\v.txt&# ...

bat

Thumbnail of post image 056
バッチファイル

#d688.zipのファイルがあった時に続きの番号から

setlocal enabledelayedexpansionset col=1for/f "delims=;" %%f in (' ...

bat

Thumbnail of post image 051

コマンドラインオプションを使う方法for %%f in ("Y:\aviutl\*.aup") do ("C:\app\aviutl\aviutl.exe" "Y:\aviutl\%%~nf ...

bat,PowerShell 

Thumbnail of post image 117

文字列の長さも同じで小さいファイルに対応します

コードpwsh -command "$bytes = ::ReadAllBytes('C:\app\aviutl\180.aup'); for ($i = ...

bat,imagemagick

Thumbnail of post image 053
バッチファイル@echo offsetlocal enabledelayedexpansionset "inputFile=C:\app\ImageMagick\txt\F0FFF0.txt"set "outp ...

bat,windows

Thumbnail of post image 054
バッチファイル

背景が透明なマスクファイルを用意します

@echo offsetlocal enabledelayedexpansionset input_folder=Y:\userset mask_folder=C:\data ...