Use /SUBSYSTEM to specify the subsystem and version that are required to run the program.
| /SUBSYSTEM option syntax |
|---|
|
Default is: /SUBSYSTEM:WINDOWS,4.0
Abbreviation is: /SU
The major and minor arguments are optional and specify the minimum required version of the subsystem. The major and minor arguments are integers in the range 0 to 65535.
| Subsystem | Major.minor | Description |
|---|---|---|
| WINDOWS | 3.10 | A graphical application that uses the Graphical Device Interface (GDI) API. |
| CONSOLE | 3.10 | A character-mode application that uses the Console API. |