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
			
			
			
				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.