How to delete files more than 6 months old automatically?

E

Eric

Does anyone have any suggestions on how to delete files more than 6 months
old automatically? I will using Norton Ghost for backup periodically, but it
does not have any function to delete past backup files for releasing free
space. Therefore, there is a list of backup files under Drive D, and I would
like to find any file, which is older than 6 months, then delete it. does
anyone have any suggestions on how to delete files more than 6 months old
automatically?
Thanks in advance for any suggestions
Eric
 
N

Nonny

Does anyone have any suggestions on how to delete files more than 6 months
old automatically? I will using Norton Ghost for backup periodically, but it
does not have any function to delete past backup files for releasing free
space. Therefore, there is a list of backup files under Drive D, and I would
like to find any file, which is older than 6 months, then delete it. does
anyone have any suggestions on how to delete files more than 6 months old
automatically?

It will take you maybe a minute to do it manually.
 
P

Pegasus \(MVP\)

Eric said:
Does anyone have any suggestions on how to delete files more than 6 months
old automatically? I will using Norton Ghost for backup periodically, but
it
does not have any function to delete past backup files for releasing free
space. Therefore, there is a list of backup files under Drive D, and I
would
like to find any file, which is older than 6 months, then delete it. does
anyone have any suggestions on how to delete files more than 6 months old
automatically?
Thanks in advance for any suggestions
Eric

You could use xxcopy.exe in a batch file. However, I think
that it is a recipe for disaster, going through a whole partition
and deleting anything that hasn't been accessed for more
than six months. If you post more details then someone will
probably suggest a good solution.
 
T

Twayne

Does anyone have any suggestions on how to delete files more than 6
months old automatically? I will using Norton Ghost for backup
periodically, but it does not have any function to delete past backup
files for releasing free space. Therefore, there is a list of backup
files under Drive D, and I would like to find any file, which is
older than 6 months, then delete it. does anyone have any suggestions
on how to delete files more than 6 months old automatically?
Thanks in advance for any suggestions
Eric

Easiest way is a batch file. Try the group at
alt.msdos.batch.nt;
they're a great bunch and will even help with the code if you need it.
Just explain your problem and expertise level. Include your OS,
version, etc., and they'll be happy to help you. OR, come to think of
it, I saw a very similar question to your recently; you might search for
it on that group and get your answer quicker. IIRC they used xcopy.exe
for it. XXCopy.exe is also great, but it's not part of XP - it's sort
of a super xcopy. But xcopy can handle it.

HTH
 
P

Pegasus \(MVP\)

Twayne said:
Easiest way is a batch file. Try the group at
alt.msdos.batch.nt;
they're a great bunch and will even help with the code if you need it.
Just explain your problem and expertise level. Include your OS, version,
etc., and they'll be happy to help you. OR, come to think of it, I saw a
very similar question to your recently; you might search for it on that
group and get your answer quicker. IIRC they used xcopy.exe for it.
XXCopy.exe is also great, but it's not part of XP - it's sort of a super
xcopy. But xcopy can handle it.

HTH

I'm afraid xcopy.exe cannot handle this type of job. If you
think it can then I'd love to see an example!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top