openurl

Opens an url
Syntax

openurl <url>

Description
Opens the specified <url> with an appropriate handler.<br> The handlers for the supported url types are specified in the options dialog.<br> Each handler is a kvirc commandline that the url will be passed to as the first parameter ($0).<br> The supported url types are:<br> HTTP: http://<url> or sth that begins with "www." <br> HTTPS: https://<url><br> FILE: file://<url><br> IRC: irc[6]://<server>[:<port>][/<channel>[?<pass>]] (Handled internally)<br> FTP: ftp://<url> or sth that begins with "ftp."<br> MAIL: mailto:<mailaddress><br>
Examples

    openurl http://www.kvirc.net
    openurl irc://irc.eu.dal.net:6667
    openurl irc6://irc.ircd.it/#kvirc
    openurl www.kvirc.net
    openurl ftp://ftp.localhost.net/pub/kvirc/
    openurl https://www.secure.net
    openurl file://home/pragma/pippo.txt

Main index, Command index
KVirc 3.0.0 documentation
Generated by diego at Sat Jul 13 15:37:55 2002