You can use this free tool: http://www.softpedia.com/g
Main Topics
Browse All TopicsHi all
i have a program that change dates on a file named touch.
I want to change in a server all files that contain 18-05-2009 with 19-05-2009
this is for back up propouses
is any idea that what is the sintax for do it?
thank you
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.
You can use this free tool: http://www.softpedia.com/g
Assuming that it is the same program, the syntax is here.
To touch files as you describe, paste the script below into a text file with a .cmd extension. Customize the value of the folder variable on line 4 with the location of the folder to search under. Customize the value of the olddate variable on line 5 with the date value to search for, as it appears in the dir command on your system. Customize the value of the newdate variable with the new date and time to set.
Running the script will echo the commands to be run. Once you have tested it successfully, remove the ECHO from line 10 to execute the commands.
Business Accounts
Answer for Membership
by: jared_lukerPosted on 2009-05-19 at 10:03:04ID: 24424115
You have a program or you need a program?