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.
Extract Values from a txt file
Name: Blanco Date: February 7, 2009 at 08:56:10 Pacific OS: Windows XP Subcategory: Batch
Comment:
Hi there...
I need some help guys what i am after is preferably a batch file which would extract two different values from the same line within a txt file. However on that line there is altogether 4 sets of values. So would need way of pinpointing those values only then extracting to another txt file
Summary: I'm trying to figure out a way to ping a list of computer names from a txt file and then output the IP address to a text file using a Batch file. Can anyone help? ...
Summary: I'm trying to write a vb script for windows xp that will read a list of clsids from a text file then build a vbscript to build a batch file based on them. I set the name= with for /f and can then name...
Summary: hello ive been stuck with this bit of code, where it must read keywords from an array, and search them from a .txt file. foreach $kw(@keywords) { $numOccur=0; while(<FILE2>) { if (/$kw/) { $num...