Hello,
I would like to know the command to delete some files from a particular directory. I have set of files which ends with .xml extension. I made a list of files to be deleted and saved it in a another reference file called tobedelete.txt.
How do I call PowerShell to delete the files that are listed in the file "tobedeleted.txt"
Please advise.