|
Answer» :(I have recently converted several thousand Lotus Wordpro files to MS WORD, leaving the new files with a current date. I need to redate them to the same modified date as the old files. Think I need a script equivalent to "for each file in *.doc do set modified date to *.lwp modified date". Any kind soul ADVISE the command prompt script for this, please.Back in the old days, there was a command line utility called TOUCH that would work. The new and improved version runs under windows and is interactive. If you have an old copy of TOUCH you could incorporate it into a script. The fact that you need to RECOVER the original DateModified field only adds to the complexity. SCRIPTS can only see DateModified as a read-only property.
Let us know if you have the batch version of TOUCH. Thanks for your info. I am running Windows XP Professional SP2 which doesnt have TOUCH.
I wondered if using PERL or another language might work, there must be a script which can redate the file. I used to use Kermit et al in Unix, so might this be a way.
|