Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3285792
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T20:18:23+00:00 2026-05-17T20:18:23+00:00

Hi need help creating a script to convert the extension of a tif image

  • 0

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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T20:18:24+00:00Added an answer on May 17, 2026 at 8:18 pm

    Humm, assuming that there should be a newline after @echo off: What you’re doing is appending the output stream from the process running the file image1.tif, to a file image1.png (creating it if it doesn’t exist). As the program that opens up image1.tif doesn’t write anything to the standard output stream, the other file gets created but is empty. It seems that what you want to be doing (whatever the reason is) is renaming image1.tif to image1.png:

    ren image1.tif image1.png
    

    or copy it:

    copy image1.tif image1.png
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need some help creating this extension method. My view inherits from <%@ Page
i need help with disk_total_space function.. i have this on my code <?php $sql=select
I need some help with creating a regex for my php script. Basically, I
When creating Active Directory users from a script, I also need to set the
Ok need some help, I have a system I'm creating that will allow users
I need help on this following aspx code aspx Code: <asp:Label ID =lblName runat
I need help with this route map routes.MapRoute(Blog_Archive, Blog/Archive/{year}/{month}/{day}, new { controller = Blog,
I have a regex call that I need help with. I haven't posted my
I am newbie to db programming and need help with optimizing this query: Given
I am creating a script to read values from csv files and use the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.