Quote:
Gandalf Parker said:
Maybe we can create a batch file to take an * and pass them one at a time to CatGod
|
Why not just use my drag and drop solution? You only need a batch file to do a "pause" after catgod is run, because the window will close after executing, i.e. instantly.
Here is the revised solution, tested now and works:
Create a file named catgod.bat (with notepad or whatever) in the same directory where catgod.exe is and put the following inside:
Code:
@echo off
catgod.exe %*
pause
Then select the Batch file with a left-mouse click, hold your CTRL+Shift key while dragging the file a little and drop it somewhere, for example on your desktop. Name it however you want. When you then drag & drop pretender files on that icon you just created, it will display the stats. Easy, no?