script to run custom services at once

Status
Not open for further replies.

arunks

Hey here is the aks
where can i get a script or a application to enable or start all the services that i want in one go...

means i dont want to manually start each service instead i want a shortcut thru which the services r started at once..

actually i m talking of all services which r required to oracle..

i save memory by loading the services only when the oracle is to be run by me.

so plz help me
 
OP
arunks

arunks

Hey here is the aks
u misunderstood my point...i dont want other way to activate each individual service

i want a collection of services to be started at once by somehow...and tell me that somehow
 

Vishal Gupta

Microsoft MVP
I understood what u want ;)

I gave the correct link, what I meant is: u can make a batch file by adding net start "service_name" for all ur desired services, and then whenever u want to start those services, just run the batch file ;)

e.g.,

Code:
@net start "automatic updates"
@net start "themes"
pause
Simply replace the service name with ur desired oracle service name.
 
Status
Not open for further replies.
Top Bottom