bat,PowerShell 

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

AutoHotkey

Thumbnail of post image 013
コード;Run "C:\app\app.exe"WinWait "app"WinMinimize; use the window found above

ショートカットのプロパティで最小化したり: ...

bat

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

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

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

AutoIt

Thumbnail of post image 076

XPath/html/body/div/div/main/article/controller//nav/ul/li/buttonHTML<html> <body> <div> <div> & ...

bat

Thumbnail of post image 070

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

bat,PowerShell 

Thumbnail of post image 058

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

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

C++

Thumbnail of post image 070
方法

AviUtl のウィンドウのタイトルが変更されていたので動かなかった AviUtlからUniteWindow

アプリの一覧の中「Visual Studio 2022」から「Developer Command Promp ...

windows

Thumbnail of post image 054
方法

設定をクリックし、 Cookie と Web サイトのアクセス許可を選びます

サイトのアクセス許可/すべてのアクセス許可/自動ダウンロード

サンプル

追加ボタンを押してサイトの追加

Python

Thumbnail of post image 028
プログラムimport osimport numpy as npfrom PIL import Image# 入力フォルダーと出力フォルダーのパスinput_folder = r"D:\WinPython\notebooks\in ...

JavaScript

Thumbnail of post image 035
JavaScript

/* VisionSimulator */
/* Copyright (c) 2018 Kazunori Asada */
/* Released under the MIT licens