in reply to Daily script kickoff and output question

(as gav^ just said: )Check out AT in dos.   Then look at "My Computer"-> "Scheduled Tasks".   You can redirect to a file same as unix ( > x:\full\path\logfile 2>&1).   And that's it (that's really it, you can't do much of anything else as far as I know!).

  p

Replies are listed 'Best First'.
Re: Re: Daily script kickoff and output question
by Anonymous Monk on Feb 26, 2002 at 16:36 UTC
    I tried and was able to schedule job but no output showed on the DOS screen at the time the job was suppose to work. I also tried to output it to a file and still no luck. Anyone ever successfully schedule a job using 'at' in NT? Anyone ever get a successful output on screen and in an output file?
      Only to a file by using redirection and absolute file names.

        p