Why not login to Qiita and try out its useful features?

We'll deliver articles that match you.

You can read useful information later.

12
12

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

右クリックメニューの新規作成から今日の日付フォルダーを一発で作れるようにする

Posted at

※レジストリエディタを使用します


1.HKEY_CLASSES_ROOT の下に「Folder.yyyyMMdd」というキーを作成し、(既定)のデータに「フォルダー(yyyyMMdd形式)」と入力
2.HKEY_CLASSES_ROOT の下に「.aaaafolder_yyyyMMdd」というというキーを作成し、(既定)のデータに「Folder.yyyyMMdd」と入力
3.前の手順で作成した HKEY_CLASSES_ROOT.aaaafolder_yyyyMMdd の下に「ShellNew」というキーを作成
4.前の手順で作成した HKEY_CLASSES_ROOT.aaaafolder_yyyyMMddShellNew に文字列値を追加し、名前を「Command」、データを

Command
cmd /c md "%1..%%date:~-10,4%%%%date:~-5,2%%%%date:~-2,2%%"

と入力


こんな感じに使えるようになります。

利用イメージ

12
12
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up

Qiita Conference 2025 will be held!: 4/23(wed) - 4/25(Fri)

Qiita Conference is the largest tech conference in Qiita!

Keynote Speaker

ymrl、Masanobu Naruse, Takeshi Kano, Junichi Ito, uhyo, Hiroshi Tokumaru, MinoDriven, Minorun, Hiroyuki Sakuraba, tenntenn, drken, konifar

View event details
12
12

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?