Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
如果在工作中需要批量复制粘贴并重命名文件,可以使用这个小技巧
首先,打开Windows的PowerShell
在Powershell里面运行
copy "需要复制的文件名地址" "目标文件名地址"
例如
copy "I:\my file.xlsx" "I:\my file (Copied).xlsx"
如果要批量运行,可以先在Excel中用公式写好,然后复制粘贴到Powershell里面运行。
例子如下,公式已经用红色标出