Questions tagged 'batch file'
1 questions
What is wrong with this batch file code?
Here is the code: batch @ECHO ON set drive=%cd:~0,3% xcopy *.jpg “%drive%folder” /s /y /q xcopy *.jpeg “%drive%folder” /s /y /q I'm trying to copy all JPEG files to a folder named “folder” located on...