Creating the same subfolder in many folders

A

andy.hogan

I'm trying to create a subfolder that will be in many folders. Is
there an easy way to do this or am I stuck to creating each subfolder
individually within each folder?

An example of what I'm trying to do: have the folders "alpha", "beta",
and "gamma" each get a subfolder called "test." But I don't want to
have to create a new subfolder manually within "alpha", "beta", and
"gamma."

Can anyone help?? Thanks!

adh
 
A

Ayush

Replied to [[email protected]]s message :
I'm trying to create a subfolder that will be in many folders. Is
there an easy way to do this or am I stuck to creating each subfolder
individually within each folder?

This will add a context menu item to folder's context menu that will make a folder
named test inside that folder :

Click Start > Run > Copy/Paste the following > CLick OK
reg add "HKCR\Folder\shell\Make_Test_Folder\command" /ve /d "cmd.exe /c md test"



To remove the item :
Click STart > Run :
reg delete "HKEY_CLASSES_ROOT\Folder\shell\Make_Test_Folder\"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top