ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

Idea: "MakeNewFolder" clone for Windows 7

<< < (2/2)

Brian De Braganza:
@MilesAhead - I quite understand, although it wouldn't need to be a GUI copy. I wonder if something could be thrown together with AutoHotKey? Maybe I'll experiment myself.

Brian De B

MilesAhead:
@MilesAhead - I quite understand, although it wouldn't need to be a GUI copy. I wonder if something could be thrown together with AutoHotKey? Maybe I'll experiment myself.

Brian De B
-Brian De Braganza (March 07, 2011, 11:41 PM)
--- End quote ---

I'll give a hint. On Vista and Windows7 I do GetWindowText (or in AHK it would be WinGetText) on the active window(assumed to be an Explorer folder)and the string with the current folder is between "Address: " and a line feed or end of line.  In AHK you might be able to dig it out with a regex. In AutoIt3 I use _StringBetween().  Once you have the current folder then you can manipulate things pretty easily.

Navigation

[0] Message Index

[*] Previous page

Go to full version