From WikiChip
Difference between revisions of "mirc/commands/showmirc"
m (Bot: Fixing links) |
m (Bot: Fixing links) |
||
Line 41: | Line 41: | ||
* [[List of commands - mIRC|List of commands]] | * [[List of commands - mIRC|List of commands]] | ||
* [[List of identifiers - mIRC|List of identifiers]] | * [[List of identifiers - mIRC|List of identifiers]] | ||
− | * | + | * {{mIRC|$fullscreen}} |
− | * | + | * {{mIRC|$appstate}} |
− | * | + | * {{mIRC|$appactive}} |
* {{mIRC|/exit}} | * {{mIRC|/exit}} | ||
* {{mIRC|/window}} | * {{mIRC|/window}} |
Revision as of 19:40, 5 July 2014
The /showmirc command can be used to manipulate the main mIRC window. Full screen mode (-f) switch can also be activated via the F11 shortcut key.
Synopsis
/showmirc -xrsfop /showmirc -ltn
Switches
- -x - maximize window
- -r - restore window
- -s - show window
- -f - go into full-screen mode
Minimize Options
- -n - minimize window
- -t - minimize to tray
- -l - lock when minimizing
On Top Settings
- -o - set on top settings
- -p - remove on top settings
Parameters
None
Example
alias example { ; restore mIRC after 2 seconds .timer 1 2 showmirc -r ; hide it for now showmirc -t }
Compatibility
Added: mIRC v5.4
Added On: 23/06/98
Note: Individual switches were not taken into consideration.
See also
mIRC commands list