Action: Shell(string)

Related Actions: debug, notify
See also: FKiSS, Events, Actions

shell(string)

First defined in: FKiSS2
The shell action sends the string as a shell command to the system.
Not all KiSS viewers support the shell action. Implementation may vary from viewer to viewer. In Direct KiSS, shell is only allowed for website/e-mail links and user options control whether shell is allowed to open those links.

string

string is a standard string, surrounded by quotation marks.

Example:

;@ shell("http://otakuworld.com/")
;@ shell("mailto:owmaster@otakuworld.com")