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