|
lylingyong
新手上路

积分 18
发帖 8
注册 2007-1-7
状态 离线
|
『楼 主』:
新发现的畸形目录的建立
使用 LLM 解释/回答一下
请问这种特殊文件名的字符(像个小三角)如何建立
Last edited by lylingyong on 2007-11-14 at 03:31 PM ]
How to create such special filename characters (like a small triangle)
Last edited by lylingyong on 2007-11-14 at 03:31 PM ]
|
|
2007-11-11 13:51 |
|
|
gqtc
初级用户
 
积分 38
发帖 15
注册 2007-10-13
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
在edit里面可以这样输出:ctrl+backspace键,
在cmd中就不知道了.
In edit, you can output like this: ctrl+backspace key,
In cmd, I don't know.
|
|
2007-11-11 22:51 |
|
|
lylingyong
新手上路

积分 18
发帖 8
注册 2007-1-7
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
多谢gqtc,有没有哪位高人知道在CMD或纯DOS下这种符号是怎么打出来;)
Thanks to gqtc, is there any expert who knows how to type this symbol in CMD or pure DOS ;).
|
|
2007-11-12 09:24 |
|
|
lxmxn
版主
       
积分 11386
发帖 4938
注册 2006-7-23
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
这个字符的ASCII为127,为(del)字符,在cmd里面无法直接按出来,可以在记事本中按住ALT不放,然后按小键盘的127,再松开ALT键。
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.
|
|
2007-11-12 11:15 |
|
|
lylingyong
新手上路

积分 18
发帖 8
注册 2007-1-7
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
多谢,原来是(del)字符,难怪在CMD下不能访问该文件夹
Thanks, it turned out to be the (del) character. No wonder I couldn't access the folder in CMD.
|
|
2007-11-14 13:13 |
|
|
lylingyong
新手上路

积分 18
发帖 8
注册 2007-1-7
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
现总结下这种畸形目录的建立:
从2、4楼得知,这个ASCII为127,为(del)字符,在CMD下是无法直接用RD建立这种目录的,那么,我们可以新建个批处理,内容为:
md \..\
这里\后的的那个空位,按键盘上的alt+127得到
这样,目录就建立成功,\\之间的点和ASCII自己加,如\....\、\......\等等
这种目录在CMD下不能访问
只能通过运行进行访问
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
|
|
2007-11-14 15:17 |
|
|
dato
高级用户
   
积分 916
发帖 377
注册 2004-3-8
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
真是奇怪的东东,偶在一个ramdisk虚拟的NTFS分区上测试,刚建立进不了,然后偷懒用ctrl键拖了个文件竟然到目录里面去了,然后多出一个没点的目录,再然后竟然可以删除汗,删除掉带点的目录,EEE,那个没带点的又变成带点的而且里面的文件还真删除了,怪事
windowsserver2003 se
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
|

http://dato.ys168.com
google search bot
http://dato.minidns.net/ |
|
2007-12-2 00:17 |
|
|
523066680
银牌会员
     SuperCleaner
积分 2362
发帖 1133
注册 2008-2-2
状态 离线
|
『第 8 楼』:
还有滴
使用 LLM 解释/回答一下
建立文件夹a. 和a 把a拖进a. 然后显示“无法XXX ....扩展名过长”
打开a.或者a看看,结果里面的a 还有a 这样无限循环 路径就是a.\a\a\a\a\.....
而且假如拖入文件进去,再windows下打开a. 或a 都会出现一样的文件
就像是互相映射的。
但是用cmd来检查的话 cd AE216~1 &dir 就能发现,在windows时拖进去的文件根本就不存在 ,而用命令到该文件夹建立的文件在windows下也看不见 (存在a.和a时)
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").
|
|
2008-2-3 22:38 |
|
|
hypol
新手上路

积分 14
发帖 7
注册 2008-3-17
状态 离线
|
|
2008-3-17 13:32 |
|
|
523066680
银牌会员
     SuperCleaner
积分 2362
发帖 1133
注册 2008-2-2
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
大家去 尝试一下建立以盘符 为名的文件夹
md "c: \"
鼠标删除的时候---无法读取原磁盘或文件
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
|
|
2008-3-22 10:26 |
|
|
379184514
初级用户
 
积分 25
发帖 17
注册 2008-10-6
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
搞定了set pp="122."
md %pp%\
pause
复制上面的代码
当然,不加点的话很容易改名
(ps:其实在windows下可以直接建立的,重命名 ctrl+backspace 或者alt+127)
Last edited by 379184514 on 2008-11-7 at 19:49 ]
Got itset pp="122."
md %pp%\
pause Copy 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 ]
|
|
2008-11-7 19:46 |
|