Summary: I'm trying to find a way via either batch file or VBS to check the contents of a large number of .TXT files in a particular directory for the words "d...
Summary: I do hope I'm posting in the right place, (this type of forum is new to me) If so, I have an XP batch file prob. I'm trying to delete this from a text...
Summary: Greetings All! The following MS-DOS code will delete any specified files, in specified location, and older then a specified date. "Delete files by ol...
Summary: Hi What im trying to do is adding text to a txt file using the echo command in the dos promt. For example, if the txt file contain this text: hiui d g...
Summary: I need a windows batch file that will recurse sub directories and the current directory looking for .txt files containing the text "Redirecting to" an...
Summary: I have a script that I'm trying to use to delete files off a server. I have a .txt file with the location of the files needing deleting. How do I ge...
Summary: I need some help making a batch file than can parse a text file containing data on each line. At the same time, it needs to discard any "non-English" ...
Summary: I have share on a server in which i have files being saved to. I need to purge this folder every so often of files that are no older then 2 days. I ha...
Summary: Relates to an ealier post with title: Batch File deleting files by date? HAD TO CHANGE FOLLOWING TO GET WORKING 1. In Line: for /f "tokens=2" %%i in (...
Summary: I am writing a script to backup files to a USB drive. I would like to delete the old backup folder and all its files then rebuild and populate the fol...
Summary: Hi I am trying to get a batch file to delete files which has dates older than 7 days so far I have @ECHO OFF CLS FOR /R C:\User_share %%FILE IN (*.*) ...
Summary: I need had rename files with the date and then move them to a particular foder. I have done the renaming and moving thing successfully but now i also...
Summary: is it possible to track file save date? the date when file was saved in a folder and subfolder. I want to delete files saved older than 30 days, refer...
Summary: I need to delete files from the C:\Company\Temp directory that are older than 120 days. I have to perform this on about 125 PCs. The VBScript keeps bo...
Summary: Hi All, I am trying to delete files in a ftp box.file will be present in the below format in the ftp box. abc_200080304122334.txt abc_20008030313544.t...
Summary: My MP3 Won't Delete Files, The Files on The MP3 Are Not In The Music Folder Their In The Record Folder, And When I Go To Look On The Computer, And See...
Summary: I have been using a batch file to delete .zip files in a directory that are older than 2 days old. It has been working very well. However, I would lik...
Summary: Hello folks. I have files in the following format located in a directory: CaClient00001.jar CaClient00002.jar CaClient00004.jar CaClient00005.jar I am...
Summary: I'm writing a script that will search for certain criteria in a file. How do I get it to grab the text immediately following the criteria? For example...
Summary: I found this code on this forum : It deletes the first 4 lines of a text file, but I only want it to delete the first line... I do not understand this...
Summary: Hi I have a folder with 6000 text files in it. I need a DOS program to loop through the files and delete the 3rd last line in each file. Can you pleas...