Very quick way to check system information in Vista
How do you get the entire system information in Vista with just a single command?
It is easy and looks cool too.
1.Open command prompt with administrator privileges.
2.Type: sysinfo>>c:\sysinfo.txt
3.Done,quick isn't it?
What the above command sysinfo does is it displays all the info about system in command prompt by default,by using the >> operator,we have simply redirected the output to a text file sysinfo.txt.
Directly using sysinfo :

Redirecting output to a text file :


The wonders of one line tasks,simple,effective and elegant.
Peace.

