> Is there a way to configure a key/mouse combination so that I can > enter a regex pattern such as *.txt and have PP automatically select > all matching files in an explorer window?
I don't think this is possible with explorer, as explorer provides no way that I know of for another program to enumerate and select the files in explorer windows. If this capability is important to you, you may want to look into explorer replacements, which usually contain this kind of capability. If you do not want to do this, and you are comfortable with scripting, then you could write a script which takes a folder name as a parameter, uses inputdialog to prompt for a regular expression and a command, and then goes through all the matched files and applies the command. Of course, for safety you may want to have the script prompt with the file name before applying the command or display the matched files in some other way (eg a menu using vec.menu or a pickfile box perhaps). This script could then be activated from a contextfolder menu. > ------------------------ Yahoo! Groups Sponsor --------------------~--> Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/JV_rlB/TM --------------------------------------------------------------------~-> Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
