|
Jneny
高级用户
    中國DOS聯盟常任參議员
积分 686
发帖 318
注册 2005-11-4
状态 离线
|
『楼 主』:
删除带点的文件疑问?
使用 LLM 解释/回答一下
前天发现一个游戏“魔域”目录下有个带点为结束的文件名不管用什么方法都无法删除
请问各位有没有碰到这种情况, 这样的文件是怎么样生成的,
比如 e:\game\netgame\魔域\ini\bset.ocx. 这样的文件名
The day before yesterday, I found a file ending with a dot in the "Magic World" directory. No matter what method I used, I couldn't delete it.
May I ask if you all have encountered such a situation? How are such files generated?
For example, a file name like e:\game\netgame\Magic World\ini\bset.ocx.
|

. 繽紛色彩閃出的美麗是因為它沒有分開每種色彩...>/
我的百度空间: BEYOND超越 为什么用DOS |
|
2008-3-10 04:21 |
|
|
abcd
银牌会员
    
积分 1436
发帖 739
注册 2007-10-11
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
用dir /x查看该文件的非8.3格式文件名,一般即可删除
Use `dir /x` to view the non-8.3 format file name of this file, generally it can be deleted
|
|
2008-3-10 09:47 |
|
|
Jneny
高级用户
    中國DOS聯盟常任參議员
积分 686
发帖 318
注册 2005-11-4
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
就是查看出8.3的格式名,直接在CMD下删除???
不过我在CMD下用 del "\\.\e:\game\netgame\魔域\ini\bset.ocx."
这样的是无法删除的哦
Just to check the 8.3 format name and delete it directly in CMD???
But when I use del "\\.\e:\game\netgame\魔域\ini\bset.ocx." in CMD, it can't be deleted.
|

. 繽紛色彩閃出的美麗是因為它沒有分開每種色彩...>/
我的百度空间: BEYOND超越 为什么用DOS |
|
2008-3-10 12:50 |
|
|
abcd
银牌会员
    
积分 1436
发帖 739
注册 2007-10-11
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
某些文件也涉及到权限问题,楼主可以查看一下权限。
Some files also involve permission issues. The poster can check the permissions.
|
|
2008-3-10 13:08 |
|
|
plp626
银牌会员
     钻石会员
积分 2278
发帖 1020
注册 2007-11-19
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
楼主把这个e:\game\netgame\魔域\ini\bset.ocx.文件发到我邮箱好不
我很感兴趣
The landlord, could you please send me the file e:\game\netgame\魔域\ini\bset.ocx to my email? I'm very interested.
|

山外有山,人外有人;低调做人,努力做事。
进入网盘(各种工具)~~ 空间~~cmd学习 |
|
2008-3-10 13:17 |
|
|
Jneny
高级用户
    中國DOS聯盟常任參議员
积分 686
发帖 318
注册 2005-11-4
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
好像不是权限的问题,删除时出现的提示就跟con、aux这样设备为名的文件一样,无法删除源文件,
这个文件已经不存在了, 因为我是在网吧某台客户机上发现的,
到现在还 不知道这样的文件是怎么产生的
Last edited by Jneny on 2008-3-10 at 01:29 PM ]
It seems not to be a permission issue. The prompt when deleting is the same as that for files named after devices like con, aux, etc., and the source file cannot be deleted.
This file no longer exists because I found it on a client machine in an internet café.
Up to now, I still don't know how such a file is generated.
Last edited by Jneny on 2008-3-10 at 01:29 PM ]
|

. 繽紛色彩閃出的美麗是因為它沒有分開每種色彩...>/
我的百度空间: BEYOND超越 为什么用DOS |
|
2008-3-10 13:28 |
|
|
plp626
银牌会员
     钻石会员
积分 2278
发帖 1020
注册 2007-11-19
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
此类带点文件的建立,亟待解决,
我还没见到我删不了的文件或目录,(只要有权限)
The establishment of such dot files is urgent to be solved,
I haven't seen the files or directories that I can't delete yet,
|

山外有山,人外有人;低调做人,努力做事。
进入网盘(各种工具)~~ 空间~~cmd学习 |
|
2008-3-10 13:42 |
|
|
plp626
银牌会员
     钻石会员
积分 2278
发帖 1020
注册 2007-11-19
状态 离线
|
|
2008-3-10 13:46 |
|
|
zchdos
初级用户
 
积分 38
发帖 18
注册 2007-5-8
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
创建带点的文件夹名:
如在d盘建aa.文件夹名
方法:在cmd下输以下命令:md aa..\
删除:rd aa..\
Create folder names with dots:
For example, create an "aa." folder on drive D.
Method: Enter the following command in cmd: md aa..\
Delete: rd aa..\
|
|
2008-3-11 14:37 |
|
|
Jneny
高级用户
    中國DOS聯盟常任參議员
积分 686
发帖 318
注册 2005-11-4
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
plp626:这此照片是网上找的哦,
Originally posted by zchdos at 2008-3-11 02:37 PM:
创建带点的文件夹名:
如在d盘建aa.文件夹名
方法:在cmd下输以下命令:md aa..\
删除:rd aa..\
这是建立目录的哦, 没有找到建立些类文件名的文件,删除也不知道怎么样做
plp626: These photos are found online哦,
Originally posted by zchdos at 2008-3-11 02:37 PM:
Create a folder name with a dot:
For example, create aa. folder name on drive D
Method: Enter the following command in cmd: md aa..\
Delete: rd aa..\
This is about creating directories哦, No files for creating such file names are found, and I don't know how to delete them
|

. 繽紛色彩閃出的美麗是因為它沒有分開每種色彩...>/
我的百度空间: BEYOND超越 为什么用DOS |
|
2008-3-14 17:22 |
|
|
zchdos
初级用户
 
积分 38
发帖 18
注册 2007-5-8
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
现在我只知道建带点的目录,哪位高手知道建带点的文件?
请赐教,我也学习一下.
Now I only know how to create directories with dots. Which expert knows how to create files with dots? Please give me some advice, and I can also learn about it.
|
|
2008-3-14 19:28 |
|
|
haiou327
高级用户
    DOS时空
积分 713
发帖 348
注册 2007-2-10
状态 离线
|
|
2008-3-15 22:47 |
|
|
NeverAgain
初级用户
 
积分 67
发帖 40
注册 2008-1-31
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
对畸形文件夹来说, 删除没什么大问题,
标题讨论的是带点文件,
是畸形文件的建立,或删除.
请问各路好汉, 那一位会建立带点的畸形文件? 给大家露两手?
For deformed folders, there is no big problem in deleting them.
The title is about dot files,
which is about the creation or deletion of deformed files.
May I ask all heroes, which one knows how to create dot deformed files? Show us a couple of tricks?
|
|
2008-3-16 06:24 |
|
|
haiou327
高级用户
    DOS时空
积分 713
发帖 348
注册 2007-2-10
状态 离线
|
|
2008-3-16 14:39 |
|
|
haiou327
高级用户
    DOS时空
积分 713
发帖 348
注册 2007-2-10
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
Originally posted by NeverAgain at 2008-3-16 06:24 AM:
对畸形文件夹来说, 删除没什么大问题,
标题讨论的是带点文件,
是畸形文件的建立,或删除.
请问各路好 ...
楼主也不看清楚了再发表
看图,图为GIF画动教程,不能动的请自行解决(方法另存到本地再打开)
Last edited by haiou327 on 2008-3-20 at 03:10 AM ]
Originally posted by NeverAgain at 2008-3-16 06:24 AM:
For abnormal folders, there is no big problem in deletion.
The title is about dot files,
which is the creation or deletion of abnormal files.
May I ask all good...
The poster didn't even check clearly before posting.
Look at the picture, it's a GIF animation tutorial. If it doesn't move, solve it yourself (method: save to local and then open).
Last edited by haiou327 on 2008-3-20 at 03:10 AM ]
|

欢迎进入我的网盘!!! |
|
2008-3-16 17:58 |
|