Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Batch file help please  (Read 3338 times)

0 Members and 1 Guest are viewing this topic.

ace7709

    Topic Starter


    Newbie

    • Experience: Beginner
    • OS: Windows 7
    Batch file help please
    « on: December 17, 2013, 09:43:50 PM »
    I have three folders
    1=0-30days
    2=31-60days
    3=61-90days

    when i create a file it nameing convwention is H13123-Customer.Project.(xls,pdf,woc)
    what I would like is a batch file to sort the files for me once I started the batch file
    I need this to be based on when the file was modified
    is this possible?

    foxidrive



      Specialist
    • Thanked: 268
    • Experience: Experienced
    • OS: Windows 8
    Re: Batch file help please
    « Reply #1 on: December 17, 2013, 11:20:14 PM »
    forfiles can provide a list of file based on file age.

    Do the sets of files in stages, one command for each set.
    Oldest files first.