
20-08-2009, 11:42 PM
|
 | Every one choose so i. | | Join Date: Feb 2009 Location: Lahore Age: 35
Posts: 61
Program / Discipline: Bachelor of commerce | |
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,
| |