Author Topic: How to rename uppercase PMS maps extension to lowercase pms on Windows  (Read 4312 times)

0 Members and 1 Guest are viewing this topic.

Offline Bistoufly

  • Soldat Beta Team
  • Flagrunner
  • ******
  • Posts: 782
-Open the folder where the maps are located

-Shift right click on the window background to bring the context menu

-Click on open command window here

-In the command window paste this line
Code: [Select]
for /f "Tokens=*" %f in ('dir /l/b/a-d *.pms') do (rename "%f" "%f")
-Hit enter

-Refresh your folder window to see the changes





Remember to back up your folder before.

Thanks to urraka for the info!