Running Batch Files

I have been running a batch file system with about 15 files sequentially.

Recently 2 of my files are being skipped over, even though the batch file processor says they were completed.

I have added a _trace() statement at the beginning of one of them but it never prints. I also have an internal data logger the logs some details of every file that runs and again, there is no log files for these 2 files.

image

1 Like

Make sure that files are not locked by another process (restart computer)

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.