Difference between revisions of "ISKernel:Squelch (Command)"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
Squelch <command> | Squelch <command> | ||
− | == | + | == Forms == |
− | Squelch prevents any output from the folowing command that would normally have gone to the console from being displayed. | + | *Squelch <command> - prevents any output from the folowing command that would normally have gone to the console from being displayed. |
== Examples == | == Examples == | ||
Line 14: | Line 14: | ||
== See Also == | == See Also == | ||
*[[LavishScript:Commands|LavishScript Commands]] | *[[LavishScript:Commands|LavishScript Commands]] | ||
+ | *[[IS:Kernel#Commands|Kernel Commands]] | ||
*[[IS:Session#Commands|Inner Space Session Commands]] | *[[IS:Session#Commands|Inner Space Session Commands]] | ||
+ | |||
{{Command-Stub}} | {{Command-Stub}} | ||
[[Category:Inner Space]] | [[Category:Inner Space]] | ||
− | [[Category:Inner Space | + | [[Category:Inner Space Kernel]] |
− | [[Category:Inner Space | + | [[Category:Inner Space Kernel Commands]] |
Latest revision as of 04:53, 19 October 2005
Contents
Syntax
Squelch | |
Usage | Beginner |
Level of Understanding | Beginner |
Computer Savvy | Newbie |
Logic | Beginner |
Squelch <command>
Forms
- Squelch <command> - prevents any output from the folowing command that would normally have gone to the console from being displayed.
Examples
Run a script silently
- Squelch Runscript tradeskill
Change MaxFPS silently
- Squelch MaxFPS -fg 100
See Also