Summary: Thank you both so much for your help. I'm now thinking that instead of "Removing" the lines, I need to do a "Search/Replace". This is what I'm now thi...
Summary: I have a ton of pc's that that I need to remove the C:\documents and settings\userprofiles\Start Menu\Programs\Winzip\ files from that directory. ...
Summary: Can someone post Batch File code that will run thru a text file and remove any lines that contains the string "Compressed File" or any line that conta...
Summary: I am trying to make a batch file that will empty all sub-directories of a certain name. The contents of these directories is not important (can be del...
Summary: I'd like help creating a batch file that will search a log file for certain sections of text and export them to a log file. example log file: blah bla...
Summary: Hi all, Is there anyone that knows a batch file or script that I could run to remove a print driver from a group of PCs. The driver path is: C:\WIN...
Summary: Hi Reno, wow, it seems you guys really eat and sleep with batch files! lol. I just woke up over here so I missed your replies but thank you for reply...
Summary: OK. Got this cracked now. SN, many thanks for the suggestions & pointers re use of .inf files. I've now managed to execute automated registry clear...
Summary: Ok So I really need help, I need this batch file to run a backup of files that are in a certain directory(directory A), then copy those to a new direc...
Summary: Anyone knows how to create a batch file to clean up a folder based on a certain number of days? I want to delete files older than 7 days but I don't k...
Summary: Hi, I am trying to remove scheduled tasks off the computers on my network. I have been trying to write a batch to do this for me but I don't understan...
Summary: How can I count a specific character in a line using a batch file Ex: if I pass a line "c:\dir1\dir2\dir3" to the batch file to count "\" then it shou...
Summary: Hey! I need batch file that removes all subdirectories from directory. Example: I have directory on my desktop named N152. Its including directorys G...
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 need a batch file to open folders in c:TempFonts and then move and delete any .ttf files therein to s:Projects\_fonts. I am a newbie to DOS batch fi...
Summary: I need to place a shortcut on everyone's PC in the office to a program we're running on the server ... so I need them all to get a shorcut to the exec...
Summary: Hej! i am new at dos batch files, so i need your help to notice what i am doing wrong. I have built a .NET program called JLMail which can send mail ...
Summary: I would like to create a batch file to copy from one network drive to another. \\Desktop\shareddocs\dir1\file1 to c:\douments and settings\all users\d...
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: 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 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 (*.*) ...