cheers Endgame. Thanks for the ideas r/e simplifying the installer. That gives me something to work with. I hope you do download the current 2.0.5 files and play. It's shaping up nicely, HugeGnome Project and all

@echo off cd mod_data echo @echo off>..\cleanup.bat echo cd ..>>cleanup.bat for %i in (*.*) do echo del %i>>cleanup.bat
Comment