Method System.AllocConsole()
- Method AllocConsole
 intAllocConsole()- Description
 Allocates a new console for the calling process.
- Note
 Only available on certain Windows systems.
- Returns
 0 on success, non-zero otherwise.
int AllocConsole()
Allocates a new console for the calling process.
Only available on certain Windows systems.
0 on success, non-zero otherwise.