Neeraj
July 17th, 1999, 12:41 PM
I need to make a program if u have any idea pl. write to me.
I have some files in a directory, each file name is of four character like ABCD,PQRS etc.
Rename each file as
name+year+month+day+time+.in
name+99+07+17+1807+.in
like ABCD as ABCD9907171807.in
first extract the date and time of file creation then changes it's name or for first file extract the date and time of file creation then changes it's name and for other files year and date will be same but increase the time so that
every file name will be unique name.
BAT file will accept a argument (the directory name)For first file get the date & time of file creation. then change all file names in directory in the given pattern.
Thanks in advance
I have some files in a directory, each file name is of four character like ABCD,PQRS etc.
Rename each file as
name+year+month+day+time+.in
name+99+07+17+1807+.in
like ABCD as ABCD9907171807.in
first extract the date and time of file creation then changes it's name or for first file extract the date and time of file creation then changes it's name and for other files year and date will be same but increase the time so that
every file name will be unique name.
BAT file will accept a argument (the directory name)For first file get the date & time of file creation. then change all file names in directory in the given pattern.
Thanks in advance