批处理文件将所有源文件复制到一个目标无扩展名文件而不是目标文件夹中
我使用构建后脚本将输出 DLL 复制到另一个文件夹。
它不是单独复制每个文件,而是创建一个没有扩展名的文件,并将所有源文件放入该文件(我通过十六进制编辑器检查)。
在我重新安装 Windows(2008 服务器)之前,该批处理文件正在运行。发生了什么事?
I use a post-build script to copy my output DLLs to another folder.
Instead of copying each file separately it would create a file with no extension and put all source files to that file (I check this by hexeditor).
This batch file was working before I reinstall my windows (2008 server). What has happened ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它可能以前有效,因为目标文件夹已经存在。尝试先创建文件夹或使用正确的 xcopy 开关
It probably worked before because the target folder was already there. Try creating the folder first or using the correct xcopy switch