| View previous topic :: View next topic |
| Author |
Message |
padarrju
Joined: 23 Jan 2006 Posts: 37 Location: Vadodara - Gujarat (INDIA)
|
Posted: Fri Nov 03, 2006 10:53 am Post subject: How could I display properties of a file for each file ... |
|
|
Hello All Autohotkeyers,
I need to display property dialog box for each file in sequence from a folder. How could I do it with Autohotkey ? I am using Windows XP with service pack 1. (When we select a file or folder in explorer & press Alt + Enter keys simultaneously, a property dialog box is displayed. I need that dialog box b'coz I need to store text from Target field from that dialog box for each file). I hope my question is clear.
Thanks well in advance !
Best Regards,
Raju C Padaria |
|
| Back to top |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6721 Location: France (near Paris)
|
Posted: Fri Nov 03, 2006 11:02 am Post subject: |
|
|
I found some time ago a command line utility to display such dialog. It can be done with DllCall, I think.
But perhaps you are taking the problem on the wrong side. Thanks, BTW, to explain what you are trying to do.
If you use Loop FilePattern, you will get automatically set a number of built-in variables that will contain the info you need.
If you need more details, don't hesitate to ask. _________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2") |
|
| Back to top |
|
 |
|