|
Contents | Previous | Next | Subchapters |
| Syntax |
system(program)program, window style)
|
| See Also | system functions |
If present, the character row vector window style
controls how the program is initially displayed and has one
of the following values:
| value | meaning |
| "hide" | hidden from the user |
| "maximized" | uses the full display |
| "normal" | normal display mode |
| "iconic" | display as an icon |
program = "notepad.exe"
style = "normal"
system(program, style)
the Notepad program will be started and displayed in normal mode.