批处理 移动文件夹?批处理 移动文件夹?[解决办法]比如要把d盘的ls文件夹移动到e盘,命令如下[code=BatchFile]xcopy /s/e/i d:\ls e:\ls&&rd /s/q d:\ls[/code]