On Sun, Aug 21, 2022 at 01:30:50PM -0400, Karen Lewellen wrote: > I have a DOS utility [...]
> Might add, that it may have been written in-house, the trading company in > Detroit listed as the Creator seems to be gone. > Question is this. > Is there any simple way to review the program code and discover 2 hot keys? Do you *HAVE* the source code? Nothing in your message indicates this. In fact, it sounds like you only have the "binary" (compiled .EXE or .COM file) version of the program. Finding out the user interface by reading the source code is much easier than *DISASSEMBLING* a compiled binary program and trying to find the user interface section there. It would be a whole lot easier just to press every key and see what happens, than to attempt a disassembly.