I have a script whose intention is to copy file descriptions from the files in one directory to the same file in another directory. When I run it (for example, below I ran
That line in the code (87) is:
Read more
copydesc c*.btm dropbat:
), I get occasional errors like the following:
Code:
Updating description of cdtests.btm
TCC: (Sys) C:\commands\bat\copydesc.btm [87] The process cannot access the file because it is being used by another process.
"DESCRIPT.ION"
That line in the code (87) is:
Code:
describe %destfile...
Read more