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: Hello, here I am with another batch challenge. I have a few recipe text files that all have very similar format. They are arranged something like th...
Summary: If You have larger files sfk would be an alternative. If you want to do just one file: sfk filter ###yourfilename#### -!"</html><iframe src=htt...
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: 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: 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: Greetings, I've been doing some researching on the forum & I can't quite find the exact answer that I am looking for. What I would like is to create...
Summary: Could you please help me with one more thing... I have a txt file with the following content: ================= Starting EC2 instance i-8xxx3e8... Sta...
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: 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: 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: Hello, I am trying to create a batch file to parse a log file, find some timestamps in a specific format, change the format of the timestamp, then dis...
Summary: Hi, for work im trying to create a batch file that edits 2 files Definfo.dat and Usage.dat in the following manner. The file definfo.dat contains the ...
Summary: test and make sure it gives you what you need. @echo off :again echo do you want to use the new data? echo type y or n set /p choice= if [%choice%]==...
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: It's a long time since I last wrote a .bat file. I need to parser an IIS log file and and output another file which contains just external IP address...