Difference between revisions of "Command:Redirect"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 2: Line 2:
 
Redirects a commands output to a text file.
 
Redirects a commands output to a text file.
  
'''Example:'''
+
== Examples ==
----
 
 
 
  
 
Redirect TLO.txt TopLevelObject
 
Redirect TLO.txt TopLevelObject
  
 
Will make a file named TLO.txt in your IS folder with the output of TopLevelObject in it.
 
Will make a file named TLO.txt in your IS folder with the output of TopLevelObject in it.

Revision as of 07:21, 23 June 2005

Redirect [-append] <Filename> <Command> Redirects a commands output to a text file.

Examples

Redirect TLO.txt TopLevelObject

Will make a file named TLO.txt in your IS folder with the output of TopLevelObject in it.