Nov 20, 2009
Pages: 1, 2, 3

Can You Create A Folder Name "con" - Is it possible to create a folder named "CON" in Windows?

free web hosting

Read Latest Entries..: (Post #22) by iGuest on Nov 10 2009, 10:36 PM.
con folder Can You Create A Folder Name "con" we have to press simultaneously the alt + 0160 or turn by turn ? -question by asma  
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion & Free Web Hosting > Computers & Tech > Operating Systems > Windows (All Versions)

Can You Create A Folder Name "con" - Is it possible to create a folder named "CON" in Windows?

abartar
I tried in both Windows XP Home and Professional. If you try to make a folder named "CON" Windows XP renames it back to what it was. So creating a new folder with the name "CON" just renames it to "New Folder".

The bug seems like a variable that got treated as a string or vice-versa. Trying to create the folder from a cmd prompt failed with an error "The directory name is invalid.".

This also works when you try to create a file called "CON", or "CON.". ".CON" shows up the way it should.

Somewhere I found the reason that CON stands for CONsole which is device name but why does Microsoft have to be so restrictive???


Comment/Reply (w/o sign-up)

sparx
Device names such as COMx, CON or LPTx are reserved words, and they can't be used as folder or file names.

There's also a patch released under Win 9x that plugged asecurity hole that allowed a malicious user to gain control of a remote machine because of the way Win9x parsed path names.

More details here

The Wikipedia Article #1 also describes certain filename characteristics.

WIkipedia article on DOS Device file also mentions why the OS willl not allow a user to name a file / folder using certain reserved words and characters.

Comment/Reply (w/o sign-up)

Mark420
ahha !!! Ive seen this before many many moons ago...
Like a lot of Winblows "features" this comes back to DOS and the way the file system works..
I bumped into this problem years ago when messing around with networked printers..I had to set up 5 new printers and I tried to name a folder "lpt1" for the name of the first printer and then i was going to put the drivers in that folder and share it out to all users..but I had the same problem..it wouldnt make the folder at all...I did some research and found out its because of DOS..also making folders with names such as anything starting in "com" such as "com1" give the same result..Its DOS reserving these names because it uses them itself to address these ports.

But hey theres a trick!!! try this!!-goto the command line then type this

cd\
mkdir \\.\c:\con

See how this works???now try to delete it!! in explorer---hahah!!!

The reason this is possible is down to UNC naming conventions..by adding the \\ in the statement it makes windows ignore the old DOS command to reserve this folder name..

Years and years later MS still finds funny quirks in DOS for us to play with wink.gif))

Ok I will be nice and tell you how to get rid of it...

Its a simple as this..
rmdir \\.\c:\con

Have fun!!

