bat,PowerShell ,windows

Thumbnail of post image 121
インストール

管理者権限でパワーシェルを起動してください

Install-Package -Name Portable.BouncyCastle -Source -Name MailKit -Source -SkipDepen ...

bat,windows

Thumbnail of post image 051
ファイル名で振り分けset "source=C:\source\"set "destination=C:\destination\"mkdir "%destination%" se ...

AutoHotkey,bat,PowerShell 

Thumbnail of post image 156
バッチファイル:: バッチファイル用スクリプトset URL=" output="page_content.txt"start msedge.exe %URL%timeout/t 10echo MouseCli ...

bat,LibreOffice

Thumbnail of post image 073

LibreOfficeCalc

LibreOffice CalcでCSVをインポートするマクロの使い方をご紹介します。

ステップ1: マクロを追加する

LibreOffice Calcを開きます。
任意のスプレッドシー ...

bat,windows

Thumbnail of post image 136
bitsadminset FILENAME=20231101.zipset FILENAME2=C:\data\%FILENAME%if not exist %FILENAME2% (bitsadmin/transfer "tes ...

bat,

Thumbnail of post image 134

sed

ストリーミングエディターで行ごとに文字列を加工

sed.exe -e "/^$/d" -e "/^ $/d" -e "s/(\(\+\))/,\1.T,/g" - ...

bat

Thumbnail of post image 080

ファイル内の空行を削除sed.exe -e "/^$/d" input.txt > output.txtコマンドの説明

/^$/d: 空行(行の開始と終了の間に何もない行)を削除します。
^$: 空行を ...

bat,

Thumbnail of post image 081

以前作ったものを改良しみました。2024年で試してみます

前提

次のサイトを見てから確認してください

日経225銘柄@echo offset SKIP1=25set SKIP2=999set SPAN1=3del y: ...

bat

Thumbnail of post image 130

次のサイトを参考に作ってみました

バッチファイル@echo offsetlocal:: パラメータ設定set "width=100"set/a width2=%width%/2set "height ...

bat,windows

Thumbnail of post image 065

awk に計算させて 変数にセットします

バッチファイル:: パラメータ設定set "direction_point=46"set "direction_angle_deg=25"for/ ...