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.
A batch to read from a file?
Name: j.m. Date: October 30, 2000 at 00:42:27 Pacific
Comment:
How can i read rows of a file from my batch file?. This: for %d in (%@line[file.dat,row])do ... don't works in windows95. sorry my ignorance. thanks!
Summary: I am creating a batch file which successfully writes a variable into a text file. The file is called, "Count.ini", and it only contains one entry, "Count=343". What I need to learn now, is how to rea...
Summary: I will have the hostnames in a text file as a list. I was thinking of something I don't know wether gonna work. it is as follows. to have a first file that holds the ping command as follows @echo off...
Summary: I have a directory with 10 *.xml files. I need to read all the files into a string. This should be the output: a.xml, b.xml, c.xml This is what I have done on 2k and it works but I am unable to do the...