Sidebar |
タイトル
執筆:2024.01.25
編集:2024.01.25 コマンドプロンプトで、コピーコマンド時にファイル名に今日の年月日を付与するには? コマンドプロンプト copy C:\Users\user\Desktop\test.txt C:\Users\user\Desktop\test_%date:~0,4%%date:~5,2%%date:~8,2%.txt
%date:~0,4%%date:~5,2%%date:~8,2% パワーシェル Copy-Item C:\Users\user\Desktop\test.txt C:\Users\user\Desktop\test_$(Get-Date -Format yyyyMMdd).txt
$(Get-Date -Format yyyyMMdd) タイトル
執筆:2024.01.23
編集:2024.01.23 gooからのメールが迷惑メールになる gooの情報変更したら迷惑メールフォルダに入っている ヘッダを見ると、違うドメインから送信されていた。 Authentication-Results:
spf=pass (sender IP is *.*.*.*) smtp.mailfrom=srs7804.cuenote.jp; dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=goo.ne.jp; compauth=fail reason=001 うーんですね。🌀 |
Sidebar |