Well, Try to create a folder in windows platform with the name CON, AUX, COM1, COM2, COM3, COM4, LPT1, LPT2, LPT3, PRN, NUL....
You cant able to do it...
Its just because of some system calls of this services already been there for those names. So If you try to create or delete those system calls, It will restrict you in doing them... But I have a solution to this..
Try the following steps.. :
STEP1: goto command prompt
STEP2: type in prompt c:\> "md \\.\c:\con"
STEP3: verify by typing "dir \\.\c:\con"
STEP4: delete the file or folder "rd \\.\c:\con"
Now you can see a folder named con in your c drive...
You cant able to do it...
Its just because of some system calls of this services already been there for those names. So If you try to create or delete those system calls, It will restrict you in doing them... But I have a solution to this..
Try the following steps.. :
STEP1: goto command prompt
STEP2: type in prompt c:\> "md \\.\c:\con"
STEP3: verify by typing "dir \\.\c:\con"
STEP4: delete the file or folder "rd \\.\c:\con"
Now you can see a folder named con in your c drive...
1 comments:
dude,, we can create con folder still more easy
step 1 create folder and and select rename while renaming hold on alt key and type 255 now it will be blank . now folder is hacked to rename anything .
if ur in laptop you will not having num so use charmap
Post a Comment