|
由于经常不能登录到STEAM的目录服务器或者断开,有个小UPDATE.BAT:
e:
cd \hl
goto update
:update
hldsupdatetool -command update -game cstrike -dir e:\hl -username !!!!!! -password ?????? -retry
if errorlevel 0 goto update
:end
建好后,就可以让其自动重复连接目录服务器,对你自己的服务器进行升级
如果出现 UPDATE TO DATE
说明升级成功。关掉BAT就行了。
注意:其中!!!!!!和??????代表你申请的STEAM帐号。 |
|