IIRC Windows supports drag&drop of files on any executable: Grab a *.2h file (or a bunch of them) and drop them on the catgod.exe - or a batch file like this:
Code:
@echo off
catgod %*
pause
because otherwise you won't be able to see the output. Haven't been able to test it, but it should work.