
www.Usenet.com
| <-- __Chronological__ --> | <-- __Thread__ --> |
Hi, I am trying to collect PC information on remote machines so I can determine priorty of upgrades, the machines are spread across large distances. I have included some scripts into their login scripts that execute the msinfo32 and winmsd apps depending on their OS. Problem: I am having troubles piping a winmsd report from a NT4 workstation to a text file on to a server. The command for win2000 machines: start /wait msinfo32.exe /report \\server1\DATA\software\remotePC_inventory\%computername%.txt /computer %computername% /categories +SystemSummary+ComponentsMultimedia+ComponentsDisplay works great but the command for the NT4 machies: winmsd.exe /a /f>\\server1\DATA\software\remotePC_inventory\%computername%.txt does not work. Is there any gurus out there that can see errors in the command lines? Greatly appreciated :0)
| <-- __Chronological__ --> | <-- __Thread__ --> |