Difference between revisions of "MC-Basic:REDIRECTSTDOUT"

From SoftMC-Wiki
Jump to: navigation, search
Line 37: Line 37:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:ENTRYSTATIONTYPE|ENTRYSTATIONTYPE]]
+
* [[MC-Basic:ENTRYSTATIONTYPE|ENTRYSTATIONTYPE]]
  
  
 
}}
 
}}

Revision as of 08:37, 22 May 2014

Redirects the printouts from the parent entry station of a task to the specified entry station. The ES number can be:
       1 – Ethernet
       3 – Virtual Entry Station
       4 – Etherent2

Syntax

RedirectStdOut <task name> NewStdOut=<es number>

Availability

Since Version 3.7.x

Type

<es number> : Long

Scope

Configuration, Task, Terminal

Examples

RedirectStdOut  Job1.prg  NewStdOut=1

See Also