CMDINFO.EXE output to a file

T

Torgeir Bakken \(MVP\)

Zed said:
Anyone know a way to have the output from SysInternals cmdinfo to a file?
Hi

You mean Psinfo.exe?

Use redirection to put the output into a file:

Psinfo.exe >c:\logs\psinfo.txt
 
W

William W. Plummer

Torgeir said:
Hi

You mean Psinfo.exe?

Use redirection to put the output into a file:

Psinfo.exe >c:\logs\psinfo.txt
I believe PSINFO.EXE >> C:\logs\psinfo.txt will append to an
existing file.
 
T

Torgeir Bakken \(MVP\)

William said:
I believe PSINFO.EXE >> C:\logs\psinfo.txt will append to
an existing file.

Correct (and it will create the file if it doesn't exist).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top