Hi need help creating a script to convert the extension of a tif image to a .png and removing the original from the file.
This is what I have. @echo off image1.tif >> image1.png
when it run it show it as a .png but with a blank image. Still haven't figure out how to remove the original one from the folder.