Guest mickey Posted August 18, 2008 Posted August 18, 2008 Can someone please help me with correcting this error condition - no one is pressing Ctrl+C. This error is returned as the code after a schedued task runs.The .bat file is scheduled to run, runs attended and the switch is inserted into the .bat command to over-ride the ctrl+c. The xcopy commands within the .bat file appears to execute but the task scheduler returns this error code of 0xc000013a. How is this corrected.
Guest Kayman Posted August 18, 2008 Posted August 18, 2008 Re: 0xc000013a On Mon, 18 Aug 2008 18:04:51 -0500, mickey wrote: > Can someone please help me with correcting this error condition - no one is > pressing Ctrl+C. This error is returned as the code after a schedued task > runs.The .bat file is scheduled to run, runs attended and the switch is > inserted > into the .bat command to over-ride the ctrl+c. The xcopy commands within > the .bat file appears to execute but the task scheduler returns this error > code of 0xc000013a. How is this corrected. How to troubleshoot scheduled tasks in Windows XP and in Windows Server 2003. http://support.microsoft.com/kb/308558
Guest mickey Posted August 19, 2008 Posted August 19, 2008 Re: 0xc000013a I run 3 .bat files of the same command to do a simple xcopy for a backup. 2 produce the error and 1 does not. The only difference is the file being copied and the path for the copy. The inserted web page does not apply. "Kayman" <kaymanDeleteThis@operamail.com> wrote in message news:eUaJN0YAJHA.4900@TK2MSFTNGP02.phx.gbl... > On Mon, 18 Aug 2008 18:04:51 -0500, mickey wrote: > > > Can someone please help me with correcting this error condition - no one is > > pressing Ctrl+C. This error is returned as the code after a schedued task > > runs.The .bat file is scheduled to run, runs attended and the switch is > > inserted > > into the .bat command to over-ride the ctrl+c. The xcopy commands within > > the .bat file appears to execute but the task scheduler returns this error > > code of 0xc000013a. How is this corrected. > > How to troubleshoot scheduled tasks in Windows XP and in Windows Server > 2003. > http://support.microsoft.com/kb/308558
Recommended Posts