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: Great thanks to IVO and Mechanix2Go who have recently helped me with some batch files! I have been tasked with getting some "stuff" done and I can use...
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: Just to clarify a few items. I need batch code to add to an existing batch file to accomplish the task in the first post. Sorry for the restriction,...
Summary: I have an ini file that I would like to extract a value and pass that value through a condition statement to change value if doesn't exit. Does anyone...
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: Hi, I have a txt file that contains data in the following format: 1200-1678,,1,C1356 1000-0076,,1,C1357 1000-0051,,1,C1358 1000-6848,,1,C1500 1000-684...
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: 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: 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: 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: 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: 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%]==...