Platform |
Win32, x64 |
Purpose |
To hide the command prompt window for the next started process. |
Syntax |
SUBROUTINE SUPPRESS_CMD_BOX@() |
Description |
This routine can be called before a call to CISSUE@, or START_PROCESS@ or START_PPROCESS@ with the result that, if the process is a "Console" application then the associated "Command Prompt" window will be hidden. The suppress state is automatically cancelled after the call so a new call to SUPPRESS_CMD_BOX@ is required for each call to START_PROCESS@ etc |