Hi Folks, I need to move the contents of subfolders to the top level folder. I found this script which works on my Win7 PC: FOR /f "delims=" %a IN ('DIR *.* /s /b') DO MOVE "%a" I need to answer "a" for All when overwriting, would like to just do it automatically if pos...