In CMD documentation https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-xp/bb490982(v=technet.10) are mentioned handles from 3 to 9.
I've never seen them in real life.
Documentation reads:
These handles are defined individually by the application and are specific to each tool.
How are they used? And what for?
Are they all opened by default? Or I have to open them from script or program somehow? How do I use them with ReadFile
and WriteFile
?