01-26-2013, 06:02 AM
(01-24-2013, 06:24 PM)peronmls Wrote: I'm having trouble. I get this errorRight, I forgot about that. It's funny because I technically use CLI all the time. I guess I'm just accustomed to making filenames with underscores
C:\bin>java gbaMus.GBAMusRiper Kingdom Hearts Chain of Memories.gba
Either enclose the filename in quotes like so:
Code:
C:\bin>java gbaMus.GBAMusRiper "Kingdom Hearts Chain of Memories.gba"
Or simply rename the file to one without spaces. Replace " " with "_", perhaps?