|
jsus
新手上路

积分 2
发帖 1
注册 2006-9-30
状态 离线
|
|
2007-3-18 05:35 |
|
|
tzscx
新手上路

积分 2
发帖 1
注册 2007-5-16
状态 离线
|
『第 32 楼』:
使用 LLM 解释/回答一下
原来这就是畸形目录!
So this is the so-called "deformed directory"!
|
|
2007-5-17 08:39 |
|
|
qq82015930
中级用户
  
积分 235
发帖 109
注册 2006-8-24
状态 离线
|
『第 33 楼』:
使用 LLM 解释/回答一下
md f:\520..\
楼主是不是要的这个???
md f:\520..\
Is the landlord asking for this???
|
|
2007-5-28 21:47 |
|
|
kich
中级用户
  
积分 397
发帖 168
注册 2006-10-8
状态 离线
|
『第 34 楼』:
使用 LLM 解释/回答一下
WinFileKiller哪有下载的呢??请问
Where can I download WinFileKiller?? Please
|
|
2007-5-29 22:00 |
|
|
lhg002
新手上路

积分 2
发帖 1
注册 2007-6-10
状态 离线
|
|
2007-6-10 04:29 |
|
|
garuda
新手上路

积分 12
发帖 6
注册 2007-6-14
状态 离线
|
『第 36 楼』:
使用 LLM 解释/回答一下
正找这个~~~~~~~~~~~~~
Just the text "正找这个~~~~~~~~~~~~~" is returned as it is since it's not a translatable piece with a specific technical or jargon content that needs translation in the context of retro-computing etc. and the format here doesn't require translation. So the output is "正找这个~~~~~~~~~~~~~"
|
|
2007-6-14 19:35 |
|
|
garuda
新手上路

积分 12
发帖 6
注册 2007-6-14
状态 离线
|
『第 37 楼』:
使用 LLM 解释/回答一下
Originally posted by 0451lym at 2006-11-26 06:15 AM:
首先把它的属性改一下.
MD A..\\
ATTR +H AE216~1
ATTR -H AE216~1
Last edited by 0451lym on 2006-11-26 at 06:18 AM ]
请问这个具体是怎么用的
First, change its attributes.
MD A..\\
ATTR +H AE216~1
ATTR -H AE216~1
Last edited by 0451lym on 2006-11-26 at 06:18 AM ]
How exactly is this used?
|
|
2007-6-14 20:29 |
|
|
angel89757
新手上路

积分 2
发帖 1
注册 2006-12-16
状态 离线
|
『第 38 楼』:
删除a..\文件夹(里面有文件也照删)
使用 LLM 解释/回答一下
如:E盘有a..\文件夹,里面也有文件时.在dos下用rd a..\ /s 就可以啦!
For example: If there is a folder "a..\" in drive E and there are also files inside it. In DOS, you can use "rd a..\ /s" to do it!
|
|
2007-6-14 20:43 |
|
|
garuda
新手上路

积分 12
发帖 6
注册 2007-6-14
状态 离线
|
|
2007-6-14 22:43 |
|
|
tyh888
新手上路

积分 4
发帖 2
注册 2007-11-1
状态 离线
|
『第 40 楼』:
使用 LLM 解释/回答一下
好像不行啊,显示是可以的,但是到xp下一看,还一样的,没有加上隐藏
It doesn't seem to work. It shows that it's okay, but when I look under XP, it's still the same, without adding the hidden attribute.
|
|
2007-11-1 11:10 |
|
|
jszforms
初级用户
 
积分 27
发帖 13
注册 2006-9-10
状态 离线
|
『第 41 楼』:
使用 LLM 解释/回答一下
用renameplus可以重命名a.为a,然后删除
You can use renameplus to rename a. to a, and then delete it
|
|
2007-11-1 11:51 |
|
|
523066680
银牌会员
     SuperCleaner
积分 2362
发帖 1133
注册 2008-2-2
状态 离线
|
『第 42 楼』:
我有个小发现
使用 LLM 解释/回答一下
就是在带点的文件夹旁边建立一个同名的不带点的文件
那么带点的文件就可以访问了
然后往里面放东东,或是删除带点的那个文件夹,都会 有有趣的现象哦
That is, create a file with the same name but without the dot next to the dot-containing folder. Then the dot-containing file can be accessed. Then put things in it, or delete the dot-containing folder, there will be interesting phenomena oh
|
|
2008-2-2 21:56 |
|
|
523066680
银牌会员
     SuperCleaner
积分 2362
发帖 1133
注册 2008-2-2
状态 离线
|
『第 43 楼』:
41楼的那招有效
使用 LLM 解释/回答一下
41楼的那招有效
奇怪
怎么我去下载了那个attr的命令行,放到了c:\windows\system32下
但是执行attr ae216~1 +h
后,还是没变成隐藏属性呢
The trick on floor 41 is effective. Strange. Why did I go to download that attr command line, put it in c:\windows\system32, but after executing attr ae216~1 +h, it still didn't become the hidden attribute?
|
|
2008-2-2 22:06 |
|
|
523066680
银牌会员
     SuperCleaner
积分 2362
发帖 1133
注册 2008-2-2
状态 离线
|
『第 44 楼』:
我这里做个删除的总结哈 还有就是往里面放文件
使用 LLM 解释/回答一下
前提,md a..\ 然后dir /ad /x 得到他的短名 ae216~1
删除---1. rd a..\
2. rd ae216~1
3 ren ae214~1 a &rd a
在前面听说可以在里面放文件,希望有人可以教一下
不过我倒是发现 建立一个a. 再建立a 文件夹 往其中一个放东西 可以发现他们是
互相映射的
Prerequisite, md a..\ Then dir /ad /x gets its short name ae216~1
Delete ---1. rd a..\
2. rd ae216~1
3 ren ae214~1 a &rd a
I heard before that files can be placed in it, and I hope someone can teach me
But I did find that creating an a. and then creating an a folder, putting something in one of them can find that they are mutually mapped
|
|
2008-2-2 22:18 |
|
|
523066680
银牌会员
     SuperCleaner
积分 2362
发帖 1133
注册 2008-2-2
状态 离线
|
『第 45 楼』:
再次发现(不好意思,刚发现)
使用 LLM 解释/回答一下
用cd ae216~1 可以进入改文件夹。试着建立一些文件。
然后dir检查一下。推出目录cd..然后md a 这下可以打开那个a.了
会发现是空的,那是骗人的,假如用命令检查a.目录的话才看的见文件的
哈哈,说过md a后就可以访问a.了 ,现在删除a.试试?
文件夹a会马上变成a.而且附带原来a.里面的文件。当然,要用命令检查才看得到
超有趣的哦。新的炸药诞生了,当然,做炸药玩玩可以,不能害人
You can enter the folder using `cd ae216~1`. Try to create some files. Then use `dir` to check. Exit the directory with `cd..` and then `md a`. Now you can open that `a.`. You will find it is empty, but it's a trick. Only by using commands to check the `a.` directory can you see the files. Haha, I said that after `md a`, you can access `a.`. Now try deleting `a.`? The folder `a` will immediately become `a.` and contain the original files inside `a.`. Of course, you can only see them by using commands. It's super interesting. A new kind of "explosive" is born. Of course, playing with explosives is okay, but don't harm others.
|
|
2008-2-2 22:33 |
|