bat,PowerShell 

Thumbnail of post image 117

バッチファイル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 162
バッチファイルFOR/F "usebackq" %%a IN (`powershell -command " $contents = ( Get-NetIPAddress | Where-Object -Fil ...

bat,PowerShell ,windows

Thumbnail of post image 114

バッチファイルpowershell Set-Clipboard -Value "This"powershell Set-Content -Path .\DateTime.txt -Value (Get-Date)time ...

bat,PowerShell ,windows

Thumbnail of post image 184

Vbスクリプトを使用せずパワーシェルで行う方法です

ファイルダイアログFOR/F "usebackq" %%a IN (`powershell -command "Add-Type -assembl ...

bat,PowerShell ,windows

Thumbnail of post image 029

コードFOR/F "usebackq" %%a IN (`powershell -command " $contents = (Get-Content ./c_up_parab.txt ); return $c ...

bat,PowerShell ,windows

Thumbnail of post image 175

choiceコマンドを使って条件分岐でコマンドを実行できますが毎回の答えは大変です

バッチファイル

何かキーボードをしたらコマンドプロント 時間切れだとノートパッドを起動します

::powershell -Execut ...

bat,PowerShell ,windows

Thumbnail of post image 164

通常では bomがついて 出力されてしまいます

バージョンの確認$PSVersionTable新しいバージョンのパワーシェルPowerShellをインストール

Releases · PowerShell/PowerShell ...

bat,PowerShell ,windows

Thumbnail of post image 024

バッチファイルpowershell -command "(Get-Content .\hello.txt) | %%{ $_ -replace 'hello','konbanwa'} | set-c ...

bat,PowerShell ,windows

Thumbnail of post image 115

バッチファイルpowershell -command "Get-Content output1.txt -Head 2 | Out-Host"powershell -command "Get-Content o ...

bat,PowerShell ,windows

Thumbnail of post image 004

バッチファイルpowershell -command "$i=1;$inputF ='output1.txt';$baseName = ::GetFileNameWithoutExtension($inputF); ...