|
#1
|
|||
|
|||
|
Is there a way in Windows XP to change the date a file was created?
In particular I want to change the date that digital pictures were taken. The file date defaulted because the camera setting were not correct and I want them to reflect when they were taken. Pat |
|
#2
|
|||
|
|||
|
Try FileDate from 12Ghosts: http://12ghosts.com/
....Alan -- Alan Edwards, MS MVP Windows - Internet Explorer http://dts-l.org/index.html On 29 Dec 2005 15:20:19 -0800, "PatETC" <pempson181@aol.com> wrote: >Is there a way in Windows XP to change the date a file was created? > >In particular I want to change the date that digital pictures were >taken. The file date defaulted because the camera setting were not >correct and I want them to reflect when they were taken. > > >Pat |
|
#3
|
|||
|
|||
|
If that is the case, you'd much rather want to change the EXIF date within
the picture. To do this, you can use Exifer for Windows. http://www.friedemann-schmidt.com/software/exifer/ -- Gary Tsang Microsoft MVP - Windows XP Shell/User http://www.microsoft.com/mvp "PatETC" <pempson181@aol.com> wrote in message news:1135898419.698481.98590@g14g2000cwa.googlegro ups.com... > Is there a way in Windows XP to change the date a file was created? > > In particular I want to change the date that digital pictures were > taken. The file date defaulted because the camera setting were not > correct and I want them to reflect when they were taken. > > > Pat > |
|
#4
|
|||
|
|||
|
I've always liked this one...
http://home.worldonline.dk/ninotech/ "PatETC" <pempson181@aol.com> wrote in message news:1135898419.698481.98590@g14g2000cwa.googlegro ups.com... > Is there a way in Windows XP to change the date a file was created? > > In particular I want to change the date that digital pictures were > taken. The file date defaulted because the camera setting were not > correct and I want them to reflect when they were taken. > > > Pat > |
|
#5
|
|||
|
|||
|
Open a folder with the photos. Click Start - Run, then frag the folder icon from the open folder's titlebar into the Run dialog. Preface what windows has typed for you with
cmd /k cd /d <the folder name windows typed for you> A command prompt opens. Type time <enter the time you want> date <enter the date you want> copy /b "filename.ext"+,, To do all files in the folder to this time/date For %A in (*.*) do copy /b "%A"+,, To do just jpg For %A in (*.jpg) do copy /b "%A"+,, You could also do all files starting with DSC10 that are jpegs. For %A in (DSC10*.jpeg) do copy /b "%A"+,, You could also do all files starting with DSC10 and the 8th and 9th characters are 20 that are jpegs. For %A in (DSC10??20*.jpeg) do copy /b "%A"+,, To see filenames use dir, to see all jpegs and jpgs use dir *.jp* Remember to correct your clock back to normal time. -- -------------------------------------------------------------------------------------------------- Goodbye Web Diary http://margokingston.typepad.com/har....html#comments ================================================= "PatETC" <pempson181@aol.com> wrote in message news:1135898419.698481.98590@g14g2000cwa.googlegro ups.com... > Is there a way in Windows XP to change the date a file was created? > > In particular I want to change the date that digital pictures were > taken. The file date defaulted because the camera setting were not > correct and I want them to reflect when they were taken. > > > Pat > |
|
#6
|
|||
|
|||
|
PatETC wrote:
> > Is there a way in Windows XP to change the date a file was created? Lots of file date changing programs around. See if this works on XP: http://www.bootdisk.com/tennessee/date11.zip -- http://www.bootdisk.com/ |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| KB835732 not installing | Don Wiss | Windows Update | 8 | 01-05-2006 05:18 PM |
| PLZ Help me have prombles with directX and Ddraw Files.. | StEvEn_need-HELP | Windows XP Games | 1 | 01-05-2006 07:55 AM |
| Changing the file type name? | Pat Furrie | Windows XP Customize | 6 | 01-05-2006 06:30 AM |
| Do I have a worm OR virus...computer going very slow and ... | writer | Windows XP Security Admin | 17 | 01-05-2006 05:39 AM |
| winfixer infection | Robert | Windows XP Security Admin | 7 | 01-05-2006 05:07 AM |