从一个目录移动文件夹到另一个批处理脚本 [英] Move folder from one directory to another in batch script

查看:1490
本文介绍了从一个目录移动文件夹到另一个批处理脚本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

谁能告诉我如何将一个文件夹从一个路径中使用批处理脚本移动到另一个路径?

Can anyone please tell me how to move a folder from one path to another path using batch script?

例如,我想XXX文件夹(包括内容)从移到D:\\ ABC \\ XXX 文件夹 D:\\ CEF \\

For example, I want to move XXX folder (including the contents) from D:\abc\XXX folder to D:\cef\.

推荐答案

如何普通老式的:

move d:\abc\XXX d:\cef\XXX

这篇关于从一个目录移动文件夹到另一个批处理脚本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