Well, U can create Folders by name CON,AUX Etc :) Secret :)
Folders or files with names CON, PRN, AUX, NUL etc cannot be created as these are reserved names for DOS devices, but there is a way to go around to create folders with these names. how? follow these steps:
STEP1: goto command prompt
STEP2: type in prompt c:\> “mkdir \\.\c:\con”
STEP3: verify by typing “dir \\.\c:\con”
STEP4: delete the file or folder “rmdir \\.\c:\con”
STEP1: goto command prompt
STEP2: type in prompt c:\> “mkdir \\.\c:\con”
STEP3: verify by typing “dir \\.\c:\con”
STEP4: delete the file or folder “rmdir \\.\c:\con”
No comments:
Post a Comment
Did you like it ? Write your comment.