tony01 Posted June 10, 2007 Posted June 10, 2007 Hi Everyone: This is my situation , I want to do: Select multiple files in Windows explorer with the normal way (Ctrol + click the file). After selecting the multiple files I want to execute an autoit script to get the list of the selected files with full paths in a notepad/clipboard. Anyone can help me please with this script? Thanks.
star2 Posted June 10, 2007 Posted June 10, 2007 (edited) Hi Everyone:This is my situation , I want to do:Select multiple files in Windows explorer with the normal way (Ctrol + click the file).After selecting the multiple files I want to execute an autoit script to get the list of the selected files withfull paths in a notepad/clipboard.Anyone can help me please with this script?Thanks.Are you saying that u want someone to write the script for u?I wouldn't recommend that for youif u want to emprove ur skill in AutoitI have this advice 4 u:check the help file to start learing how to write scriptsmake you primary goals for the scriptput ur outlinesafter that ask about the stuff u didn't know how to make.ok?and I'll be glad to help u at anytimesee ya Edited June 10, 2007 by star2 [quote]Baby you're all that I want, When you're lyin' here in my armsI'm findin' it hard to believe, We're in heavenAnd love is all that I need , And I found it there in your heartIt isn't too hard to see, We're in heaven .Bryan Adams[/quote].............................................................................[u]AUTOIT[/u]
herewasplato Posted June 10, 2007 Posted June 10, 2007 ...get the list of the selected files with full paths in a notepad/clipboard...There is no reason to reinvent that wheel when "Path Copy" has been around for quite some time.Ninotech Path Copyhttp://home.worldonline.dk/ninotech/freeutil.htm [size="1"][font="Arial"].[u].[/u][/font][/size]
tony01 Posted June 10, 2007 Author Posted June 10, 2007 star2: If you don't want to Help people, please close your mouse and go out of this forum section, don't make trouble to people, what is your roll in this forum? Fuc..
star2 Posted June 11, 2007 Posted June 11, 2007 star2:If you don't want to Help people, please close your mouse and go out of this forum section, don't make trouble to people,what is your roll in this forum? Fuc..??I think everyone agrees with me that u are a very Polite gentelman thank u very muchI think I've started to tell u how to get started ? [quote]Baby you're all that I want, When you're lyin' here in my armsI'm findin' it hard to believe, We're in heavenAnd love is all that I need , And I found it there in your heartIt isn't too hard to see, We're in heaven .Bryan Adams[/quote].............................................................................[u]AUTOIT[/u]
Generator Posted June 11, 2007 Posted June 11, 2007 Hi Everyone:This is my situation , I want to do:Select multiple files in Windows explorer with the normal way (Ctrol + click the file).After selecting the multiple files I want to execute an autoit script to get the list of the selected files withfull paths in a notepad/clipboard.Anyone can help me please with this script?Thanks.Always check help file before you start making any post. Waste of Bandwidth and useless.Show some effort(code) that we can help you with.
tony01 Posted June 11, 2007 Author Posted June 11, 2007 Generator:Hey man , how do you know I didn't check the Help file? The first thing I do, is checking the help file and also I did a search in the forum.People here is not hepfull, I confirmed now, people is judging intead of helping,like you and star2, I repeat again, if you don't have nothing to say o help, pleaseavoid posting messages, you are making trouble to people that need help, this forumis called Help and Support.I need help because this is not easy to resolve in autoit, as you see, nobody posted a solution in autoit.I know there are softwares that can do this, but I wanted to know how can I do in autoit.Always check help file before you start making any post. Waste of Bandwidth and useless.Show some effort(code) that we can help you with.
/dev/null Posted June 11, 2007 Posted June 11, 2007 Generator:Hey man , how do you know I didn't check the Help file? The first thing I do, is checking the help file and also I did a search in the forum.People here is not hepfull, I confirmed now, people is judging intead of helping,like you and star2, I repeat again, if you don't have nothing to say o help, pleaseavoid posting messages, you are making trouble to people that need help, this forumis called Help and Support.I need help because this is not easy to resolve in autoit, as you see, nobody posted a solution in autoit.I know there are softwares that can do this, but I wanted to know how can I do in autoit.although you are not very polite to the members of the forum, I will try to help you. But don't expect too much, and please don't PM me!See help file: ControlListView() and use "AutoIT Window Info" tool the get the name of the control. __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
Varian Posted September 6, 2007 Posted September 6, 2007 although you are not very polite to the members of the forum, I will try to help you. But don't expect too much, and please don't PM me! See help file: ControlListView() and use "AutoIT Window Info" tool the get the name of the control.I almost hate to chime in, seeing the responses that the thread poster has gotten; but I, too, have an issue with sending multiple files to a script. My scenario is that I have added a right click menu to the allfiles (*) in the registry and have a script that moves them to a specified directory. I know that I can just have a shortcut in the "Send To" folder, but for the sake of progress, I would still like any tips on how to do this (if possible). The registry syntax is [MovetoFolder.exe "%1"]. If I add "%2" and so on it will not work for multiple files. I can drag and drop multiple files onto the executable and it works, however. Can anyone clue me in on what logic that I am missing?
herewasplato Posted September 7, 2007 Posted September 7, 2007 I almost hate to chime in, seeing the responses that the thread poster has gotten; but I, too, have an issue with sending multiple files to a script. My scenario is that I have added a right click menu to the allfiles (*) in the registry and have a script that moves them to a specified directory. I know that I can just have a shortcut in the "Send To" folder, but for the sake of progress, I would still like any tips on how to do this (if possible). The registry syntax is [MovetoFolder.exe "%1"]. If I add "%2" and so on it will not work for multiple files. I can drag and drop multiple files onto the executable and it works, however. Can anyone clue me in on what logic that I am missing?Welcome to the forum... sorry about your first impressions. When you select multiple files via FileOpenDialog, you get one string with "stovepipe" delimiters. Maybe it is the same for selecting multiple files from within the Windows file explorer... but that is just a guess. If that guess is true, then change your MovetoFolder.exe to "StringSplit" the command line input to get each filename and loop thru the file move part for each one. Hope this helps. Welcome again. Sorry again. -MSP- [size="1"][font="Arial"].[u].[/u][/font][/size]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now