31
Applications / Re: XWP v1.0.16
« on: April 29, 2024, 06:34:16 pm »I would like to just stick to the menu selection which would simply show that BLDLEVEL info in it's own pop-up
Why wait for someone to implement a feature that you can have _now_?
Open Properties for \os2\bldlevel.exe, and on the 'Session' page uncheck "Close window on exit". Then on the 'Association' page, add "*.DLL" and "*.EXE". Done! When you need this info, select 'Open as', then 'bldlevel.exe'.
FWIW... on my system, any info I may need about a binary is immediately at hand because I have associated 6 different utils with *.exe and *.dll. Some of these associations are program objects while others point at the exe itself:
unlock.exe
exehdr.exe
exeinfo.exe
pmdll.exe
hexedit2.exe
bldlevel.exe
Warning: you can *not* copy/paste from a VIO window whose app has terminated - it's instant death. If you need this ability, associate a simple .cmd file like this and leave "Close window on exit" checked:
-----bldlvl.cmd-----
@bldlevel %1
@pause
------------------------