[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Trying to run a copy / rename command from Windows NT Scheduled T ask
- Subject: Re: Trying to run a copy / rename command from Windows NT Scheduled T ask
- From: Buddy Sandridge <mes3@EMCC.NET>
- Date: Wed, 2 Oct 2002 07:03:41 -0400
- In-reply-to: <23A69560D8E64B41B4CF8DFC1A3DE4C60442E0@bp1corex001.bp1.ad. bp.com>
At 06:34 AM 10/2/2002, you wrote:
>Hi,
>The problem I have is when I try to run the same cmd file which I use via
>the icon from the windows 2000 scheduler. It runs the code, but every time I
>try to use call system to go off and run 'copy' or 'rename' it never seems
>to do it and then carries on with the rest of the code. I realise it is
>probably starting up another window / session and then loses control.
I have observed very odd behavior similar to this due to the fact that the
scheduler process runs as a SYSTEM process, not as a user
process. Obviously, this is even more appropriate if network resources are
needed. Check the service and see if you change it to having a login
account instead of using system helps.
Good luck!
Buddy