WinBatch® Technical Support Forum

All Things WinBatch => WinBatch => Topic started by: MrPenska on August 14, 2015, 04:56:11 PM

Title: copyfile error:33
Post by: MrPenska on August 14, 2015, 04:56:11 PM
I've got a simple script that invokes filecopy.  It earlier failed on a job, with error:1008:  Filecopy:failed

After clicking on additional info, the box reads:

copyfile error:

33


What does this mean?

Thanks
Title: Re: copyfile error:33
Post by: td on August 17, 2015, 06:51:25 AM
When you see a stand alone number in the More Error Info dialog, it is a Windows error code. Error 33 means a file is locked by another process.  You can find the complete list of error codes here:

http://techsupt.winbatch.com/webcgi/webbatch.exe?techsupt/nftechsupt.web+WinBatch/Error~Codes+!!Windows~System~Errors!!.txt (http://techsupt.winbatch.com/webcgi/webbatch.exe?techsupt/nftechsupt.web+WinBatch/Error~Codes+!!Windows~System~Errors!!.txt)

or on Microsoft's web site.