bat,

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

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

Thumbnail of post image 164

日本株の取引について株取引の始め方(初心者向け)

証券口座を作る
SBI証券、楽天証券などで口座を開設。株を売買するための専用口座。
証券口座に入金する
銀行口座から証券口座へ入金して、取引の資金を用意する。 ...

bat,PowerShell ,windows

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

bat,PowerShell ,windows

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

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

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

bat,PowerShell ,windows

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

bat,PowerShell ,windows

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

bat,windows

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

bat,PowerShell ,windows

Thumbnail of post image 112

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

bat,imagemagick

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