Jump to content

How to Create and Enter the nameless folder


Recommended Posts

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)"
Link to comment
Share on other sites


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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...