bat,PowerShell 

Thumbnail of post image 171

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

bat,PowerShell ,windows

Thumbnail of post image 182

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

bat,PowerShell ,windows

Thumbnail of post image 072

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

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

bat,PowerShell ,windows

Thumbnail of post image 030

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

bat,PowerShell ,windows

Thumbnail of post image 116

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

バッチファイル

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

::powershell -Execut ...

bat,PowerShell ,windows

Thumbnail of post image 179

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

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

Releases · PowerShell/PowerShell ...

bat,PowerShell ,windows

Thumbnail of post image 061

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

bat,PowerShell ,windows

Thumbnail of post image 145

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

bat,PowerShell ,windows

Thumbnail of post image 110

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