bat,PowerShell ,windows

Thumbnail of post image 152

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

Python,windows

Thumbnail of post image 080
対応方法if __name__ == '__main__': freeze_support() ... The "freeze_support()" line can be omitted if the ...

windows

Thumbnail of post image 060
聞々ハヤえもん

聞々ハヤえもん公式サイト/MP3プレイヤー フリーソフト (hayaemon.jp)

Mp3split

デコードや再エンコードを必要とせずに、mp3、ogg vorbis、FLAC、その他のオーディオ形式をフレ ...

bat,G'MIC,windows,画像

Thumbnail of post image 054

Windows でコマンドラインで命令を入れるとうまく解釈してくれず思い通りの動きをしてくれません

コマンドラインを確認する方法とうまく解釈してくれたコマンドを示します

-debug

うまくいかなかった例です。余 ...

G'MIC,windows,画像

Thumbnail of post image 053

コマンドの流し方と作り方

拡張子がgmicのテキストファイルを作ります

gmic image.jpg macros.gmic -my_custom_command

command パラメーターの後ろに記述することもで ...

bat,PowerShell ,windows

Thumbnail of post image 117

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

バッチファイル

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

::powershell -Execut ...

C++,windows

Thumbnail of post image 092
meson ダウンロードインストール

Releases · mesonbuild/meson (github.com)

meson-1.4.0-64.msi

libraqmダウンロードビルドgit clone" ...

bat,PowerShell ,windows

Thumbnail of post image 147

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

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

Releases · PowerShell/PowerShell ...

windows

Thumbnail of post image 028

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

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

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

一括で ...

bat,PowerShell ,windows

Thumbnail of post image 068

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