Summary: Hi, Is anyone able to tell me if there is a way that I can use a batch file command to rename a directory with the current date and time? I want to be...
Summary: Maybe someone on this site can help me. I need a batch file to rename files. The way it needs to work is: you open the batch file and it asks you to p...
Summary: I need a batch file to rename the contents of a directory and then move the file to another directory (archive). The format of the files are 123456.ed...
Summary: Hi, i want to rename all the files in my directory by stripping out the first 3 chars of the file. My files are of the type C:\01 file1.jpg C:\02 file...
Summary: SWEET! I used your code from sept07 and modified it but I need help debugging it. It renamed 1i "Address" to "Email" but it did not complete the dat...
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 mmddhhm...
Summary: Hi, need some help creating a batch file. I've seen one solution on here but I can't seem to get it to work. What I need is a batch file that will ...
Summary: I have Norton GHost to do backups between three computers, and I need help making a batch file that renames the backup files that Ghost creates to the...
Summary: Easiest approach: Requires the ability to use the DOS extensions (NT4 SP3 or SP4 onwards I think???) rem Rename File @echo off rem Enable Extensions ...
Summary: Hi chaps, I need to write a batch file to append the created date to the beginning of a bunch of files. There are hundreds of files, mostly office ba...
Summary: I'm needing help with a batch file to check the date of files in a particular directory and delete the files older than 90 days. Is there a way to do ...
Summary: Hiya, I tried this and it worked. Get her to copy all the files into a directory. go into dos ( just open up a dos screen in windows ) go to that dire...
Summary: Hi there. I may have posted this in the wrong topic area before, so I thought I would try moving it here. I have just recently found myself in the rea...
Summary: Could someone help me - I need a DOS batch file to check 4 files in a directory which are = today's date. If one or any of the files are not (older th...