View Single Post
  #6  
Old October 12th, 2008, 12:09 AM
Gandalf Parker's Avatar

Gandalf Parker Gandalf Parker is offline
Shrapnel Fanatic
 
Join Date: Oct 2003
Location: Vacaville, CA, USA
Posts: 13,736
Thanks: 341
Thanked 479 Times in 326 Posts
Gandalf Parker is on a distinguished road
Default Re: A Needed feature I'd like to see

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.
Reply With Quote