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 to get from a list in a file.
Name: skinny_thug Date: October 5, 2003 at 07:13:11 Pacific OS: command prompt win2k CPU/Ram: P4/256
Comment:
I want to get hostnames from a file and make a batch file to ping each hostname in that file.what are the commands that enable me to fulfill that.
Summary: 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: Hello, I was just trying to set a variable to the contents of a file in a batch file. For example... I did a CD>Current_dir.txt to find out where I am.. and then want to set a CRNT_DIR=current_dir.tx...
Summary: I’m trying to get a current directory list and put a list of all file names in this directory into FNAME.TXT file. Each record in this file should include 1 file name. Any help would be appreciated. ...