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 Scripting
Name: ccyre Date: December 3, 2008 at 08:38:45 Pacific OS: XP CPU/Ram: 3.0 2 Product: hp
Comment:
Hey there this might be rehash sorry.
Need a batch file to use a command I have called uptime.exe against a list of servers (server.txt) and sent the results to results .txt
example
uptime (variable that looks in servers.txt) sends result to results.txt
Then does it again for the next server in the servers.txt until finished.
Summary: Hi Guys, I am suppose to modify a batch files script but I am having a lot of problems in getting it to work can someone please advise on how to modify the script @echo off cls FOR /F "usebackq eol=; ...
Summary: I am looking for a very simple program that will allow me to write BATCH files or Scripts on either Windows 98 or 2000. I am trying to find a way to pass parameters to programs. As an example...we ha...
Summary: I'm new to batch file scripting, and I was wondering if the following would be possible: I have many routers that I manage. I want to be able automatically telnet to each one and run the same set of c...