Fortress Forever

Go Back   Fortress Forever > Help & Technical > FF Technical Support

Reply
 
Thread Tools Display Modes
Old 12-15-2008, 03:52 PM   #1
Mooga
Colorless FTW
D&A Member
Beta Tester
 
Mooga's Avatar
 
Join Date: Mar 2007
Location: A Small Box
Affiliations: SRCDS.com
Posts Rated Helpful 1 Times
Simple Steam Tool: blobkill

I've been having a really had time with steam not booting and having to manually kill the process and remove the blob files. So I wrote a simple script to do just that.

Code:
::blobkill64.bat by Mooga
taskkill /F /IM Steam.exe
del "C:\Program Files (x86)\Steam\AppUpdateStats.blob"
del "C:\Program Files (x86)\Steam\ClientRegistry.blob"
echo (%date%)(%time%) Steam Blobs Removed >> "C:\Program Files (x86)\Steam\blobkill64.log"
Code:
::blobkill32.bat by Mooga
taskkill /F /IM Steam.exe
del "C:\Program Files\Steam\AppUpdateStats.blob"
del "C:\Program Files\Steam\ClientRegistry.blob"
echo (%date%)(%time%) Steam Blobs Removed >> "C:\Program Files\Steam\blobkill32.log"
They are both in the attached zip file.
Attached Files
File Type: zip blobkill.zip (545 Bytes, 1 views)
__________________
~ Mooga ...w00t?
SRCDS.com | Twitter

Last edited by Mooga; 12-15-2008 at 04:04 PM.
Mooga is offline   Reply With Quote


Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:32 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.