Any way to select a folder?

Technical support and scripting issues

Moderators: JRL, Dorian (MJT support)

Post Reply
Peter

Any way to select a folder?

Post by Peter » Mon Jul 14, 2003 4:16 pm

I need to create a macro that operates on the files in a user-selected folder. I can figure out all the steps needed except how to let the user select a folder.

Lumumba

Post by Lumumba » Mon Jul 14, 2003 5:12 pm

Code: Select all

Input>path,Please input the path!,c:\program files
Change Directory>%path%
Run Program>explorer "%path%"
btw: It would make sense to do a validation on the input ...

Peter

Post by Peter » Tue Jul 15, 2003 2:53 pm

Thank you.

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts