For those who are curious...
its a simple BAT file (batch file) for Windows XP (though it should work in other windows also). The commands are this...
Code:
FOR /F "tokens=*" %%A IN ('DIR savedgames /o:d /t:w /a:d /b ') DO SET LastFile=%%A
dom3 "%LastFile%"
If you want to add switches for things like I mentioned, just squeeze them in between the dom3 and the "%LastFile%". Such as..
dom3 -fwacd --clickvol 10 "%LastFile%"
Gandalf Parker
--
I apologize for not using the latest greatest programming languages when I would prefer just getting something done.