View Single Post
  #10  
Unread 11-12-2009, 05:46 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Quote:
Originally Posted by dragowulf View Post
is there a way to toggle the process/service instead of having two separate batch files?
not directly, but you could create your two batch files services1.cmd and services2.cmd and switch them out via another batch file toggle.cmd:
ren services1.cmd services1.bak
ren service2.cmd services1.cmd
ren services1.bak services2.cmd
start services1.cmd
Now each time you run toggle.cmd it alternates between running your start or your stop batch file.

Quote:
Originally Posted by dragowulf View Post
I was also wondering if there are any unnecessary services that I can disable that isn't in my list?
Depends on what you are currently running and what you need. Attached is a .reg file (renamed) that I usually use after initial install to turn some services off which are running by default. Maybe it's helpful.

PS: I feel I may have made it more complicated than simply using the tool you proposed in the OP?
Attached Files
File Type: txt Dienste-Config (W2K3).txt (11.0 KB, 1190 views)
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
Reply With Quote