All I want to do is automate a process so any files in directory B, not in A, are deleted. It must also go recursively down sub folders.
So do in to folder A & B below:-
file3.txt and filke4.txt would be removed.
I've tried writing my own DOS scripts, looked for apps, and have got no where
So do in to folder A & B below:-
Code:
A/
file1.txt
SUB/
file2.txt
B/
file1.txt
file3.txt
SUB/
file2.txt
file4.txt
file3.txt and filke4.txt would be removed.
I've tried writing my own DOS scripts, looked for apps, and have got no where