bat,PowerShell ,windows

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

bat,PowerShell ,windows

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

bat,windows

Thumbnail of post image 186
smail

SMAIL|フリーソフトウェア

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

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

bat,PowerShell ,windows

Thumbnail of post image 001
インストール

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

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

bat,windows

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

bat,windows

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

bat,windows

Thumbnail of post image 154

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

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

windows

Thumbnail of post image 195

スクリプトsed "1,/検索/s/検索/置換後/"

1行目に対象のものがある時に1行目と2行目が変更されます

そのため1行目に対象のものがないことを前提に使用してください

対応したい場合は次 ...

bat,windows

Thumbnail of post image 193
rsvg-convert

GitHub – miyako/console-rsvg-convert: rsvg-convert clone

rsvg-convert test.svg -f png -o test.pn ...

windows

Thumbnail of post image 063

一覧

基本操作

Ctrl + Z (戻す)

アクションを1つ戻します。
例: テキストを誤って削除した場合に元に戻す。

Ctrl + A (全選択)

現在のウィンドウ内のすべての要素を ...