Edit:Damm someone beat me by 30 secs to get the reply to this post ;((

 

 

 


Comment/Reply (w/o sign-up)

Pharoah
It's wierd that it's still like that in XP! 9x I can understand because that's just a little shell, but XP was supposed to write all the 16 bit code out, and you think that would take all this wierd device-as-file stuff with it.
Cool tip about the //, i've never heard of that before. Somewhere on the web I found a list of secret DOS commands once. Very cool!

Comment/Reply (w/o sign-up)

yordan
By the way, "CON" is for "CONSOLE", which is... the keyboard.
An old way of creating files was the following : in a COMMAND window type "copy con myfile.txt"
Then type any text
and finish with CTRL-Z.
You will see the message "one file copied".
then "type myfile.txt", you will see your text.

To summary, "con" is the keyboard (or the console), so you can directly write down a file by copying CON to a file.
The same way, you can type directly to the printer by issuing "copy con prn:", everything you type on the keyboard will be redirected to the printer, you re-invented the typing machine. Don't forget to finisth with CTRL-Z.

Comment/Reply (w/o sign-up)

BitShift
Its just another classic example of why Windows is failing. They refuse to update and improve their kernel and remove old DOS functions that are outdated and no longer needed.

They have code in their kernel that hasn't changed since Windows 95, its pathetic. They could put in so many optimizations but they refuse to. Something about "compatibility issues" with older systems but its all just trash. They are blown away from the fact many businesses and schools are trying to convert to Linux, they just will not ever understand.

I havn't asked my friend at Microsoft about the kernel Vista will be running off of but I'm sure its still the same story.

Comment/Reply (w/o sign-up)

xboxrulz
yes, Microsoft actually said that they leave tonnes of holes unfixed because of compatibility issues. Most of these compatibility issues are caused by stuff they wrote in 1995. Seriously, they should take that old code out since no one would use it. At least update it if they don't pull it out.

xboxrulz

Comment/Reply (w/o sign-up)

yordan
OK, folks, don't go so fast.
I think some old features have to stay. Every languate will have special device names, or reserved names. So, you will always face the problem not being able to name things exactly as you want.
I am currently working under linux, and I get angry because my test program cannt be named "test", because test is a reserved word.
And remember the old Unix/linux thing. Remember the "dd" command, this program is named "Copy and Convert". And wy cannot the command be "cc" ? Because the "cc" word was already reserved.
So, Microsoft stays sticky to the old device conventions, and I agree with them. it's sligthly disturbing that you cannot name your object "con", but we can accept that. Simply remember that the polite French language also asks you not to use that word....

Comment/Reply (w/o sign-up)

BitShift
You have a good point but Linux at the very least is moving forward and replacing most older code with newer code. Of course every kernel is going to have some parts that you just have to leave alone for a while to keep compatibility up but the way Microsoft is managing the Windows kernel is just ridiculous.


MSDOS creates so many security holes in Windows despite how hard administrators try to block it, because once you get into a DOS prompt the computer you are on has been exploited and is at your mercy. Why is this possible? It is because Windows refuses to update it or replace it with something else because it won't be compatible with older computers. I just don't understand. People are moving on with technology these days and we have to stop worrying about compatibility issues on old systems. They need to move on.

Comment/Reply (w/o sign-up)

Grafitti
But Vista, built on a different kernel (ripped from linux, or so i've heard) will incorporate a different code architechture, which doesn't use DOS, for one. So theoretically, it could be a much more secure OS, the only problem is with the huge amount of third-party software, which requires that old kernel to run. If the big businesses insist on Microsoft leaving Vista open. then we might not be much better off, and i don't know what i'd prefer. Having to get all my programs over again, or working with a buggy system that I can still patch to my liking.

Comment/Reply (w/o sign-up)

Latest Entries

iGuest
con folder
Can You Create A Folder Name "con"

we have to press simultaneously the alt + 0160 or turn by turn ?

-question by asma

 


Comment/Reply (w/o sign-up)

iGuest
THANK YOU!!!
Can You Create A Folder Name "con"

thanks SOOOO much for telling me how to get rid of the evil con! I finally did. After like 8 tries. I tried the del\ command but of course it didn't recognize the con folder and denied of its very exsistence :(! well, no more con or lpt1-9 adventures

-reply by Juied

Comment/Reply (w/o sign-up)

iGuest
CON FOLDER
Can You Create A Folder Name "con"

It is looking Funny!

So try to create these folders (or files)CON, .CON , CON. ,COM1 ,COM2 , COM3 ,COM4 ,LPT1 ,LPT2 ,LPT3 ,PRN ,NUL ,AUX

Once Check it Out.It is impossible.

Interesting !You aren't allowed to create folders with names that are the same as the ones that have been used for various devices on a PC since the DOS era."CON" refers to "console" in DOS."PRN" refers to "printer,""LPT1," "LPT2," etc., and "COM1," "COM2," etc. Refers to the communication ports.The bug has been tried and tested in both Windows XP Home and Professional. If you try to make a folder named "CON" (case insensitive), Windows XP renames it back to what it was. So creating a new folder with the name "CON" just renames it to "New Folder".The bug seems like a variable that got treated as a string or vice-versa. Trying to create the folder from a cmd prompt failed with an error "The directory name is invalid.".This also works when you try to create a file called "CON", or "CON.". ".CON" shows up the way it should.Methods To Create CON Folders

Method 1:goto command prompt, type in prompt e:\> ((mkdir \\.\e:\con)), verify by typing ((dir \\.\e:\con)), delete the file or folder ((rmdir \\.\e:\con))

Note::Not necessary for to go only E:,you canm create in any Drive.(This method is bulky and confusion. So You can Use)

Method 2:

Create FolderWhile name Type CON and then stroke the keyALT+0160 on numerie key pad.(CON -> ALT+0160)Then you can create CON folder and other described folders.It means that when you type a folder name with simpleALT+0160 you can create empty folder.There is no name for a folder.Here we are using "CON " (CON with space).This is the tricky logic here.On on;

-reply by dadecoders


Comment/Reply (w/o sign-up)

iGuest
How can i lock a folder in winxp?
Can You Create A Folder Name \"con\"


How can I make a undeletable and unreadable folder by using DOS command in WinXP?

-- admin reply --

yes, the folder created using the procedures discussed above does the task :)

Comment/Reply (w/o sign-up)

iGuest
Missing files
Can You Create A Folder Name \"con\"

I copied some files into my hard drive from my friends computer.But when I connect hard drive to my computer that files are missing.

My dives capasity is 11.7GB.

When I selected all files and get properties it says 9.17GB.

But in drive properties says used space = 10.6 and free space = 1.04

Whole 1.49 GBs are missing.

How can I solve this problem?





Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Pages: 1, 2, 3
Similar Topics

Keywords : create, folder, con, create, folder, named, con, windows

  1. What Do You Guys Think Of Windows 7?
    The 'WoW' Starts 'NoW' (32)
  2. Windows Black Edition
    (13)
    Which version of windows is microsoft releasing after Vista?I heard that it is releasing microsoft
    windows black /. Does anybody know about it?....
  3. Windows 7
    (14)
    when will microsoft release windows7? does it have any cool features or new feature? can anyone tell
    me more about this ? thanks.......
  4. Windows Xp Service Pack 3 - Updates
    (19)
    its been a couple or more year, Microsoft haven't release a 3rd version of their service pack,
    for Micorsoft's Windows XP. In the late 2007, Microsoft had announce of the release of their
    Service Pack 3 for Microsoft Windows XP. Windows XP Service Pack 3 (SP3) is currently in
    development. As of January 2008, Microsoft's web site indicates a "preliminary" release date to
    be in the first half of 2008.A feature set overview has been posted by Microsof and details new
    features available separately as standalone updates to Windows XP, as well as features backpor....
  5. How To Login To An Expired Windows Vista System
    based on How To Login To An Expired Windows Xp System (2)
    I just read How To Login To An Expired Windows Xp System . This gave me a nice Windows Vista
    mini-tutorial. Notice!!! I'm not advertising piracy!! It's just a matter of having
    the rights to access your files, and it doesn't approve that it restores the full function of
    Windows Vista, and besides How To Login To An Expired Windows Vista System 1) Login until you go
    unto the windows where it says that the Windows has expired. 2) Click on the purchase new serial
    key. (yehey!!! /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="s....
  6. Windows 98 Transfer
    Just plug it in? (5)
    Ok as the other topic said, I am planning to purchase a new computer sometime soon. We have Windows
    98 on the old machine and I don't want to throw it out just yet. I need Internet Explorer 6/5.5
    for web page testing and obviously I can't run both Windows Internet Explorer 7 and 6 on Windows
    XP. So I am planning to transfer the entire hard drive over to the new system. A few issues though:
    Will Windows 98 with such "powerful" components? System has 512MB RAM, Intel Pentium 4 3GHz
    processor, 7.1 sound card, integrated video card and DVD+RW burner are the main com....
  7. 100 Reasons To Use Windows Vista
    No, really?? (14)
    Recently, I have received an "Exploring Windows" email from Microsoft, which led me to an
    interesting link called 100 Reasons You'll be speechless. Thought it was related to Windows
    Vista, and it was. Here are some of my opinions: 1. It makes using your PC a breeze, if Windows is
    responding most of the time. Also, many users have complained about User Account Control, which say
    that it makes using the PC not a breeze. I haven't tried it yet, but from others' point of
    view, it seems to be intrusive and annoying. 2. Your music may be a click away from your re....
  8. Windows Vista Is Awesome!
    I've recently got Windows Vista and I've had very few problems (26)
    ATTENTION ALL READERS! WINDOWS VISTA IS AWESOME - I REPEAT - WINDOWS VISTA IS AWESOME! I think
    Windows Vista is an incredibly good operating system which allows you to do so much more than XP.
    The new look, design, simplicity, controls and layout are all fantastic. I've got a clock and a
    calendar on the right hand side of my desktop and all my icons easier and clearer to recognise. It
    takes under 5 seconds to log in and the graphics are just great. I've got Windows Vista Home
    Premium and as long as I install the compatible drivers, all the software works! I'....
  9. How To Login To An Expired Windows Xp System
    (18)
    Disclaimer from the site: QUOTE Disclaimer: I do not applaud piracy, but I do feel people
    should have access to their personal files, regardless of whether Windows has expired or not. This
    tutorial should not be used to bypass Windows Activation, nor does it restore full Windows
    functionality, but I provide it to those who are in desperate need of accessing files that are
    suddenly lost to them through the Microsoft Genuine Advantage activation system. I just
    came across this interesting tutorial. By now, everyone is familiar with Windows XP's....
  10. Help Needed To Create Windows Startup Script!
    (5)
    Hi all, I need a help from any one out here! I need to display one confirmation box using windows
    startup script! I need to run this script on each and every client system in my LAN! Here is the
    requirement: The script should ask the user to click yes to continue or no to exit. If the user
    click yes, that should open Internet Explorer with some site , Say google.com and after filling some
    forms and after closing the browser, that should bring to regular login screen which says, cntrl alt
    del to login! If the user directly preses the no button, that should close the co....
  11. Deleting A Corrupt File
    Cannot delete a corrupt file on Windows XP... (31)
    I was upgrading some software and came across a corrupt file that halted the installation process. I
    went to see what was wrong with the file, and failed to manually delete it. I tried moving
    (cut&paste) it to another location, and the installation succeeded. However, the file is still on my
    drive, taking up a KB of space. I know that's not a lot, but where am I supposed to put it? In a
    folder created especially for all the corrupt files on my computer? /blink.gif"
    style="vertical-align:middle" emoid=":blink:" border="0" alt="blink.gif" /> I've heard
    something....
  12. Change Ie Favorites Folder?
    (3)
    I need to change the internet Explorer favorites folder on a Windows XP machine. In the past I have
    used TweekUI. One small problem, I don’t have administrator right on the machine. I figure that
    there is a registry key that holds this information I just can’t find it. I have Googled on the
    subject but I only get references to TweekUI. Any suggestions?....
  13. Lock Workstation Shortcut
    How to make a shortcut to lock your windows computer (11)
    1) Right click on desktop and select add new shortcut 2) In the 'Type Location of the item:'
    box type or copy %windir%\System32\rundll32.exe user32.dll,LockWorkStation then click 'next'
    3) In the 'Type a name for this shortcut:' box type or copy "Lock Workstation" and click
    'Finish' 4) Now if you would like go to properties and Change Icon browse to:
    %SystemRoot%\explorer.exe and I use the red circle with the white x ....
  14. Folder Without A Name ...
    Trick :D (26)
    hei guys do u know how to make a folder without any name /biggrin.gif"
    style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> ye try this and tell me if
    its working or not /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0"
    alt="biggrin.gif" /> right click->make new folder->use backspace to remove the name ->press
    alt+255.-->press enter. use number keys which are on right side of keyboard.....
  15. Windows XP Folder Encryption Key ?
    Where is the Windows XP encryption Key saved. (15)
    Does any one know where is the encryption key in Windows XP stored. In other words how can one get
    encryption key. Or how to retrive the data without the encrytion key. By encrypting a file or
    folder, we are converting it to a format that can't be read by other people. A file encryption
    key is added to files or folders that you choose to encrypt. This key is needed to read the file.
    ....
  16. Downgrade Windows MCE To XP?
    (9)
    Is it possible to downgrade a Windows Media Center Edition computer to use Windows XP instead?
    Someone is having so much problems with this machine and I think it's the Operating System
    causing the problem. I told her to reinstall Windows MCE, but I don't think they gave her any
    Windows CDs. I think she got it burned from a recovery partition after I told her to look for one.
    But that doesn't seem to work. So I'm thinking of downgrading to XP as a possible solution.
    Isn't Windows MCE very similar to Windows XP, aside from the extra media features? Th....
  17. Windows Xp Bsod Troubles
    (5)
    Our family computer is running Windows XP Home SP2 with all the latest updates installed and we
    constantly get Blue Screens of Death. The most common is DRIVER_IRQL_NOT_EQUAL_OR_LESS in NDIS.sys
    and portcls.sys. I have googled this many times and found nothing to help but I have heard the two
    files are for the network card and sound card respectively. The computer has the following specs:
    - Intel Pentium 4 3.0GHz - Gigabyte 85661FXMP-RZ motherboard with Award v. 6.0 BIOS - NIVIDIA
    GeForce FX 5200 - No idea what the network card and sound cards are but we use the net....
  18. The Best Version Of Windows
    (52)
    With all the different flavors of Windows, what in your opinion is the best version? Win95, Win98,
    Win98SE, WinNT, Win2000, WinXP, Vista, and even remember Windows 3.1? I hear that hardcore Windows
    users are in love with Win98SE for some reason? Is there any justification behind this? I mean
    this is a version of Windows that is definitely not supported anymore, but is the security and
    stability of this version that much better where it doesn't need support? Personally, I really
    like Win2000 over any other version. It seems more secure and stable, and I'm pr....
  19. Windows Problems "new Series"- Xp Home Edition Activation Issue
    (7)
    i never used Windows XP Home edition before, in these days i have no way to use it on my work pc,
    have no profissional edition and i don't want to buy one, in fact i hate windows at all, i use
    linux and it's so good and enough to me, but i must use it noway. after i installed it, it asked
    me to activate it, i went into the activation process, finally it told me to call any microsoft
    products reseller or something like that to provide me with a new product number as they say in that
    message: QUOTE According to our records, the number of times you can activ....
  20. Help: Adding My Videos Folder To Start Menu
    Windows XP Only (12)
    Okay, I am halfway to being able to add the My Videos Folder (the only of the special My folder I
    really use) to the start panel. For those of you who don't know what I am talking about, make
    sure you have the new XP start menu not classic, then open your start menu. The right side is the
    start panel, and it should have links to things like My Documents, My Music, My Computer, etc. The
    only one you can't add to it (you add features to it from the properties page) is the My Videos
    File. No, my method: 1) Knowing Windows as well as I do, first thing after ex....
  21. Using Same Serial # On Multiple Copies Of Windows
    (31)
    I heard it is possible to run more than one computers on the same serial of Windows. I also heard
    that it can be registered and use all the functions of any legal copy of Windows. Lets say I have 4
    computers in my house and don't want to pay $800 for windows on each one if I build them all
    myself. I can just put same serial on all of them. But I heard this is also breaking the EULA
    agreement with Microsoft which redeems this being illegal or improper use of windows. I would like
    to hear your sides on this, or the whole truth behind this. If so does this mean somebody....
  22. Problem Deleting Empty Folder In Win XP
    why you can not delete an empty folder? (16)
    It happened to me several times. When a folder is already empty, but still can't delete it.
    Which says something about other user is using it. Yet I am the only user on my PC. Anyone knows why
    is it? And how to deal with it?....
  23. Chmoding On Windows (apache) ? Howto ?
    (5)
    Hi, I've recently installed Apache 1.3.34 on my Windows XP machine. Does anyone know how to CMOD
    files to specific values? I've read somewhere that if you set the file to 'readable'
    that is the equivalent of CHMODing it to 777...is this true? By the way, sorry if this is in the
    wrong forum section. I wasn't really sure where to put this.....
  24. How To Create "ghost" Images (norton) On Windows
    (53)
    Hi, I'm tired of wasting so much time on a site when I have to reinstall Windows from scratch.
    Want to speed up the process a little since I have to install Windows XP, any Service Packs, Norton
    Antivirus and Microsoft AntiSpyware for the computers. I want to create images of good working
    Window states, but have some questions. 1. How much faster would this be compared to reinstalling
    everything manually? I will be doing this from an external hard drive. 2. What are the chances of
    an image not working assuming that the image created is good? I heard that these ....
  25. Command Line (dos) Tips For Windows Xp
    (7)
    Windows XP cmd tip (DOS isn’t dead... it just smells funny) Some command-line folder creation
    examples: To create multiple folders at once, add them directly to the "md" command: C:\> md this
    is a test To create a folder several folders deep, use: C:\> md this\is\a\test Creating a folder
    with a long name requires the double-quote at the beginning: C:\> md "this is a test Bonus tip:
    Windows XP supports the forward slash "/" as a folder divider. Unix/Linux users: don't let the
    DOS environment get you down. Use a Unix-style CD command to change your present worki....
  26. How To Repair Disk Errors And Bad Sectors
    Windows Xp,2000,Nt (5)
    How to repair disk errors and bad sectors in Windows Xp,2000,NT You can use Windows Disk Manager
    tool to check for file system errors and bad sectors on your hard disk. To check your drives:
    1- right click on drive and click Properties 2- click Tools tab and under Error-checking, click
    Check Now 3- in dialog box select the Automatically fix file system errors or/and Scan for and
    attempt recovery of bad sectors check box Automatically fix file system errors ....
  27. Where Does Windows Xp Store Its Passwords ?
    (18)
    Is thre a file where password information is kept in windows XP? If so what is it's name and
    where is it located?....
  28. A Note To All Illegal Windows Xp Owners
    (55)
    Hi, all illegal Windows XP users WILL NOT be able to download any updates or software from Microsoft
    website. Automatic Updates will no longer work, because Microsoft will have to ask for your Software
    identification.....
  29. How To Increase Windows Shutdown Speed
    when you enabled “clear Page File at shu (45)
    How to increase Windows shutdown speed when you enabled “clear Page File at shutdown”? /blink.gif"
    style="vertical-align:middle" emoid=":blink:" border="0" alt="blink.gif" /> Note that making
    incorrectly changes to the registry may damage your system; please back up any valued data on your
    computer. 1) Go to Start menu > Run > and type regedit and click OK. 2) Find following address:
    HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \Session Manager \ Memory Management
    3) In right side right click on “ClearPageFileAtShutdown”, select Modify and make value of ....
  30. Windows Not Recognizing Ipod
    (33)
    OK, I'm running Windows XP and my iPod is not detected when I plug it in. The only things that
    I could guess are wrong are that I recently had a trojan, known as BackDoor-AWI and that my router
    flaked out and I have no internet on the computer in question now. I'm not sure what happened,
    but for some reason, McAfee is telling me that it's all screwed up on startup. So it's not
    even running anymore. My computer does recognize USB keys, but will not see my iPod for some
    reason. Any ideas?....

    1. Looking for create, folder, con, create, folder, named, con, windows

