Re: For Function with Pipe Problem.
From: Marty List (bill.gates_at_sun.com)
Date: 03/24/04
- Next message: BaKaR: "Re: For Function with Pipe Problem."
- Previous message: Paul R. Sadowski: "Re: For Function with Pipe Problem."
- In reply to: BaKaR: "Re: For Function with Pipe Problem."
- Next in thread: BaKaR: "Re: For Function with Pipe Problem."
- Reply: BaKaR: "Re: For Function with Pipe Problem."
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 24 Mar 2004 07:42:24 -0700
"BaKaR" <bakar@metro-cc.DnotSpamMe.hr> wrote in message
news:c3s549$mq4$1@brown.net4u.hr...
> Hi!
>
> OS: WinXP Pro.
>
> Tasklist.exe: C:\windows\system32\
> Kernrate.exe: C.\program files\MS Resource Kit\Tools\kernrate.exe
>
> Both are in the "Environment Variables">"System Variables"
>
> Im using echo and 2>>, just i gave you part of "almost" finished problem.
>
> Well, im using schtasks.exe (WinXP/Win2K3 at.exe) command which is working
very well.
>
> schtasks /create /sc minute /mo 5 /tn "test" /tr c:\scripts\test.cmd /ru
System
>
> So, it will put the task in the background process and execute it every 5
minutes with NTAuthority\System privilages/permissions.
>
>
> If i run the script, i tested, with my account (local Admin) it works
fine, still, if ran with that schtasks and system account,
> aint working ...
>
>
Are you sure you're looking at the correct file.log? If the current
directory is different for the scheduled task, then a new copy of file.log
will be created elsewhere. Try specifying the full path to your output
file.
I think you should post the exact contents of your script, not something
"almost" the same.
- Next message: BaKaR: "Re: For Function with Pipe Problem."
- Previous message: Paul R. Sadowski: "Re: For Function with Pipe Problem."
- In reply to: BaKaR: "Re: For Function with Pipe Problem."
- Next in thread: BaKaR: "Re: For Function with Pipe Problem."
- Reply: BaKaR: "Re: For Function with Pipe Problem."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|