bat,windows

Thumbnail of post image 091

Popplerは、PDFをレンダリングするためのライブラリで、その汎用性とパフォーマンスの高さから広く使用されています。Windows上でPopplerを使用することができます

インストール

GitHub – o ...

bat,PowerShell ,windows

Thumbnail of post image 043
コードPowerShell -Command "& (Invoke-Expression -Command ('{' + (((Get-Content %~f0 )) | Out-String )+ '}& ...

bat,PowerShell ,windows

Thumbnail of post image 173
バッチファイル@echo offFOR/F "usebackq" %%a IN (`powershell -command "Write-Output $((Get-Date).AddDays(-1)).ToS ...

bat,windows

Thumbnail of post image 150
smail

SMAIL|フリーソフトウェア

smail -hmailhost -fuser -sメールテスト -Fread.me foo@hoge.co.xx,foo1@hoge.co.xx -t

認証の設定などはエクスプロー ...

bat,PowerShell ,windows

Thumbnail of post image 098
インストール

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

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

bat,windows

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

AutoHotkey,bat,PowerShell 

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

bat,LibreOffice

Thumbnail of post image 104

LibreOfficeCalc

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

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

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

bat,windows

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

bat,

Thumbnail of post image 077

sed

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

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