Basically, I want to have a list of files, called dellist.txt, each folder listed on a separate line.
CODE
windows\system32\ar-SA
windows\system32\bg-BG
windows\system32\cs-CZ
Program Files\IE
...etc
windows\system32\bg-BG
windows\system32\cs-CZ
Program Files\IE
...etc
(random file names, not the exact ones in question)
The way I have it scripted currently, (which isn't working) is:
CODE
rd /s /q %direct%\mount < c:\dellist.txt
All the folders (windows, program files, etc) are located under the mount folder listed here.