Msg(info)

From SpybotWiki
Revision as of 15:36, 18 February 2008 by CCRDude (talk | contribs) (New page: Displays a message when reached, fulfilling the test. ==Usage== msg[info]=<text(string)> ===Examples=== msg[crit]="Just FYI." Please not that as part of quoted [[Advanced file paramet...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Displays a message when reached, fulfilling the test.

Usage

msg[info]=<text(string)>

Examples

msg[crit]="Just FYI."

Please not that as part of quoted advanced file parameters, you need to escape the single quotes here; so the full parameter would be:

"msg[crit]=""Just FYI."""

Description

Displays an information message, and provides match to continue tests.

See also

Similar parameters

Similar commands