Jump to content
dhe

tiimagetool

Recommended Posts

I've been playing with TI ImageTool - it's a really nice tool, with great documentation.

 

Last night I wanted to test a disk image for errors/problems/bad things. It has a really nice check disk feature, and even offers to repairs errors that it finds, and gives you the option to save to a log file.

 

So, when working under linux, I usually start a *.jar file from the command line with: javaws {something}.jar. It would appear Windows 10 doesn't like you to do that, and instead prefers that you just double click on the jar file.

 

javaws - WILL tell you if your Java is out of date, warn you of your potential demise if you don't update immediately and takes you to the updater.

 

Dano

  • Like 1

Share this post


Link to post
Share on other sites

In my case (since I am likewise a big fan of TI Image Tool), I launch TI Image Tool on Windows 10 (always without issue) via the following command:

 

start javaw -jar "C:\TI99\Image Tool\tiimagetool.jar"

 

Part of the reason for using this command is that I want to be able to associate relevant file types with the application. 

 

To do that I've got a Batch file containing the following:

 

@echo off
start javaw -jar "C:\TI99\Image Tool\tiimagetool.jar" %1

And that's associated with relevant file types.  So I can just double click, say, a .cf7 file to open it in TI Image Tool.

  • Like 2

Share this post


Link to post
Share on other sites

Thanks pixelpedant, that works like a charm, and I'm a big fan of using batch files.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...