Posts: 26
	Threads: 7
	Joined: Apr 26, 2009
	
		
	
 
	
	
		I was wondering if it was possible to automate the launch of the SteamStats program?  I find that a lot of the time after I play TF2 I forget to launch it and go and do something for a few hours then come back to find I never launched it.
If anyone knows a way to have it automatically start up after Team Fortress 2 is launched, or if I can just make it launch after it closes and just disable it while I play TF2 it would be greatly appreciated.
	
	
	
	
	
	
 
 
	
	
	
		
	Posts: 1,041
	Threads: 78
	Joined: Jul 29, 2009
	
		
	
 
	
	
		I just made this my desktop background, problem solved.
http://i26.tinypic.com/5n403m.png
	 
 
	
	
	
		
	Posts: 1,215
	Threads: 34
	Joined: Nov 20, 2007
	
		
	
 
 
	
	
	
		
	Posts: 659
	Threads: 52
	Joined: Jun 12, 2008
	
		
	
 
	
	
		thenyproject Wrote:I just made this my desktop background, problem solved.
http://i26.tinypic.com/5n403m.png
lmao, nice one
	
 
	
	
	
	
	
 
 
	
	
	
		
	Posts: 560
	Threads: 11
	Joined: Sep 30, 2008
	
		
	
 
	
	
		Can I get that in 1920x1080.... thanks.
	
	
	
	
	
	
 
 
	
	
	
		
	Posts: 565
	Threads: 24
	Joined: Jan 27, 2009
	
		
	
 
	
	
		I tried making a bat file that would launch tf2 then steamstats after quitting tf2 but you launch tf2 through steam.exe so i couldnt get it to wait on it for exit. Well might try again later.
	
	
	
	
	
	
 
 
	
	
	
		
	Posts: 57
	Threads: 7
	Joined: Aug 23, 2009
	
		
	
 
	
	
		Ranma Wrote:I tried making a bat file that would launch tf2 then steamstats after quitting tf2 but you launch tf2 through steam.exe so i couldnt get it to wait on it for exit. Well might try again later.
That would work, make it
Code:
start /wait <game>
start steamstats.exe
 
	
	
	
	
	
 
 
	
	
	
		
	Posts: 245
	Threads: 15
	Joined: Jul 13, 2008
	
		
	
 
	
	
		thenyproject Wrote:I just made this my desktop background, problem solved.
http://i26.tinypic.com/5n403m.png
Classy!
	
 
	
	
	
	
	
 
 
	
	
	
		
	Posts: 565
	Threads: 24
	Joined: Jan 27, 2009
	
		
	
 
	
	
		doesnt work, thats what I was trying, precisely:
Code:
CD "C:\Games\Steam"
START /WAIT Steam.exe -applaunch 440
CD "C:\Documents and Settings\Jerry\Desktop\Steamstats"
SteamStats.exe