How can I programmatically make the monitor and error windows invisible?
You can use the following two commands to control the visibility of the monitor and error log windows. These commands can be used in application code. monitor -inv ; # Makes the monitor window invisible errlog -inv, -q ; # Makes the error log window quiet and invisible To make the monitor invisible on startup, either start fire like this: fire -monitor=-1 or put this entry in the fire.ini file: monitor=-1 Note: to make these windows visible again enter the command with no parameters, i.e.
Related Questions
- When using the EduWeb Shortcut Creator on some Windows PCs, I am getting an error "Run-time Error 430". What does this mean and how can I make the program work properly?
- When I try to install MacGAMUT 6 on my Windows computer, I get a strange error message saying I can install some or all of MacGAMUT. Whats going on?
- How can I programmatically make the monitor and error windows invisible?