Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 897 Bytes

File metadata and controls

26 lines (19 loc) · 897 Bytes

Make Pure DOS DAT

This is a simple tool to generate data file XML entries from DOSZ files.

Usage

Just launch the tool in the command prompt with one or more DOSZ files as its argument(s):

MakePureDOSDAT PathToFile.dosz PathToAnotherFile.dosz

Or to export the output to a file instead of writing it to the console:

MakePureDOSDAT PathToFile.dosz PathToAnotherFile.dosz >MyPureDOSDAT.xml

Download

You can find the download for Windows under the Releases page.

For other platforms, see the section below on how to compile the command line tool.

Compiling

On Windows you can use Visual Studio to compile the command line tool.

For other platforms use either ./build-gcc.sh or build-clang.sh to compile the tool for your system.

License

Make Pure DOS DAT is available under the Unlicense (public domain).