From WikiChip
Difference between revisions of "mirc/commands/vol"
< mirc‎ | commands

(Created page with "The '''/vol command''' lets you change the system volume as well as for waves, mp3s, and midis. The /vol command can also be used to mute the system volume. == Synopsis == /...")
 
m (See also)
Line 25: Line 25:
 
<small>Note: Individual switches were not taken into consideration.</small>
 
<small>Note: Individual switches were not taken into consideration.</small>
  
== See also ==
+
== See Also ==
* [[List of commands - mIRC|List of commands]]
+
* [[Playing Music - mIRC|Playing Music]]
* [[List of identifiers - mIRC|List of identifiers]]
+
* [[On midiend - mIRC|ON MIDIEND]]
* [[$vol identifier - mIRC|$vol]]
+
* [[On mp3end - mIRC|ON MP3END]]
 +
* [[On nosound - mIRC|ON NOSOUND]]
 +
* [[On waveend - mIRC|ON WAVEEND]]
 +
* [[$inmidi identifier - mIRC|$inmidi]]
 +
* [[$insong identifier - mIRC|$insong]]
 
* [[$inwave identifier - mIRC|$inwave]]
 
* [[$inwave identifier - mIRC|$inwave]]
 
* [[$sound identifier - mIRC|$sound]]
 
* [[$sound identifier - mIRC|$sound]]
 +
* [[$vol identifier - mIRC|$vol]]
 
* [[/splay command - mIRC|/splay]]
 
* [[/splay command - mIRC|/splay]]
  
 
[[Category:mIRC commands]]
 
[[Category:mIRC commands]]

Revision as of 20:57, 25 June 2014

The /vol command lets you change the system volume as well as for waves, mp3s, and midis. The /vol command can also be used to mute the system volume.

Synopsis

/vol -wmpvuN [volume]

Switches

  • -w - waves
  • -m - midis
  • -p - mp3s
  • -v - master volume
  • -uN - sets mute setting; 1 = on, 2 = off

Parameters

  • [volume] - volume (0 to 65535)

Example

;Turn on mute
/vol -vu1

Compatibility

Added: mIRC v5.8

Added On: 05/09/2000

Note: Individual switches were not taken into consideration.

See Also