我的任务是将所有.txt文件从Program Files文件夹及其所有子目录复制到我创建的另一个文件夹.我有的脚本:
xcopy c:\"program files"\*\*.txt c:\temp\myfiles\lessons
不想工作.我错过了什么?
xcopy command-prompt
command-prompt ×1
xcopy ×1