ndaniels
Posts: 191
Score: 32 Joined: 2/24/2006 From: The Republic of Elbonia Status: offline
|
Interesting. I wonder if the operating system is not finished closing out the "~JFL6.tmp" before the "TYPE" starts to access it. I added a line of code between where file 6 is created and where it's accessed, with the hopes of stalling the process long enough to allow file 6 to close. I also changed the problem line to... find /v /n "" %temp%\~JFL6.tmp|find "[">%temp%\~JFL7.tmp Since making these changes, the problem appears to have stopped occurring. Because the problem was random, it's hard to know for sure if I have the problem licked. Thanks for feedback!
|