I have been tasked with copying all .txt files from the Program Files folder as well as all of it's subdirectories to another folder I have created. The script I have:
xcopy c:\"program files"\*\*.txt c:\temp\myfiles\lessons
doesn't want to work. What am I missing?