
exetype - Change executable subsystem type between "Console" and "Windows"

C:\perl\bin> copy perl.exe guiperl.exe
C:\perl\bin> exetype guiperl.exe windows

This program edits an executable file to indicate which subsystem the operating system must invoke for execution.
You can specify any of the following subsystems:
The CONSOLE subsystem handles a Win32 character-mode application that use a console supplied by the operating system.
The WINDOWS subsystem handles an application that does not require a console and creates its own windows, if required.

Jan Dubois <jand@activestate.com>