|
发表于 2005-1-23 10:05:18
|
显示全部楼层
来自 中国–福建–龙岩
这个问题在CS:CZ区已经有答案了。请你自己search下。
这里给个BAT。
-------------------
@echo off
echo Updating...
:begin
hldsupdatetool -command update -game "Counter-Strike Source" -dir D:\SourceDS -username 你的账号 -password 你的密码 -remember_password -retry >> cssup.log
if errorlevel 1 goto begin else echo OK
:43: |
|