| |
sheepz
Posts: 247
Score: 2
Joined: 3/17/2006
From: Riverside the 909s
Status: offline
|
the search feature is for aesthetic reasons only as for your simple stop and restart request, you dont really need vbs for this. you can use a .bat file and set it with your task scheduler at 7am: .bat file --- begin --- net stop <service> <---- stop desired services net stop <service> start /wait net start <service> <--- start desired service /wait cmd to wait until service has started before continuing to next cmd line net start <service> --- end ---
< Message edited by sheepz -- 11/15/2007 8:43:58 AM >
|
|