bat,PowerShell ,windows

Thumbnail of post image 091

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

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

Releases · PowerShell/PowerShell ...

windows

Thumbnail of post image 089

ホームページの仕様が変わるとXpathを作ったプログラムを変更するのが大変になります

変更前と変更後のXpathの一覧を作成変更前と変更後のXpathをカンマ区切りで並べる

CSV エディタを使っても大丈夫です

一括で ...

bat,PowerShell ,windows

Thumbnail of post image 081

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

bat,PowerShell ,windows

Thumbnail of post image 155

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

bat,PowerShell ,windows

Thumbnail of post image 117

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

bat,PowerShell ,windows

Thumbnail of post image 052

バッチファイルpowershell -command "Get-Content output1.txt -ReadCount 2 | %%{$_ -join ','} | Out-Host"aqbkcma ...

bat,PowerShell ,windows

Thumbnail of post image 029

Windows パソコンでペーストコマンドと同じようなことをします

バッチファイルpowershell -command "Get-Content output1.txt , output2.txt | Group-O ...

windows,オープンソース,スマホ

Thumbnail of post image 105

httpserver

Web ブラウザを使ってスマホからもアップロードや ダウンロードをすることができます

gohttpserver

GitHub – codeskyblue/gohttpserver: The b ...

bat,windows

Thumbnail of post image 067

バッチファイル

1列目はそのまま1列目に表示し2列目を横に並べます

@echo offsetlocal enableDelayedExpansion:: ファイル名を指定set inputFile="ticker\tic ...

bat,PowerShell ,windows

Thumbnail of post image 020

バッチファイルpowershell -Command "Get-Content -Path 'output3.txt' -Encoding Default | ConvertFrom-Csv -Delimiter ...