【发布时间】:2018-09-24 03:59:30
【问题描述】:
我需要从扫描仪修改.bat 文件,该文件开始扫描并在将文件保存到目录后。 c:\Data\scan1.tif
现在这个脚本总是覆盖旧文件,我想更改它并保存该文件而不覆盖以下格式:scan1_1.tif、scan1_2.tif、scan1_3.tif 等。
来自 .bat 的代码:
call DirectScan.Bat -config c:\Scanner\directscan1.xml -cs1 c:\Data\scan1.tif
【问题讨论】:
标签: batch-file overwrite