[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



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