I would like to ask you if it’s possible (and how), to copy all data from an open explorer window (name or path not known) automatically to another folder? I don’t think that this is possible with .bat, but maybe with VB?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here’s a trivial VBA example where I open a web page in Internet Explorer, copy all the text, and place it in a cell. Your question isn’t very clear, so I don’t know whether this addresses what you want to do, but it can probably help.
EDIT Upon re-reading your question I think I confused Explorer with Internet Explorer… So this may not be relevant after all. If so, I will delete this.