Changing File Date


Go Back   Computer Help Articles > Windows XP General
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 02:25 AM
PatETC
 
Posts: n/a
Default Changing File Date

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

Reply With Quote
  #2  
Old 01-05-2006, 02:25 AM
Alan Edwards
 
Posts: n/a
Default Re: Changing File Date

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

Reply With Quote
  #3  
Old 01-05-2006, 02:25 AM
Gary Tsang
 
Posts: n/a
Default Re: Changing File Date

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
>



Reply With Quote
  #4  
Old 01-05-2006, 02:25 AM
TeVan
 
Posts: n/a
Default Re: Changing File Date

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
>

Reply With Quote
  #5  
Old 01-05-2006, 02:25 AM
David Candy
 
Posts: n/a
Default Re: Changing File Date

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
>

Reply With Quote
  #6  
Old 01-05-2006, 02:25 AM
Plato
 
Posts: n/a
Default Re: Changing File Date

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/

Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

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


All times are GMT. The time now is 05:42 AM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

Changing File Date