This page describes MakeNewFolder, a program available in the Downloads section.
MakeNewFolder pops up a window from which you can create new folders in Windows Explorer. Advantages over the built-in folder creation tool:
Tested on Windows 98, Me, 2000, XP Pro. Should work on any version of Windows with the desktop enhancements introduced in IE 4, provided Explorer has been configured as described below.
Command lines can be saved in a history list for future reuse.
To create multiple folders separate the names with vertical bars (probably [Shift][\]). Example:
Some folder | Another folder | Yet another folder
This would create three folders in the current directory.
Create sub-folders by naming them inside angled brackets.
Example:
Some folder <Another folder>
This would create "Some folder" and, inside (beneath) it, "Another folder". Whenever you type a '<' character, MakeNewFolder automatically adds the closing '>' and places the insertion point between them. This helps keep your brackets balanced.
The syntax can be extended and nested to create any folder structure you like. Examples:
Some folder < Folder A > | Another folder | Yet another folder Some folder < Folder A | Folder B > | Another folder | (continues...)
Yet another folder Some folder < Folder A | Folder B > | (continues...)
Another folder < Folder C | Folder D (continues...)
< Folder E | Folder F | Folder G >> | Yet another folder
The last example would give this structure:
Current folder
|
----------------------------------------------
| | |
Some folder Another Folder Yet another folder
| |
------------- ----------------
| | | |
Folder A Folder B Folder C Folder D
|
-----------------------
| | |
Folder E Folder F Folder G
The limit of just over 500 characters per command line has been removed as of v2.1.1.
One report from a user of German Windows XP of MakeNewFolder being unable to find Explorer's address bar. I am unable to look into this now, but will return to it when I can.
No other problems known at the time of writing, but that doesn't mean there aren't any. If you find something please let me know via www.iansharpe.com so I can fix it or at least document it for the benefit of others
Maybe one day...
To the best of my knowledge this software is free of viruses and serious flaws but I cannot accept responsibility for the consequences of using it.
Written with C++Builder v4. Installer created with Inno Setup, freeware from www.jrsoftware.org.