d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Log Output From Cmd Windows From Multiple Computer
Prev12
Add Reply New Topic New Poll
Member
Posts: 30,168
Joined: Jun 10 2010
Gold: 1,157.00
Aug 24 2017 02:22pm
Ya set up network drive, make sure they append to the file with some kind of log info of what details came from where.
Member
Posts: 2,954
Joined: Jun 14 2010
Gold: 2,509.00
Aug 24 2017 02:42pm
I think it depends on if the script is continually outputting information, or if it's something you run, it outputs it, then it's done. If it's the latter, you could map a network drive on each machine pointing to the 6th machine, and run that script to output to a file on that 6th machine. You could then write a small batch file on the 6th computer to concatenate those 6 files into one. Something like this would work for that.

@echo off
cd full file path to where the 6 files are located
type file1.txt file2.txt file3.txt file4.txt file5.txt file6.txt > output.txt
exit
Go Back To Computers & IT Topic List
Prev12
Add Reply New Topic New Poll