0

Here's the situation:

I have an excel file which contains the following information:
Document location: (C:/folder/sub/file.doc)
and Document New Name: (RENAMED-FILE.doc)

What would be the be the best way to automate this as I have about a thousand files to rename?

*Note: Document location can be in different locations (files will not always be inside folder/sub) Document new name has no naming convention.

So basically, everything has to come from the excel file, or I have to change the excel file into something (maybe a CSV file?) to have it work with another utility.

Any suggestions?

4

2 回答 2

0

将其导出为 CSV 或其他易于解析的文本格式,然后编写快速脚本来重命名可能是最快的方法。

于 2009-08-03T01:21:57.757 回答
0

我已经用精通的谷歌搜索回答了我自己的问题:

http://www.labnol.org/software/tutorials/rename-multiple-files-bulk-excel-googl-docs/2481/

谢谢你的时间,虽然戴夫:)

于 2009-08-03T01:37:31.293 回答