bat,PowerShell ,windows

Thumbnail of post image 026

手こずったのですが 参考 URL を見て作ることができました

バッチファイル

ドラッグアンドドロップやパッチファイルの引数指定可能です

echo e %*@powershell -Command "& (In ...

bat,PowerShell ,windows

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

emf ファイルはうまくいきません

PowerShell -Command "Add-Type -AssemblyName System.Windows.Forms;Add-Type -AssemblyN ...

bat,PowerShell ,windows

Thumbnail of post image 158

SendInputを使ってC#で関数を作りパワー処理で実行します

バッチファイル@powershell/c '#'+(Get-Content \"%~f0\"-raw)^|Invoke-Exp ...

bat,PowerShell ,windows

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

コンソールにやっている内容を表示しビープ音を鳴らします

wheelうまく動きません

@powershell/c '#'+(Get-Content \"%~f0\"-r ...

bat,PowerShell ,windows,アクセシビリティ

Thumbnail of post image 039

バッチファイル@powershell/c '#'+(Get-Content \"%~f0\"-raw)^|Invoke-Expression &timeout/t 50&goto:eof# const d ...

bat,PowerShell 

Thumbnail of post image 171

バッチファイル

自分自身のバッチファイルの中で複数のパワーシェルのスクリプト記述して実行したい時に有効です

表現方法がいろいろあるのでお好きな表現を組み合わせて使ってください

@powershell -Command ...

bat,PowerShell ,windows,アクセシビリティ

Thumbnail of post image 028

バッチファイルset kk='Enter'set kk='+{Enter}'set kk='{Enter}'timeout/t 9powershell -Command "Add-T ...

bat,PowerShell ,windows

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

bat,PowerShell 

Thumbnail of post image 053

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

bat,PowerShell ,windows

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