Yzöwl Posted December 14, 2014 Posted December 14, 2014 Another possible one liner: (Untested - This may name the offending folder to HexA0)ForFiles /C "Cmd /C If @IsDir==TRUE (If @File==0x220xA00x22 Ren @File HexA0)"It may in your case not even need to check whether or not it is a directory:ForFiles /C "Cmd /C If @File==0x220xA00x22 Ren @File HexA0"Or to remove the offending directory:ForFiles /C "Cmd /C If @IsDir==TRUE (If @File==0x220xA00x22 RD/S/Q @File)"
kali Posted December 15, 2014 Author Posted December 15, 2014 Thanks a lot for the great advice jaclaz and Yzöwl You are a man of deep talent as well as helpful, jaclaz
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now