Pages

Monday, July 14, 2014

Batch rename /w excel

  1. CMD --> DIR
  2. dir /b
  3. copy to excel
  4. A: old name, B: new name C: =CONCATENATE(“ren “,A1, ” “, B1)
  5. copy col C to txt, rename .bat
  6. run

0 comments: