bat

Thumbnail of post image 177

バッチファイル

FFmpeg

@echo offsetlocalREM 入力フォルダset INPUT_DIR=E:\OutputREM ffmpeg のパスset FFMPEG=D:\WinPython\ffmpeg\bin\f ...

bat,windows

Thumbnail of post image 052

管理者権限で起動したアプリケーションは管理者権限で起動していないプログラムで制御できません
そのためスタートアップで特定のプログラムを管理者権限で起動する方法です

タスクスケジュールに登録schtasks/create/ ...

bat,windows

Thumbnail of post image 200
必要なソフトhandle64.exeのダウンロードバッチファイル@echo offsetlocal enabledelayedexpansion:: 監視するファイルパスset TARGET=E:\AI-Toolkit\AI-Toolkit ...

bat

Thumbnail of post image 055
バッチファイル@echo offREM === Free a specific port on Windows ===if "%~1"=="" ( echo 使用方法: %~nx0 echo 例: ...

bat

Thumbnail of post image 088
方法

ダウンロードしたモデルは~/.cache/huggingfaceにキャッシュとして保存されます C:\Users\User\.cache\huggingface

環境変数を変更することで場所を移動することはできます

bat,

Thumbnail of post image 058
バッチファイルcandle.bat chart.svg 60 80 30 40

@echo offsetlocal:: 引数からファイル名と価格データを取得(なければ初期値)set "output

bat,PowerShell ,windows

Thumbnail of post image 188
バッチファイル@echo offREM PowerShellで180?600の乱数を生成FOR/F "usebackq tokens=*" %%a IN (`powershell -command "Get-R ...

bat,PowerShell ,windows

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

時間まで待つ 23時か判定する

REM 現在の時刻(時)を取得FOR/F "usebackq tokens=*" %%a IN (`powershell -command "(Get- ...

bat,PowerShell ,windows

Thumbnail of post image 091
バッチファイルSET contents=0FOR/F "usebackq" %%a IN (`powershell -command "$lineNumber = ((Get-Content '%~f0 ...

bat,PowerShell ,windows

Thumbnail of post image 152
バッチファイルpowershell -Command "(Get-Content '%~f0') | ForEach-Object {Start-Process 'C:\a.bat' -Argume ...