Move Files in DOS Based on Date

  • Thread starter Thread starter Jerry
  • Start date Start date
Jerry said:
Is there a way to move files within DOS based on the date/time they
were created?

There's no DOS in XP, but there is a 32-bit command console.

Open a console window and type

xcopy /?

That will give you all the details on how to use the xcopy command.
The /D switch does exactly what you want.
 
Jerry said:
Is there a way to move files within DOS based on the date/time they
were created?

Presumably you mean the Command Prompt, not DOS. DOS
is an operating system, same as Windows or Linux.

Your best bet is probably xxcopy.exe. You can download it from
several sites.
 

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

Back
Top