Posts: 97
	Threads: 36
	Joined: Aug 2005
	
Reputation: 
0
	 
 
	
	
		I just began using Linux, so I don't know a whole lot about it yet.  With Windows, I created a .bat file and put that on my desktop to use to start my server.  Is there a way to do something like this with Linux?
	
	
	
mzracer360.game-host.org:27015
	
		
	
 
 
	
	
	
		
	Posts: 459
	Threads: 11
	Joined: Oct 2005
	
Reputation: 
0
	 
 
	
	
		yeah its called screen i believe, google it.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 728
	Threads: 2
	Joined: May 2006
	
Reputation: 
0
	 
 
	
	
		in linux it's called an .sh file, so startserver.sh would be the file name then you do prompt>>./startserver.sh to run it.  and yes screen is the way to go else when you log out of your session the server stops. 
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 177
	Threads: 18
	Joined: Oct 2005
	
Reputation: 
0
	 
 
	
	
		install screen
it will backgounding it anytime, and if you need you can reopen the backgrounded process again. with & command you background it and when ever you close the terminal it will close too.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 97
	Threads: 36
	Joined: Aug 2005
	
Reputation: 
0
	 
 
	
	
		Sorry for bumping an old topic, but Im back using Linux again (Ubuntu) and have some more questions.  Can someone explain to me how to install screen or give a how-to install it.  I tried googling it but only got resolution problems/fixes which is not what i want.  I also have some general linux questions, so if someone can help me with those, let me know and I will PM or email you with the questions.
thanks,
mzracer360
	
	
	
mzracer360.game-host.org:27015