- Joined
- Aug 11, 2009
- Messages
- 2,292
- Reaction score
- 603
- Trophies
- 1
- Location
- Germany
- Website
- wiimmfi.de
- XP
- 1,523
- Country

@all FAT users:
The new WWT may create now splitted WBFS in the format used my CFG Loader. The are two tools/commands:
The new WWT may create now splitted WBFS in the format used my CFG Loader. The are two tools/commands:
- iso2wbfs: An easy tool the accept any ISO and WDF-ISO as input. It creates the needed WBFS files without the need of any options.
Example:
Code:iso2wdf *.iso *.wdf -d dest_dir - wit COPY: A powerful command. It may read from WBFS, WDF and ISO. It may scan directories recursively for such ISO files. It can split, scrub and convert.
Examples:
Code:# convert all ISO (including that in WBFS files) from the current # directory to a splitted WBFS. Store the result to 'dest_dir': wit copy . dest_dir --wbfs --split # or with short option wit copy . dest_dir -By













