@echo off ren n* b*
So this is a simple batch that replace every file\'s first letter(all start with N) and replace it with a B. My question how do