11-20-2008, 11:32 AM
The programs downloads the hldsupdate tool, auto-installs it, updates it (theoretically) and then passes the correct install line.
Many programing languages have a way to pass commands to the command line.
I've written batch scripts that do similar things. My friend then ported it over to C++ (I think) which was basically just sending my command to the command line. We used C++ because it lets us as the user for things that we otherwise could not.
Also, 500 lines seems VERY long for such a program. However I don't have much GUI exp...
Many programing languages have a way to pass commands to the command line.
I've written batch scripts that do similar things. My friend then ported it over to C++ (I think) which was basically just sending my command to the command line. We used C++ because it lets us as the user for things that we otherwise could not.
Also, 500 lines seems VERY long for such a program. However I don't have much GUI exp...
~ Mooga ...w00t? - SRCDS.com on Twitter
![[Image: 76561197965445574.png]](http://badges.steamprofile.com/profile/simple/steam/76561197965445574.png)
Please do not PM me for server related help
![[Image: 76561197965445574.png]](http://badges.steamprofile.com/profile/simple/steam/76561197965445574.png)
Please do not PM me for server related help
fqdn Wrote:if you've seen the any of the matrix movies, a game server is not all that different. it runs a version of the game that handles the entire world for each client connected. that's the 2 sentence explanation.