AHK for creating folder + subfolders
Posted
by
quanto
on Super User
See other posts from Super User
or by quanto
Published on 2012-06-04T14:20:57Z
Indexed on
2012/06/04
16:47 UTC
Read the original article
Hit count: 216
windows-7
|autohotkey
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 current date in the format (
- 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".
© Super User or respective owner