Summary: Is it possible to write a batch file that will read every line of a text file and when it finds a date that is older than one year, will delete all li...
Summary: Hi, i want to write a batch to do the following job. Now i have a.txt and b.txt. a.txt contains the information like: List1 Error SimulationError a L...
Summary: Is it possible to achieve this same effect, but delete the contents of the line prior to the "\:" symbol. So for example, after running the batch on ...
Summary: OK so lets say that you moved all of your music files from one folder to a dif. folder where the rest of your music files are. ya know, just doing som...
Summary: Hello, I’m trying to make a bat file that will delete all files in the My Pictures and the My Music folders for a particular user. This should work...
Summary: Hello. I need to delete a folder called Full Circle Systems Docvue from anywhere it can be found on my computer. I have tried this but get an error ...
Summary: I am working on a batch program, the part I am needing assistance on is making it edit multiple lines of text in a text file. Basically the text file...
Summary: I have a batch file that copies the date and pastes it to a text. the text shows the date as day mm/dd/yy. I need the bat to delete the day that app...
Summary: Batch file adding text to file also adds a return? (Damn 35 character subject limits ;)) Hi there. Working on a very simple batch file; all it does is...
Summary: Hi all, In short, I have an XML file that needs to have some information deleted from it when a batch file runs. The file's data changes constently, s...
Summary: Is it possible for a batch script to delete a single line in a txt file? example: my.txt contains the following: ab cd is it possible to delete cd usi...
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 am trying to write a small batch file to delete a type of file (*.ptl) in a directory and all subdirectories, here is what I have: del D:\directoryn...
Summary: Hi, I am new to batch scripting and need some help from all your genius' out there. I want to write a script that will delete files older than 14 days...
Summary: I am using this batch file to delete profiles @echo off delprof /d:15 /q /i /c:\\COM0006 delprof /d:15 /q /i /c:\\COM0009 delprof /d:15 /q /i /c:\\COM...
Summary: Hi , I have to delete files from a network drive..(which is accessible from my system)via a batch script, that are older than 3 days...the file name i...
Summary: This is an example of a batch file I am using right now. I need it to delete subfolders in the folders. It already deletes everything else, just not...
Summary: Hello. I'm a complete beginner at scripting and would like some help. I've got about 1 000 .txt files in a folder and I would like to delete character...
Summary: If I have next text in text file: aaaaaaa ccccccc ggggggg MARKO llllll nnnnn MARKO jjjjjjj kkkkkkkkk MARKO bbbbbbbb nnnnnnnn MARKO dddddd I'd like a b...
Summary: I'll be happy to let you know that i know how to do this. I created a Text file database, which adds, views and deletes records in that text file to w...
Summary: Wouldn't that command delete the most recent backups (if there are more than 10) I would like a batch to delete all the oldest backups, leaving the mo...
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: If you're backing up the files each night and only want to delete the files that are 30+ days old, why does the script need to compare the workstation...