Input and Output Stream Handler Numbers

Q

What are input and output stream handler numbers?

✍: FYIcenter.com

A

Input and output stream handler numbers are integers assigned to represent input and output streams. The list below shows you how handler numbers are assigned to different input and output streams:

Handler Number      Stream 
0                   STDIN
1                   STDOUT
2                   STDERR
3                   To be defined by applicaitons                   
...
9                   To be defined by applicaitons

 

Use Handler Numbers with <, >, >>

Redirect STDOUT Stream to the End of File

Windows Command Syntax

⇑⇑ Windows Batch File Tutorials

2021-05-15, 1531🔥, 0💬