Forced accept.
Computer101
EE Admin
Main Topics
Browse All TopicsI'm brand new to OS X and was looking at some way to automate a few tasks. I haven't ever used AppleScript before. I have a source folder that has a large number of raw video files in it. What I'm wanting to do is have some way to automate organizing these files.
I would like for the sequentially numbered (#####.MTS) files to be moved (or copied) to a destination folder with subfolders matching the creation date of each file. So all .MTS files created on Oct 3, 2007 would be put in "\DESTINATION\20071003", etc. A bonus would be to have the file renamed to match the date/time stamp after it's moved over. So 12345.MTS (created on oct 3, 2007 at 8:30pm) would be renamed 20071003203000.mts in "\DESTINATION\20071003".
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: ozoPosted on 2007-11-06 at 11:44:22ID: 20226900
assuming you mean modify time Y%m%d",@t; $t=strftim e"$d/%Y%m% d%H%M%S.mt s",@t;mkdi r $d or $!==17 or warn "$d $!"; warn "$t already exists" and next if -e $t; rename $_,$t or warn "$_,$t $!" }'
perl -MPOSIX -e 'for( <*.MTS> ){ @t=localtime((stat)[9]); $d=strftime"/DESTINATION/%