Search found 1 match
- 03 Jun 2010 06:38
- Forum: DOS Batch Forum
- Topic: dos rename
- Replies: 1
- Views: 3256
dos rename
Hi all I need to rename a number of files. I have a list in excel with the old file name and in the next colomn the new file name. The rename command is: =CONCATENATE("rename ",I2," """,J2,"""") ...... I2 = 01 HCK01.tif and J2 = Vol 1.tif When I copy...