|
qzwqzw
银牌会员
     天的白色影子
积分 2343
发帖 636
注册 2004-3-6
状态 离线
|
『第 31 楼』:
使用 LLM 解释/回答一下
GOTOmsdos,你会dir所有的文件吗?只需要dir一个文件或者文件夹就可以了,难道一次解压会错到两个地方吗?再说,用程序总有考虑不到的地方,一下执行,连提示也没有,万一出错了,损失又有谁能负责?
GOTOmsdos, can you dir all the files? Just dir one file or folder is okay. Could it be that an extraction at once goes wrong to two places? Besides, programs always have things not considered. Execute it at once without any prompt. In case of an error, who will be responsible for the loss?
|
|
2004-11-15 00:00 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 32 楼』:
使用 LLM 解释/回答一下
to qzwqzw :你还是没弄懂我题目的情况。。你能不能看清题义和要求,再发表意见??
to qzwqzw: You still haven't understood the situation of my question.. Can you read the question meaning and requirements clearly and then express your opinion??
|
|
2004-11-15 00:00 |
|
|
ultralqxq
初级用户
 
积分 165
发帖 27
注册 2004-11-11
状态 离线
|
『第 33 楼』:
使用 LLM 解释/回答一下
以下是引用GOTOmsdos在2004-11-8 12:59:27的发言:
CLIMBING啊, 大丈夫,一言既出,驷马难追哦,你可要为你的话负责哦。。DOS没你说的这么差哦..
我说答案哦:(把目录切换到D:\PROGRAM), 这正是我自己遇到的情况.
D:\PROGRAM>for %1 in (*) do del c:\%1
如果不知道解压到了C盘的什么地方, 可加 /s,如下:
D:\PROGRAM>for %1 in (*) do del c:\%1 /s
如果,解压的文件又有文件又有子目录,请再动动脑筋吧..
有漏洞的啊,假设我原本在f:\program跟c:\下都有一个文件叫1.txt,但内容不同,你这样一执行,我c:\1.txt不就也被你删啦!!!别说没这么巧的事,一定会有相同的情况。特别是你说还扩展到子目录。。。
Here is the speech by GOTOmsdos on November 8, 2004 at 12:59:27:
CLIMBING, no problem, once a word is spoken, it's hard to take it back. You have to be responsible for your words. DOS is not as bad as you said..
I'll tell you the answer: (switch the directory to D:\PROGRAM), this is exactly the situation I encountered myself.
D:\PROGRAM>for %1 in (*) do del c:\%1
If you don't know where it was extracted to on the C drive, you can add /s, as follows:
D:\PROGRAM>for %1 in (*) do del c:\%1 /s
If the extracted files have both files and subdirectories, please use your brain a bit more..
There is a loophole. Suppose I originally have a file called 1.txt in both f:\program and c:\, but the contents are different. If you execute this, won't my c:\1.txt be deleted too!!! Don't say there's no such coincidental thing, there must be the same situation. Especially you said it extends to subdirectories...
|
|
2004-11-15 00:00 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 34 楼』:
使用 LLM 解释/回答一下
是这样的,补充一下:要确定其他地方没有重要的同名文件,如果你有很多同名文件,那就没办法了,只好一个个的找出来删,如果你不要同名文件了,就可以用批处理,快活一下嘛。。
Here's the translation:
This is like this. Let's add: To be sure there are no other important files with the same name elsewhere. If you have many files with the same name, then there's no way, you just have to find and delete them one by one. If you don't want files with the same name anymore, you can use batch processing, have some fun嘛.
|
|
2004-11-15 00:00 |
|
|
ultralqxq
初级用户
 
积分 165
发帖 27
注册 2004-11-11
状态 离线
|
『第 35 楼』:
使用 LLM 解释/回答一下
恩,我一路看下来,明白你的意思了。。。你在前面已经解释过了!!
Well, I've read through and understand what you mean... You've already explained it earlier!!
|
|
2004-11-16 00:00 |
|
|
Climbing
铂金会员
       网络独行侠
积分 6962
发帖 2753
注册 2003-4-16 来自 河北保定
状态 离线
|
『第 36 楼』:
使用 LLM 解释/回答一下
呵呵,GOTOmsdos简直在给自己找麻烦,还是在顶楼把问题的前提和条件说清楚吧,否则你不得不一直解释下去。
Hehe, GOTOmsdos is really asking for trouble. It's better to state the premise and conditions of the problem clearly at the top floor, otherwise you'll have to keep explaining.
|

偶只喜欢回答那些标题和描述都很清晰的帖子!
如想解决问题,请认真学习“这个帖子”和“这个帖子”并努力遵守,如果可能,请告诉更多的人!
|
|
2004-11-16 00:00 |
|
|
buddiyar
初级用户
 
积分 160
发帖 75
注册 2006-6-28
状态 离线
|
|
2006-7-15 03:05 |
|