I don't use CMD or COMMAND.  I just schedule the jobs through the NT 'AT'
command.  I just enter the full path name of the script file.  I tried a
test with CMD and the /K and /C parameters.  They didn't seem to work.  I
tried the same test with  COMMAND and the /K and /C parameters and I can see
that they work.  Should I be using CMD or COMMAND to execute batch scripts
on NT?  No one here has ever submitted batch scripts this way.

Thanks for your help!

Ron

-----Original Message-----
Sent: Friday, March 16, 2001 2:06 PM
To: Multiple recipients of list ORACLE-L


Hi, Ron,

Is this because you run batch files as CMD /K? If so, change it to CMD /C.
If
you're not using CMD command and if your script is not too long, please post
it
and we'll examine it for you.

Yong Huang
[EMAIL PROTECTED]

you wrote:

We have several NT Dos batch scripts that execute sql statements, copy NT
files, send email, etc.....  For some reason after a couple of weeks the NT
server slows to a crawl.  We look at the running process and there are
dozens of EXE and CMD processes running.  The batch scripts are scheduled to
run each day and complete normally.  Any idea why the processes don't end?

Ron Smith
Database Administration
[EMAIL PROTECTED]

__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: yong huang
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Smith, Ron L.
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to