See Also,

*SIMILAR VIDEOS*
Searching Video's for create, folder, con, create, folder, named, con, windows
Similar
What Do You Guys Think Of Windows 7? - The 'WoW' Starts 'NoW'
Windows Black Edition
Windows 7
Windows Xp Service Pack 3 - Updates
How To Login To An Expired Windows Vista System - based on How To Login To An Expired Windows Xp System
Windows 98 Transfer - Just plug it in?
100 Reasons To Use Windows Vista - No, really??
Windows Vista Is Awesome! - I've recently got Windows Vista and I've had very few problems
How To Login To An Expired Windows Xp System
Help Needed To Create Windows Startup Script!
Deleting A Corrupt File - Cannot delete a corrupt file on Windows XP...
Change Ie Favorites Folder?
Lock Workstation Shortcut - How to make a shortcut to lock your windows computer
Folder Without A Name ... - Trick :D
Windows XP Folder Encryption Key ? - Where is the Windows XP encryption Key saved.
Downgrade Windows MCE To XP?
Windows Xp Bsod Troubles
The Best Version Of Windows
Windows Problems "new Series"- Xp Home Edition Activation Issue
Help: Adding My Videos Folder To Start Menu - Windows XP Only
Using Same Serial # On Multiple Copies Of Windows
Problem Deleting Empty Folder In Win XP - why you can not delete an empty folder?
Chmoding On Windows (apache) ? Howto ?
How To Create "ghost" Images (norton) On Windows
Command Line (dos) Tips For Windows Xp
How To Repair Disk Errors And Bad Sectors - Windows Xp,2000,Nt
Where Does Windows Xp Store Its Passwords ?
A Note To All Illegal Windows Xp Owners
How To Increase Windows Shutdown Speed - when you enabled “clear Page File at shu
Windows Not Recognizing Ipod
advertisement



Can You Create A Folder Name "con" - Is it possible to create a folder named "CON" in Windows?

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com