Here is the easiest way to check your complete system information with just one click!!
STEP 1 >> Open Notepad and type following codes as given below :
echo off
title SysInfo
color 0A
systeminfo
pause
STEP 2 >> save as tekspot.bat and go back to your saved directory then open the batch file then you will get all your system info!!
DONE!!
What is the use of echo off?
ReplyDeleteif echo is turned off, the command prompt does not appear in the Command Prompt window.try echo on instead of echo off then try @echo off at the code given above and see the difference in all these three commands you will get your ans :-).and yes turning echo off or on does not effect command
ReplyDeletewow another cool post ..thanks
ReplyDeletethnaks bro
Delete