VadaVaka

Full Version: Handy Update batch file
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using the following batch file to get a rico server updated...so far it seems to be working...


:top

HldsUpdateTool.exe -update ricochet . [email protected] password Y

Echo Update Failed!
Date /t
Time /t
goto :top

Guest

I'm confused as to how that ever would say it was successful since your never checking ERRORLEVEL and exiting the loop...


^^^^ Big batch file writer
I might be going out on a limb here... but, uh, how do you say it? J.. Jo.. Joe-oak?

Guest

Well, yes and no... you see, that is a perfectly legimate batch file... so it could be real.:)

Guest

except for the fact that "goto :top" wouldn't work... since it should just be "goto top" ... meh this batch file has more faults than steam!
The batch file was a quick way to keep trying to d/l my server files without doing it manually....it did work but steam never did d/l my files.

Guest

was that on linux or windows? I guess windows must ignore the : these days, DOS used to compain about it:)