View Single Post
  #11  
Old 20-08-2009, 11:42 PM
AbdulQuyum's Avatar
AbdulQuyum AbdulQuyum is offline
Every one choose so i.

 
Join Date: Feb 2009
Location: Lahore
Age: 35
Posts: 61
Program / Discipline: Bachelor of commerce
AbdulQuyum will become famous soon enough
Send a message via Yahoo to AbdulQuyum
Default Re: Create a folder without any name

STEP1: goto command prompt

STEP2: type in prompt e:\> "mkdir \\.\e:\con"

STEP3: verify by typing "dir \\.\e:\con"

STEP4: delete the file or folder "rmdir \\.\e:\con"



or u can make it with using ALT+01440



U can also make folders of given names by above CMD method

Quote:
CON, PRN, AUX, CLOCK$, NUL
COM0, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9
LPT0, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8,

Reply With Quote