Skip to main content

Questions tagged 'batch file'

1 questions

A
Anonymous

Nov 24, 2024

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...