Search found 4 matches

by CodyOebel
27 Jul 2012 14:50
Forum: DOS Batch Forum
Topic: Checking if a machine is turned off, and dumping to a log
Replies: 6
Views: 3356

Re: Checking if a machine is turned off, and dumping to a lo

Foxidrive so the &1 is kind of like a c++ pointer reference\dereference to a variables address, but in this case it's a .txt file? So 2(All Error data) output to address\object of 1 that object being a .txt file? Ok, so since STDERR is given the number 2 for it's stream, can I check a return err...
by CodyOebel
27 Jul 2012 13:33
Forum: DOS Batch Forum
Topic: Checking if a machine is turned off, and dumping to a log
Replies: 6
Views: 3356

Re: Checking if a machine is turned off, and dumping to a lo

Foxidrive I wanted to reply to in great thanks!
I appreciate the time of your day that youll never get back in order to pass your knowledge to me and help out. That is priceless , and I can only say Thank you with equal priceless appreciation in replying back with a thank you!
by CodyOebel
27 Jul 2012 12:18
Forum: DOS Batch Forum
Topic: Checking if a machine is turned off, and dumping to a log
Replies: 6
Views: 3356

Re: Checking if a machine is turned off, and dumping to a lo

Fox I'm going to play around a bit with your script and I will let you know how things work out. I greatly appreciate the time you spent to assist me with this! Now .. the German in me has to break this down and understand it. Could you please explain to me the %%a, and 2>&1 I'm guessing without...
by CodyOebel
27 Jul 2012 09:52
Forum: DOS Batch Forum
Topic: Checking if a machine is turned off, and dumping to a log
Replies: 6
Views: 3356

Checking if a machine is turned off, and dumping to a log

Im trying to check a list of remote machines to see if any of them are offline. OK here what what I am trying to achieve via dost\batch. I have a list of remote machines. I want to check firs to see if all the list of machines are online. Those that are not online I would like to output their comput...