Problem: I have a custom WSH script that creates a new directory in a similar manner to the standard "New Folder" action in the Windows desktop. This script, however, does a couple of extra things; such as allowing me to create a pre-defined set of child directories (optional); as well as allowing me to add notes and reminders if the directory is work-related or for a particular customer.
I would like to be able to make it so this script runs every time I invoke the "New Folder" action in windows xp.
Question: What options are available (if any) to allow me to replace the standard creation of new directories in WindowsXP so that my custom WSH script runs instead?
Bonus Question: Regardless of whether and how cumbersome it is to do such a thing in Windows XP, does Windows Vista make it any easier?