Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Batch file to import filenames and search
Name: mahshiara Date: July 29, 2009 at 12:20:24 Pacific OS: Windows XP Subcategory: Batch
Comment:
I want to write a batch file to do a few things.. unfortunately I've never done this before, and some of the code I've managed to find online has been very confusing to me.
Here's what I want to do: 1. Give the batch file a directory 2. Batch file will select each file name from that directory 3. With each name, it will search in a second (specified) directory 4. In that second directory it will check if that filename is mentioned *inside* any of those files. 5 Print the results of the search into a text file, including the file name from the first folder, and whether or not that file name was found in the files in the second folder. And if so, in what files.
Summary: So I have an odd problem, and a less than easy way of doing it. Our organization has some house keeping that needs to be done, and I would like to use a batch file to aquire ip adress, hostname and dn...
Summary: Hi, I need a Batch File to search files with the extension ".glb" in a specified directory, and if any one of the files has the extension as ".glb", i need to store the entire file name to a variable ...
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 files and any help will be greatly appreciated. Than...