Difference between revisions of "ISKernel:Squelch (Command)"

From Lavish Software Wiki
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
Squelch <command>
 
Squelch <command>
  
== Description ==
+
== 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 ==
 +
=== Run a script silently ===
 +
*Squelch Runscript tradeskill
 +
=== Change MaxFPS silently ===
 +
*Squelch MaxFPS -fg 100
  
 
== 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 Session]]
+
[[Category:Inner Space Kernel]]
[[Category:Inner Space Session Commands]]
+
[[Category:Inner Space Kernel Commands]]

Latest revision as of 04:53, 19 October 2005

Syntax

Command Difficulty Rating
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