日記帳
本ページはプロモーションが含まれています
カテゴリー
Links
blog(ブログ)マスター
アンドロイドの巣
ゼロから始めるベランダ菜園
タイトル
ラジコン
2024年5月
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31

アーカイブ

2024年01月 のアーカイブ

タイトル

執筆: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

うーんですね。🌀


PR

[PR]