【发布时间】:2017-07-27 19:08:01
【问题描述】:
使用批处理、cmd或其他一些漏洞,是否可以在自身内部移动目录?
这没有实际用途,我只是好奇。
尝试的方法:
1
手动移动文件夹会产生The destination folder is a subfolder of the source folder。
2
使用move 命令产生The process cannot access the file because it is being used by another process.
也许有办法覆盖这些错误?
【问题讨论】:
-
你认为这应该如何工作?你有没有试过自己打包行李箱?如果你这样做了并且成功了,请再做一次,然后给我发视频片段;)
-
"moving" 意味着删除原件。移动的文件夹将在里面...... - 在哪里?
-
这是什么意思?
-
您希望结果是什么?如果您将
C:\folder移动到自身中,生成的文件夹会是C:\folder还是C:\folder\folder?
标签: windows batch-file cmd directory subdirectory