ArchivedTools/ScanScripts/Windows/magazines/Rarely used scripts/conv.cmd

5 lines
112 B
Batchfile
Raw Normal View History

2023-12-21 01:01:29 +00:00
for %%i in (*.tif) DO (
convert.exe %%i -type Grayscale pages\%%i.png
)
pause
rename pages\*.tif.png pages\*.png