中国DOS联盟论坛

China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
Guest | Log in | Register | Members | Search | China DOS Union
中国DOS联盟论坛
The time now is 2026-08-09 00:18
47,811 topics / 349,895 posts / today 0 new / 48,253 members
其它操作系统综合讨论区 » Establishment of a newly discovered abnormal directory
Printable Version  2,163 / 10
Floor1 lylingyong Posted 2007-11-11 13:51
新手上路 Posts 8 Credits 18
How to create such special filename characters (like a small triangle)



[ Last edited by lylingyong on 2007-11-14 at 03:31 PM ]
Floor2 gqtc Posted 2007-11-11 22:51
初级用户 Posts 15 Credits 38
In edit, you can output like this: ctrl+backspace key,
In cmd, I don't know.
Floor3 lylingyong Posted 2007-11-12 09:24
新手上路 Posts 8 Credits 18
Thanks to gqtc, is there any expert who knows how to type this symbol in CMD or pure DOS ;).
Floor4 lxmxn Posted 2007-11-12 11:15
版主 Posts 4,938 Credits 11,386
This character has an ASCII value of 127, which is the (del) character. It cannot be directly typed in cmd. You can hold down ALT in Notepad, then press 127 on the numeric keypad, and then release the ALT key.
Floor5 lylingyong Posted 2007-11-14 13:13
新手上路 Posts 8 Credits 18
Thanks, it turned out to be the (del) character. No wonder I couldn't access the folder in CMD.
Floor6 lylingyong Posted 2007-11-14 15:17
新手上路 Posts 8 Credits 18
Now summarize the establishment of this abnormal directory:
From floors 2 and 4, it is known that this ASCII is 127, which is the (del) character. In CMD, it is impossible to directly use RD to create such a directory. Then, we can create a new batch file with the content:

md \..\

The empty space after \ is obtained by pressing alt+127 on the keyboard

In this way, the directory is successfully created. The dots between \\ and the ASCII itself are added, such as \....\, \......\, etc.

This kind of directory cannot be accessed in CMD
It can only be accessed through running
Floor7 dato Posted 2007-12-02 00:17
高级用户 Posts 377 Credits 916
It's really strange stuff. I tested on a ramdisk virtual NTFS partition. Just after creating it, I couldn't enter. Then I was lazy and dragged a file with the Ctrl key, and it actually went into the directory. Then an unticked directory appeared. Then I could actually delete it. Delete the directory with the dot, EEE, the unticked one then became the one with the dot and the files inside were really deleted. Strange thing.
windowsserver2003 se
Floor8 523066680 Posted 2008-02-03 22:38
银牌会员 Posts 1,133 Credits 2,362
Create a folder named "a." and "a". Then drag "a" into "a.", and it shows "Cannot XXX.... The file name extension is too long". Open "a." or "a" and see that inside there are "a" and "a" and so on in an infinite loop. The path is "a.\a\a\a\a\.....". Moreover, if you drag a file into it, opening "a." or "a" under Windows will show the same file. It's like mutual mapping. But if you check with cmd, "cd AE216~1 &dir" can find that the files dragged in under Windows don't actually exist, and the files created in that folder using commands can't be seen under Windows (when there are "a." and "a").
Floor9 hypol Posted 2008-03-17 13:32
新手上路 Posts 7 Credits 14
Learning
Floor10 523066680 Posted 2008-03-22 10:26
银牌会员 Posts 1,133 Credits 2,362
Everyone, try to create a folder named after a drive letter
md "c: \\"
When deleting with the mouse --- unable to read the original disk or file
Floor11 379184514 Posted 2008-11-07 19:46
初级用户 Posts 17 Credits 25
Got itCopy the above code
Of course, it's easy to rename without adding dots
(PS: Actually, it can be established directly under Windows, rename with ctrl+backspace or alt+127)


[ Last edited by 379184514 on 2008-11-7 at 19:49 ]
[ Contact the Union admin team - 中国DOS联盟 - Standard version ]
Sponsored by ifanr Inc | © 2001–2023