I need to develop a batch that has to read the data in a .txt file, and according to the path and filename I have in txt the batch has to go to the folder and delete files.
The data I have in this file is the result of an sql query. To exemplify what I said:
file_name, file_path
abcd, D:/user/desktop/teste123
efgh, D:/user/desktop/folder789
My batch needs to read file_name
(to know what to delete) and file_path
(to know where to delete).