M
m_r_verhage
Dear guru,
This message is about the customization of items in the File->New menu
of Windows explorer. Please follow my thought up to the explorer
customization question.
I do a lot of programming in C++. I often need write a new testcase
program to test a specific language construction. To save myself a lot
of writing I made a folder named "template_testcase" that contains
the cpp file and the makefile. Now, when I am about to start with the
new testcase program I copy the template_testcase folder and rename it
to something that indicate the intended test. This is working
reasonable but I want to further automate this process.
I know I can create a new *file* that is based on the template for a
specific extension. Using the process described in:
Add items to the New menu (aka ShellNew entries)
http://windowsxp.mvps.org/shellnewadd.htm
However, I want to create a new *folder* which is based on a template
folder. The template folder contains the C++ source file and the
makefile which has to be copied to the new folder.
After spending some fruitless time in the registry editor it seems like
it is all based on files and not on folders.
Does anyone know if this customization is possible? And how to do it?
Thank you,
Maarten
This message is about the customization of items in the File->New menu
of Windows explorer. Please follow my thought up to the explorer
customization question.
I do a lot of programming in C++. I often need write a new testcase
program to test a specific language construction. To save myself a lot
of writing I made a folder named "template_testcase" that contains
the cpp file and the makefile. Now, when I am about to start with the
new testcase program I copy the template_testcase folder and rename it
to something that indicate the intended test. This is working
reasonable but I want to further automate this process.
I know I can create a new *file* that is based on the template for a
specific extension. Using the process described in:
Add items to the New menu (aka ShellNew entries)
http://windowsxp.mvps.org/shellnewadd.htm
However, I want to create a new *folder* which is based on a template
folder. The template folder contains the C++ source file and the
makefile which has to be copied to the new folder.
After spending some fruitless time in the registry editor it seems like
it is all based on files and not on folders.
Does anyone know if this customization is possible? And how to do it?
Thank you,
Maarten