Advertisement
Benna96

ACNH Rename socks to fandom standard

Apr 12th, 2020
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function re {
  2.     param($toReplace, $replaceWith)
  3.     get-childitem *.png | foreach { rename-item $_ $_.Name.Replace($toReplace, $replaceWith) }
  4. }
  5.  
  6. re "SocksTexAerobics" "NH-Socks-Aerobics leggings "
  7. re "SocksTexAlan" "NH-Socks-Aran-knit socks "
  8. re "SocksTexAmitights" "NH-Socks-Fishnet tights "
  9. re "SocksTexArgyle" "NH-Socks-Argyle crew socks "
  10. re "SocksTexBobble" "NH-Socks-Pom-pom socks "
  11. re "SocksTexBorder" "NH-Socks-Nook inc. socks "
  12. re "SocksTexBorder" "NH-Socks-Striped socks"
  13. re "SocksTexBorderRco" "NH-Socks-Nook inc. socks"
  14. re "SocksTexCharacter" "NH-Socks-Funny-face socks "
  15. re "SocksTexChimayo" "NH-Socks-Geometric-print socks "
  16. re "SocksTexCompression" "NH-Socks-Compression tights "
  17. re "SocksTexCountry" "NH-Socks-Country socks "
  18. re "SocksTexCrocheting" "NH-Socks-Crocheted socks "
  19. re "SocksTexDailysocks" "NH-Socks-Everyday socks "
  20. re "SocksTexDailytights" "NH-Socks-Everyday tights "
  21. re "SocksTexDenimleggings" "NH-Socks-Denim leggings "
  22. re "SocksTexDotknee" "NH-Socks-Dotted knee-high socks "
  23. re "SocksTexEmbroidery" "NH-Socks-Embroidered-flower tights "
  24. re "SocksTexFlowerdot" "NH-Socks-Flowery-dot tights "
  25. re "SocksTexFluffy" "NH-Socks-Terry-cloth socks "
  26. re "SocksTexFolded" "NH-Socks-Bobby socks "
  27. re "SocksTexFootball" "NH-Socks-Soccer socks "
  28. re "SocksTexFootcover" "NH-Socks-Ultra no-show socks "
  29. re "SocksTexFrilled" "NH-Socks-Frilly socks "
  30. re "SocksTexFrilledknee" "NH-Socks-Frilly knee-high socks "
  31. re "SocksTexGarter" "NH-Socks-Garter socks "
  32. re "SocksTexHandknit" "NH-Socks-Hand-knit socks "
  33. re "SocksTexHole" "NH-Socks-Holey socks "
  34. re "SocksTexHoletights" "NH-Socks-Holey tights "
  35. re "SocksTexKatesocks" "NH-Socks-Labelle socks "
  36. re "SocksTexKatetights" "NH-Socks-Labelle tights "
  37. re "SocksTexKids" "NH-Socks-Kiddie socks "
  38. re "SocksTexLace" "NH-Socks-Lace socks "
  39. re "SocksTexLeggings" "NH-Socks-Stretch leggings "
  40. re "SocksTexLegwarmer" "NH-Socks-Leg warmers "
  41. re "SocksTexLine" "NH-Socks-Tube socks "
  42. re "SocksTexMixtweed" "NH-Socks-Mixed-tweed socks "
  43. re "SocksTexMultiblock" "NH-Socks-Color-blocked socks "
  44. re "SocksTexNeonleggings" "NH-Socks-Neon leggings "
  45. re "SocksTexNeontights" "NH-Socks-Neon tights "
  46. re "SocksTexNordic" "NH-Socks-Nordic socks "
  47. re "SocksTexNuancesocks" "NH-Socks-Semi-opaque socks "
  48. re "SocksTexNuancetights" "NH-Socks-Semi-opaque tights "
  49. re "SocksTexOnepoint" "NH-Socks-Simple-accent socks "
  50. re "SocksTexPucker" "NH-Socks-Puckered socks "
  51. re "SocksTexRibbon" "NH-Socks-Back-bow socks "
  52. re "SocksTexRun" "NH-Socks-Running tights "
  53. re "SocksTexSeethrough" "NH-Socks-Sheer socks "
  54. re "SocksTexSequins" "NH-Socks-Sequin leggings "
  55. re "SocksTexSimpleknee" "NH-Socks-Simple knee-high socks "
  56. re "SocksTexSneakerin" "NH-Socks-No-show socks "
  57. re "SocksTexSpider" "NH-Socks-Spider-web tights "
  58. re "SocksTexStandard" "NH-Socks-Dotted knee-high socks "
  59. re "SocksTexStripe" "NH-Socks-Striped tights "
  60. re "SocksTexStripedot" "NH-Socks-Patterned stockings "
  61. re "SocksTexTabi" "NH-Socks-Tabi "
  62. re "SocksTexTights" "NH-Socks-Stockings "
  63. re "SocksTexVividleggings" "NH-Socks-Vivid leggings "
  64. re "SocksTexVividsocks" "NH-Socks-Vivid socks "
  65. re "SocksTexVividtights" "NH-Socks-Vivid tights "
  66. re "SocksTexWave" "NH-Socks-Wave-print socks "
  67. re "SockstTexOverlapping" "NH-Socks-Layered socks "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement