* Karen Lewellen <klewel...@shellworld.net> [22-08/21=Sun 13:30 -0400]:
> I have a DOS utility [...].  Is there any simple way
> to review the program code and discover 2 hot keys?

Try running the binary through the 'strings' command to see
whether there's any in-program documentation that helps:
strings $pathToBinary|less

Reply via email to