When you use file systems like “FAT” or “NTFS”, there are restrictions by naming a folder or file. You cannot use specific words to name your data. The restricted words called “reserved words”. One example is: your PC is communicating with your printer on LPT1, the reserved word is: LPT1. To name a folder “LPT1″,”LPT2″,”LPT3″, etc. wouldn’t work, unless you are one PC-freak, knowing how to hack.
There is also some interesting fact about using the space character: folders cannot end with empty spaces, when you try it, it will be ignored and left out.
Using Internet Explorer there is a special bug creating folders or files that usually cannot be deleted. Indeed the file system is messed up by ignoring the rules of naming a folder or file. Such problems are found in the folder next to “C:\Documents and Settings\[your login name]\Local Settings\Temporary Internet Files\Content.IE5\..”. The error: files like something[1]. cannot be deleted.
To solve this issue you are required to have a short Command-Line or DOS knowledge, knowing how to change a folder name or using the commands like CD, DIR and DELETE.
dir /x /a:s browsing the folder where the problem is found.
Note the short names with 8 characters like DOCUME~1 and the long name Documents and Settings
Example:
Long name: C:\Documents and Settings\Manuel\Local Settings\Temporary Internet Files\Content.IE5\FOLDER
Short name: C:\DOCUME~1\MANUEL\LOCAL~1\TEMPOR~1\CONTENT.IE5\FOLDER
You need finally a tool called RM.exe. It is included in the Windows 2000 Resource kit under the apps\posix\ folder but you can find it browsing www.google.com, search for “download RM posix” (without the quote mark).
Copy the RM.exe to the root of your C: drive.
Open the Command Line (CMD.exe) and browse to C:\> by switching with CD\
Following should delete the file:
rm //C/DOKUME~1/MANUEL~1/LOCAL~1/TEMPOR~1/Content.IE5/FOLDER/something[1].
More Reserved Words:
COM1-COM9, LPT1-LPT9, CON, PRN, AUX, CLOCK$, NUL
Related Links:
http://www.windowsnetworking.com
http://www.whatis.com