From WikiTemp, the GBAtemp wiki
m (links)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
==Information==
+
==Introduction==
  
 
Wiimms ISO Tools ([http://wit.wiimm.de/ WIT]) is a set of command line tools
 
Wiimms ISO Tools ([http://wit.wiimm.de/ WIT]) is a set of command line tools
Line 5: Line 5:
 
The toolset consists of the following main tools:
 
The toolset consists of the following main tools:
  
* [http://wit.wiimm.de/wit/ wit]<br/> This is the main ISO manipulation tool : It can list, analyze, verify, convert, split, join, extract, compose, rename and compare Wii discs.
+
* [http://wit.wiimm.de/wit/ wit]<br/> This is the main ISO manipulation tool : It can list, analyze, verify, convert, split, join, patch, mix, extract, compose, rename and compare Wii discs.
  
 
* [http://wit.wiimm.de/wwt/ wwt]<br/>This is the main WBFS manipulation tool ([[WBFS Managers|WBFS Manager]]) : It can create, check, repair, verify and clone WBFS files and partitions. It can list, add, extract, remove and rename ISO images as part of a WBFS.  
 
* [http://wit.wiimm.de/wwt/ wwt]<br/>This is the main WBFS manipulation tool ([[WBFS Managers|WBFS Manager]]) : It can create, check, repair, verify and clone WBFS files and partitions. It can list, add, extract, remove and rename ISO images as part of a WBFS.  
 +
 +
The toolset is an non interactive alternative for [[WiiScrubber]] and [[PartitionBuilder]].
 +
* [http://wit.wiimm.de/features.html More features]
  
 
==Usage==
 
==Usage==
Line 44: Line 47:
  
 
==See Also==
 
==See Also==
 
+
* [http://wit.wiimm.de/ WIT Homepage]
 
* [[WiiScrubber]]
 
* [[WiiScrubber]]
 
* [[WBFS Managers]]
 
* [[WBFS Managers]]
  
 
[[Category:Wii Utilities]]
 
[[Category:Wii Utilities]]

Latest revision as of 18:04, 11 August 2010

Introduction

Wiimms ISO Tools (WIT) is a set of command line tools to manipulate Wii ISO images and WBFS containers. The toolset consists of the following main tools:

  • wit
    This is the main ISO manipulation tool : It can list, analyze, verify, convert, split, join, patch, mix, extract, compose, rename and compare Wii discs.
  • wwt
    This is the main WBFS manipulation tool (WBFS Manager) : It can create, check, repair, verify and clone WBFS files and partitions. It can list, add, extract, remove and rename ISO images as part of a WBFS.

The toolset is an non interactive alternative for WiiScrubber and PartitionBuilder.

Usage

Wiimms ISO Tools is a set of command line tools to manipulate Wii ISO images and WBFS containers. Command line means that you have to open a text console (cmd for windows) to execute the commands. An other way is to write little scripts (windows: *.bat or *.cmd files) that call wit and wwt with all needed options and parameters.

If you work with wwt (the WBFS manager) and want to manage WBFS partitions on hard drives then the tool must run in root/admin mode. Use su or sudo for unix systems. Windows users should open an administration console.

Supported OS

WIT is available for:

  • Linux (i386, x86_64)
  • Mac (universal binaries: ppc, i386 and x86_64)
  • Windows (cygwin).

It's also available as source.

Download

Binaries:

Source code:

Announcements:

See Also