MC-Basic:REDIRECTSTDOUT

From SoftMC-Wiki
Revision as of 06:24, 22 March 2015 by Rasty (talk | contribs) (typo fixed)
Jump to: navigation, search

Redirects the printouts from the parent entry station of a task to the specified entry station. The ES number can be:
       1 & 4 (Alternating) – Ethernet on port 5001
       2 – Ethernet on port 5003
       3 – Virtual Entry Station
       5 – Ethernet on port 5004

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