Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Batch Files to change file names
Name: Grant Cochrane Date: October 12, 2001 at 04:06:53 Pacific
Comment:
Hi folks,
my problem is I am trying to rename a whole load of files to be prefixed t_" with the following .bat file.
ren *.jpg t_*.jpg
however it isn't inserting the text "t_" it is replacing the first two characters of the file name.
Summary: I want to write a dos batch file to change the name a file from its original name to a timestamp (e.g., the key command would be: ren file.txt mmddhhmm.txt so if the .bat file runs at 1:30 pm on Dec. ...
Summary: Hi, We are creating a CD that will run in any users browser when it is inserted into their CDROM drive. We want them to be able to install some of the software by simply clicking on it in the browser...
Summary: Hi all, Thanks for the advice to date. I know this is going to be a "real kludge" so perhaps I can supply a little more information. I have custom-made, legacy, scientific software that I am using fo...