Search found 1 match

by billstaub
23 Sep 2016 01:48
Forum: DOS Batch Forum
Topic: Batch Script to delete certain folders in parent folder
Replies: 1
Views: 1416

Batch Script to delete certain folders in parent folder

Hi there, I am trying to get a solution for above problem and I have no luck . I need to have a batch file which moves to the parent folder and delete all files and directories containing a substring 'abc-client' except the one the file is stored in. I tried some for loops and some find with regex b...