|
小学生
中级用户
  
积分 204
发帖 31
注册 2004-2-20
状态 离线
|
『楼 主』:
如何在DOS下移动目录以及里面所有的文件
使用 LLM 解释/回答一下
如D盘有一个名为MP3的文件夹,请问高手们我应该怎么样才能把它移动到C盘
If there is a folder named MP3 on drive D, how should I move it to drive C?
|
|
2004-2-22 00:00 |
|
|
小学生
中级用户
  
积分 204
发帖 31
注册 2004-2-20
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
这个问题应该没什么难度吧!怎么没有人帮帮我呢呀!
This problem shouldn't be too difficult, right! Why is there no one to help me?
|
|
2004-2-22 00:00 |
|
|
mys
元老会员
        
积分 5170
发帖 1637
注册 2002-10-16 来自 广东佛山
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
用MOVE命令,或者用NORTON COMMAND
Use the MOVE command, or use NORTON COMMAND
|

我的网志
http://hzmys.blog.163.com/
我的网盘
firststep.qjwm.com
fsmys.ys168.com
ssmys.ys168.com
www.brsbox.com/fsmys
www.brsbox.com/ssmys
www.brsbox.com/ccdos
|
|
2004-2-22 00:00 |
|
|
gotomsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
move 不能移动多层目录文件.
如果MP3文件夹全都是文件没有子目录就仍可用MOVE,不过不能在搬移中自建新目录所以需先建新目录,"md C:\mp3",然后键入"move d:\mp3\*.* c:\mp3"
如有多层目录,只能用xcopy,"xcopy d:\mp3 c:\mp3\ /s",再删源文件夹,"deltree /y d:\mp3"
move cannot move multi-level directory files.
If the MP3 folder has only files and no subdirectories, you can still use MOVE, but you cannot create a new directory during the move, so you need to create a new directory first, "md C:\mp3", then type "move d:\mp3\*.* c:\mp3"
If there are multi-level directories, you can only use xcopy, "xcopy d:\mp3 c:\mp3\ /s", then delete the source folder, "deltree /y d:\mp3"
|
|
2004-2-22 00:00 |
|
|
小学生
中级用户
  
积分 204
发帖 31
注册 2004-2-20
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
可以了,不过我就是不明白为什么在移动的同时不能在C盘创建MP3目录,而要另外创建一个呢?还要把D盘的空文件夹MP3删除,这不是很麻烦吗?
Okay, but I just don't understand why I can't create an MP3 directory on the C drive while moving, and I have to create another one? Also, I need to delete the empty MP3 folder on the D drive. Isn't this very troublesome?
|
|
2004-2-22 00:00 |
|
|
gotomsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
以下是引用小学生在2004-2-22 11:48:09的发言:
可以了,不过我就是不明白为什么在移动的同时不能在C盘创建MP3目录,而要另外创建一个呢?
这可能是DOS的MOVE源程序的缺陷吧,在这方面,WINDOWS的"移动"就不会了.
因为不得已用"*.*"移动全部文件,所以目录名没有移动呀.没办法.
不过,不能以片概全地认为DOS没WINDOWS好,DOS批处理能成批地,个性化地按照编者的要求完成各种任务,并且用DOS管理系统更深入,而对于一般的用户来说,WINDOWS就不如了.
The following is the speech of Primary School Student on 2004-2-22 11:48:09:
It's okay, but I just don't understand why I can't create an MP3 directory on the C drive while moving, and I have to create another one?
This may be a defect of the DOS MOVE source program. In this regard, the "move" in WINDOWS won't be like this.
Because I have to use "*.*" to move all files, so the directory name is not moved. There's no way.
However, we can't generally say that DOS is not as good as WINDOWS. DOS batch processing can complete various tasks in batches and personalized according to the editor's requirements, and managing the system with DOS is more in-depth. While for general users, WINDOWS is not as good.
|
|
2004-2-22 00:00 |
|
|
笑三笑
初级用户
 
积分 147
发帖 10
注册 2004-9-8
状态 离线
|
|
2004-9-12 00:00 |
|
|
dragon7788
初级用户
 
积分 168
发帖 27
注册 2004-8-7 来自 广西
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
不错,值得学习~!
Not bad, worth learning~!
|

我知道我很菜,所以我一直都在努力! |
|
2004-9-13 00:00 |
|