TechiWarehouse.Com


Top 3 Products & Services

1.
2.
3.

Dated: Feb. 03, 2007

Related Categories

Windows 2000
Windows NT
Windows XP

By Wojjie

Introduction:

Operating an open ftp server can be a risky ordeal, expecially if anonymous users may upload files to it. There are people out there that scan blocks of ips for such open servers and may use it to store illegal software, some of who may use tricky folder names such as ' ' (space). This quick article will explain how to remove such a folder/file on a Windows machine.

Directions:

1. Empty out the folder in question (if it is a folder). You should be able to do this with explorer.

2. Open 'Command Prompt' by:
clicking 'Start' -> click 'Run' -> type 'cmd' (without the quotes) -> hit the 'Enter' key.

3. Navigate through the command prompt to the folder containing the offending folder/file.
If the path of the offending folder/file is "C:\path\to\folder\" then you can type: "cd \path\to\folder\" and hit 'Enter'.

4. Find the short name for the folder/file by using the command 'dir' with the parameter /x.

For Example:Removing No Name Files & Folders

dir /x

Short Name Example:

0200~1



5. Use this short name to remove the folder/file.

If it is a file with the short name '0200~1':

del 0200~1



If it is a folder with the short name '0200~1':

Done!

rmdir 0200~1

Now that you've gotten free know-how on this topic, try to grow your skills even faster with online video training. Then finally, put these skills to the test and make a name for yourself by offering these skills to others by becoming a freelancer. There are literally 2000+ new projects that are posted every single freakin' day, no lie!


Previous Article

Next Article


mwanasa said kibwana's Comment
easy to understand
31 Wed Oct 2012
Admin's Reply:

I'm glad it worked for you.,