Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Automate the Service,Urgent

Re: Automate the Service,Urgent

From: Mike Lanteigne <mikel_at_shec.com>
Date: Fri, 26 Jan 2001 10:26:52 -0600
Message-Id: <10753.127585@fatcity.com>


Saroj

at \\MachineName 10:20 /interactive /every:F "d:\temp\temp1.cmd"

where temp1.cmd is

net stop "oraclestartorc1"
net start "oraclestartorc1"
net stop "oraclestartorc1"

The above works for me. What kind of error messages are you getting? Try using the /interactive, as it may give you more error messages. Also try the MS tasks.exe program that supersedes the AT command (GIU version of AT). Tasks.exe comes with the later IE program.

Mike

> Hello All,
>
>
>
> I want to start and stop the service of a processor in NT using AT
> scheduler command.
>
> For example. Suppose I have a Service called "Plug and Play".This service
> will start and stop automatically.
>
> I tried with AT command But it failed.The syntax is like this which i
> tried:
>
> AT Machinename 21:00 /every:M,T,W "filename.cmd"
>
>
> The contents of filename.cmd is
>
> Net stop "Plug and Play"
>
>
> Question is:Please tell me automatically how to start and stop the service
> of a Process.
>
> Regards,
> Saroj.
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Dash, Saroj (CAP,CEF)
> INET: Saroj.Dash_at_gecapital.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
Received on Fri Jan 26 2001 - 10:26:52 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US