About This File

Checks .L5K and .PC5 files for duplicate usages of parameters in OTE ONS OSR OSF instructions. This utility can help pin down some hard to find bugs. Check your programs before you go on line so you catch these bugs before your user. If you want to check a bunch of programs at once try this DOS command.

>for %d in (*.pc5) do dupOpCheck %d >> dupOpCheck.txt