OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Andrew J. Caird (acairdpgamapd.com)
Date: Fri May 25 2001 - 06:46:58 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    >>> On Thu, 24 May 2001 14:07:07 -0400, "Luo, Feng
    >>> (Exchange)" <fengluobear.com> said:

    LF> I have a batch file that has tripwire commands in it, it
    LF> works fine on NT 4.0 manually. But it's not working when
    LF> I use AT scheduler to run the batch file daily, it stops
    LF> right before tripwire command. Did anyone has this
    LF> experience before, how to solve it?

    The AT scheduler doesn't run with the same privileges that
    you have when you run it by hand. In fact, with the
    installation of IE 5.x (I think) you can no longer change
    the privileges that that schedule process has. There are
    Microsoft-published hacks around this, but IMO a cleaner
    solution is to skip AT and the NT scheduler and use
    something like the cron service available for free in the
    AINTX package at:
       http://maxx.mc.net/~jlh/nttools/html/nttools.htm

    Cheers.
    --andrew