我是批量的初学者.我想通过批处理命令将文件复制\Debug\test.ext到..\..\new.
\Debug\test.ext
..\..\new
我试过copy "\Debug\text.txt" "..\..\new",但得到错误"系统找不到指定的文件"
copy "\Debug\text.txt" "..\..\new"
cmd xcopy batch-file
batch-file ×1
cmd ×1
xcopy ×1