AHK for creating folder + subfolders
- by quanto
I need an AHK script which creates:
a folder in the currently open folder in Windows Explorer (under Windows 7),
whose name consists
the current date in the format (yyyy-mm-dd)
the text which is currently in the clipboard
the newly created folder must contain 3 subfolders, named "1", "2", and "3"
I'd like to copy a few words (e.g. Testing Testing Testing) from another application, go to a location on my harddisk (using Windows Explorer), activate the hotkey, and AHK will create for me a folder named:
2012-06-04 Testing Testing Testing
with subfolders "1", "2", and "3".