I am trying to rename multiple folders at once, removing the first few characters of their name:
I found resource around but none of the command that I have tried worked:
2 - AT5CRO5JUDBWD4RUPXSQ
4 - LH4FVU3TQDEC87YGN6FL
12 - A878KB79QDIBFOTWB0T8
28 - 5UB5KFD2PK38Z4LS6W80
to
AT5CRO5JUDBWD4RUPXSQ
LH4FVU3TQDEC87YGN6FL
A878KB79QDIBFOTWB0T8
5UB5KFD2PK38Z4LS6W80
Once in the folder I tried:
rename "????*" "////*"
rename "....*" "////*"
ren "????*" "////*"
ren "....*" "////*"
rename "....*" "????*"
rename "????*" "????*"
Everytime I get a syntax error or that it doesn't match. I really don't understand. Does anyone have a solution ?
Regards,