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: 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: I have a data file as follows 2000 08/18/2005 15:09:18 EDT 0508186076 2000 08/18/2005 15:08:12 EDT 0508185874 I have two other files called t1.txt and...
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: 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 have problem writing this batch file to read a text file. Been using the for /f command but doesn't seem to be working. This is a sample of the text...
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'm looking to create a batch file that first checks if a PC is connected (returns a reply in ping) then if so send a remote shutdown to that P...
Summary: SWEET! I used your code from sept07 and modified it but I need help debugging it. It renamed 1i "Address" to "Email" but it did not complete the dat...
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: 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: Hi all - I'm trying to automate the process of disabling various junkware from running at boot on a number of public machines I manage. I need to writ...
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: 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: 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: 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: 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...