
[英]Batch using dir to get folder destination (cmd) and copy+paste files in name's folder found
[英]I need to copy all the files and it's folder to the target destination using globbing pattern
这是我要复制的下面的文件夹结构。
- WebSite1
- App_Data
- bin
- obj
- Properties
我需要复制所有文件(包括目标文件夹中的源目录或文件夹)的通配模式是什么。
以下是我现在正在使用的:
**\WebSite1\**
它仅将文件复制到目标位置,不包括来自源的文件夹结构(App_Data、bin、obj、Properties)。 我在这里想念什么? 谢谢!
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.