quote:
Originally posted by Mike
On Windows XP Professional (not sure about which editions of Vista/7 this works on) you can use taskkill.exe to terminate a process. You can also use net stop to stop services and net start to start them (on any edition of Windows).
Also, take a look at this: http://www.iobit.com/gamebooster.html
It stops services/terminates processes that you probably don't need while gaming.
Thanks Mike, I'm using XP so I'll take a look at those commands and see where I get.
quote:
Originally posted by tony
To run programs i always use this batch file:
code:
@echo off
start "Title" "C:\File_path\filename.exe"
start "Title" "C:\File_path\filename2.exe"
Okay thanks tony, any idea how I could do the opposite? As in kill those processes?