T Torgeir Bakken \(MVP\) Aug 6, 2004 #2 Zed said: Anyone know a way to have the output from SysInternals cmdinfo to a file? Click to expand... Hi You mean Psinfo.exe? Use redirection to put the output into a file: Psinfo.exe >c:\logs\psinfo.txt
Zed said: Anyone know a way to have the output from SysInternals cmdinfo to a file? Click to expand... Hi You mean Psinfo.exe? Use redirection to put the output into a file: Psinfo.exe >c:\logs\psinfo.txt
W William W. Plummer Aug 6, 2004 #3 Torgeir said: Hi You mean Psinfo.exe? Use redirection to put the output into a file: Psinfo.exe >c:\logs\psinfo.txt Click to expand... I believe PSINFO.EXE >> C:\logs\psinfo.txt will append to an existing file.
Torgeir said: Hi You mean Psinfo.exe? Use redirection to put the output into a file: Psinfo.exe >c:\logs\psinfo.txt Click to expand... I believe PSINFO.EXE >> C:\logs\psinfo.txt will append to an existing file.
T Torgeir Bakken \(MVP\) Aug 6, 2004 #4 William said: I believe PSINFO.EXE >> C:\logs\psinfo.txt will append to an existing file. Click to expand... Correct (and it will create the file if it doesn't exist).
William said: I believe PSINFO.EXE >> C:\logs\psinfo.txt will append to an existing file. Click to expand... Correct (and it will create the file if it doesn't exist).