RE: Remove close button from DOS programs http://groups.google.com/group/micro...f8dd981bf79984
Found this link to a program that removes the close button from
DOS programs. Anyone have a PB solution? This one doesn't
come with source and uses VB. Think I can come up with it, but
need to get the handle of the DOS program. This program removes
the close button from the next console app loaded if loaded
with the /1 option. If no option is used all close buttons
of console and DOS apps are removed and the program stays in memory.
Link to the exe http://www.uwe-sieber.de/files/consolenoclose.zip
------------------
[This message has been edited by Mike Doty (edited July 24, 2006).]
Found this link to a program that removes the close button from
DOS programs. Anyone have a PB solution? This one doesn't
come with source and uses VB. Think I can come up with it, but
need to get the handle of the DOS program. This program removes
the close button from the next console app loaded if loaded
with the /1 option. If no option is used all close buttons
of console and DOS apps are removed and the program stays in memory.
Link to the exe http://www.uwe-sieber.de/files/consolenoclose.zip
------------------
Code:
if exist ConsoleNoClose.exe if exist \windows\system32\msvbvm60.dll ConsoleNoClose /1
[This message has been edited by Mike Doty (edited July 24, 2006).]
Comment