Posts

Showing posts from March, 2012

Create 'CON' folder in command prompt

Image
P reviously, I posted about device files. We cannot create a folder named with those device file names.  But there is a way to create such folders using command prompt…  Just follow the steps: 1. Open command prompt   Start -> Run -> cmd 2.   I planned to create the folder in K: location so I’m going to enter     md \\.\k:\con   in command      This will create a folder named ‘con’ successfully.  But, you cannot delete it by normal ways like hitting the delete key or shift + delete. If the folder contains anything, deleting by shift+delete or delete key will delete all the files in the folder alone. Leaves the folder as it is.. 3. To delete the folder, open command prompt and enter     rd \\.\k:\con This command removes ‘con’ folder. I hope this was interesting and helpful.. :)  Related posts,  Why cannot we create a folder named CON?

Why cannot we create a folder named CON?

Image
H ello friends I'm back again with some information about device files. In windows, we cannot create folders with the following names: PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, LPT9, etc.

Facebook cool smileys..!!

Image
H ere are the codes for some cool smiley like pictures that can be used in Facebook chat.. Its based on our previous discussions about user ID tricks in Facebook (I mentioned those topics below in related posts)