topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 8:39 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Help with 'placing' folder contents -- lots of subfolders, containing 'stuff'  (Read 3034 times)

nkormanik

  • Participant
  • Joined in 2010
  • *
  • Posts: 552
    • View Profile
    • Donate to Member
Tentatively here is the program idea.  A window comes up asking for the following:

Root folder __________ (full path. example, c:\downloads).

If a subfolder off root folder, using recursive examination, has more than __________ (give number. example, 10)

of the file type __________ (provide file type. example, jpg)

then move the entire subfolder to the following location __________ (full path. example, c:\jpg)


Let's suppose c:\downloads has several hundred downloads from torrents, etc.  At some point all the subfolders in there have to be arranged and put into their proper places.  Quite a chore.

The proposed program would help with this process.  Subfolders with a bunch of jpg images could be pulled out and placed into an appropriate location.  Same with pdf, epub, and some others.

Would help a lot with the needed re-arranging, housekeeping, management.

Any thoughts?  Already been done??

Thanks,
Nicholas Kormanik


Shades

  • Member
  • Joined in 2006
  • **
  • Posts: 2,922
    • View Profile
    • Donate to Member
Sounds like someone trying to "download the internet" again... :P

As far as I know there is already software that does something similar...it checks a folder and depending on the content you can set rules of what goes where.

For a open source AHK-based solution, look at Belvedere.

nkormanik

  • Participant
  • Joined in 2010
  • *
  • Posts: 552
    • View Profile
    • Donate to Member
Sometimes it's just toooo easy to push the download button.

Thanks for those suggestions.