View Single Post
Old 04-17-2017, 12:54 PM  
bigstar
FlashFXP Developer
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

Code:
# require local browser
/require local
#display progress box with ability to abort operation
/busybox
# change into desired folder
/cd C:\folder\folder-all\
# select all files modified within the last 7 days
/select -f * :age-7d
# copy selected to C:\folder\folder-recent\
/copyfile "%p%f" "c:\folder\folder-recent\%f"
bigstar is offline