Labels

Suggested Reading

Suggested Reading
Ayurvedic Way of Living - A step towards a Disease free life

Search This Blog

Comments

4-comments

Feed

POPULAR POSTS

Enable/disable proxy using a batch file in Windows

Delete temporary files using command prompt

How to execute MASM programs in Windows 7

Skip to main content
"Short, tweetable sentence from the article." Tweet this
Showing posts from May, 2010

Opening cmd (command prompt)

Go to start click on run command and type cmd and hit enter, command prompt window opens or Go to start click on Accessories > Command prompt

Opening Command Prompt from right click menu.

It is very much simple to open command prompt window on the desktop To do this hold down the Shift key and right click on the desktop. the right click menu appears,then click on open command window here After you click on the open command window here option, command prompt opens.

How to Find the Model Number and Serial Number of Your Computer

If you want to quickly find your computer’s model number and serial number, follow these simple steps: 1. Open Command Prompt : Press Win + R to open the Run dialog box. Type cmd and press Enter. This will open the Command Prompt. 2. Find Your Computer’s Model Number: In the Command Promp…

Delete temporary files using command prompt

Go to run command and type CMD , then command prompt will open then ☺Once at the prompt type: cd\ del *.tmp ☺Delete all temporary files found in the root directory of the C drive. ☺Next type: cd\ cd temp ☺If present or in the C:\TEMP> directory type del *.* and delete all files…