How do I use BinaryBuilder?

I dont really get how I’m supposed to use BinaryBuilder. I haven’t got experience using the command line tool so I’m not really sure what to do. I want to change an audio file into binary data. Do i do somethin like this:

C:\MyDocuments>BinaryBuilder<foldercontainingaudiofile<folderwhereiwannaputthecodefiles<mybinarydata

or is this completely wrong?

if you don’t know how to use that, use Jucer just create a new component and add a resource (your sound file) save the class and there ya go a ready class with that resource in it, much simpler and nicer.

I think Kraken made this resource builder a while ago: http://www.anticore.org/juce/resbuilder/ there is a binary ready to go if your on Windows but the source is included if you want to build it yourself on another platform.

Its pretty similar to adding a resource file in the Jucer but you can add multiple files and set namespaces etc. Anyway, might be useful.