Home > front end >  loop through a folder with special characters in the folder name
loop through a folder with special characters in the folder name

Time:04-22

I'm trying to write a batch file to move files from a folder into another folder. The folder has a special character in the name. I can't change that name.

Here is my script

set "MM=           
  • Related