- Bapabooiee
- |
- Fabled Legendary Member
When tool.exe outputs "bitmap source-file", it's just telling you the usage. Since "hunter torso 2" has spaces in it, tool.exe mistakes it for extra command-line arguments. The usage tells you there can only be one command line argument.
I think doing this will work:
tool bitmap "characters\hunter\bitmaps\hunter torso 2"As you can see, I just added quotation marks. Doing that will specify that anything contained in it is a single argument -- including spaces.
Hope this helps.