Summary: This ~may~ be of help to you. From the latest LangaList newsletter; ============================================= 5) Finding a "Lost Gem" Hi Fred: Lov...
Summary: Hello. I'm trying to write a batch file to purge files based on how old they are. The solution I've had recommended to me involves the following comma...
Summary: Hello, i would like to write a DOS Batch script to create a multiple files based on the values from a single file mainfile.txt (For instance, mainfil...
Summary: Hi Steve, I'm not clear on what your trying to accomplish, beyong deleting a file based on a date comparison. But first, you can cut your losses with ...
Summary: Ok...I am using a script from Secret_Doom's FAQ to rename a file based on the date: ********************************* :: Get current date into %date% ...
Summary: Hello All -- I'm somewhat a novice when working with the DOS command-line and I wanted to reach out to see if I could get an answer to my problem or b...
Summary: Hi, I want to create a batch file that will delete files based on the date they were created OR by the date hardcoded in the file name In UNIX I woul...
Summary: My digital camera saves 21 or 42 pictures to a flash card always with the same 21 or 42 file names. I'd like to write a batch file that would rename ...
Summary: Is there any way to check the date of 2 files and then synchronize the file based on the latest date. A batch file is a good one to do this task. ...
Summary: Check the references to LMOD within Forum Topic: "Trying to purge files based on Date" at: http://www.computing.net/dos/wwwboard/forum/13804.html URL ...
Summary: I thought he expressed his desires perfectly. He wants to delete all files larger than 1 meg, in a batch file if possible. Is this a one time thing? I...
Summary: Hello, I'm writing a batch file that will be run daily that creates a text log file. This text file is named based on the date the batch file was run...
Summary: Here's the problem: I want to download logs daily were the file name is based on the date. Right now I create the date variable in the bat and open a...
Summary: Hello, I have batch file that starts a small exe file to connect to a device through COM 1 to send some data. Here's where I need some help. The pro...
Summary: That's a classic FAQ about batch scripts, discribed on my FAQ: http://www.secretdoom.hpg.com.br/us/faq.html#getdate2.bat Go on "Get date into a variab...
Summary: Hi, I have a directory called C:\Bankfiles. Each day this directory is populated with new .txt files. The file names are never the same since these ...
Summary: hi all, my problem: I want to change a file name in todays date like 291003vir_log.txt (NT Dos) I tried this: date /t >>date.txt FOR /f "tokens=2 skip...
Summary: sekirt: It might save some sweat to also have a look at: Extract from URL: http://members.cox.net/dos/batch02.htm#sleep SLEEP- Batch util sleeps unti...
Summary: I am looking for a way to have a batch file create a file name using the system date. For example if I want to use a batch file to retrieve backup inf...