I created this .bat file to help me compress graphics using pucrunch.
spasm FactoryEscapeGraphics.z80 FactoryEscapeGraphics.bin
pucrunch -d -c0 FactoryEscapeGraphics.bin FactoryEscapeGraphics.aaa
bintohex FactoryEscapeGraphics.aaa a.asm
What do I need to do to replace FactoryEscapeGraphics with a name of my choosing (by inputting the name into command prompt)?