![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| PC Gaming Support Support for general PC gaming problems. |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Aug 2008
Posts: 27
OS: (Custom main computer): Windows Vista Ultimate 64-bit....(Dell Optiplex Sx270): Windows XP SP3
|
writing a Batch File to run Counterstrike [Moved from XP]
Hey I am trying to write a batch file to delete a certain file that gives me problems and boot up a game. The game generates this file, and for some reason it wont start up if that file is there. I didnt know where to post this but I am running XP so thought Id post it here.
THis is all the script in it: //created By Milandon Foley For Running Counter-strike GOTO C:\Program Files (x86)\Steam\steamapps\theory5\counter-strike IF EXIST Clientregistry.blob DEL Clientregistry.blob START HLDS.exe |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Moderator, Microsoft Support
|
Re: writing a Batch File
Open notepad and type this in it :
CD C:\Program Files (x86)\Steam\steamapps\theory5\counter-strike del Clientregistry.blob HLDS.exe and save as a .bat file (you'll have to unhide the file extensions for known file types in my computer => folder options => view to make sure it doesn't save it as .bat.txt). I'll move your thread to the game support section. |
|
|
|
|
|
#3 (permalink) |
|
Moderator, Games Team
|
Re: writing a Batch File to run Counterstrike [Moved from XP]
The Clientregistry.blob file saves some account-specific settings (Passwords, location, steamID) including each steams games update status. Its auto generated when you log into your account. Deleting this file while playing a game may not allow you to connect to a server. (Usually you end up getting kicked for "No Steam ID Present").
Could you tell us more about the problem you are having, like any error messages been displayed when CS:S crashes.
__________________
Folding@Home |
|
|
|
|
|
#4 (permalink) |
|
Registered User
Join Date: Aug 2008
Posts: 27
OS: (Custom main computer): Windows Vista Ultimate 64-bit....(Dell Optiplex Sx270): Windows XP SP3
|
Re: writing a Batch File to run Counterstrike [Moved from XP]
no error messages or anything like that, it just boots up the background of CS and freezes. That was one of the fixes for the freezing in the counter-strike forums. But since it is only in the CStrike folder and not the main steam folder it doesnt cause a problem.
|
|
|
|
|
|
#5 (permalink) |
|
Moderator, Games Team
|
Re: writing a Batch File to run Counterstrike [Moved from XP]
Well there is no Clientregistry.blob created in the CS:S folder, its created here.
C:\Program Files (x86)\Steam So it would be somthing like this. Code:
CD C:\Program Files (x86)\Steam del Clientregistry.blob HLDS.exe
__________________
Folding@Home |
|
|
|
![]() |
| Thread Tools | |
|
|