Modify ↓
#2682 closed Feature Request (Rejected)
StdoutRead[2].au3 - proposal
| Reported by: | mlipok | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | Documentation | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
Here is a second example proposal for StdoutRead()
#pragma compile(Console, true)
Local $hPID = Run("PowerCFG -L", @SystemDir, @SW_HIDE, 0x2), $output = ""
Do
$output &= StdoutRead($hPID)
Until @error
ConsoleWrite($output)
Author: PincoPanco
Discussion:
http://www.autoitscript.com/forum/topic/159895-problem-with-stdoutread/
Attachments (1)
Change History (4)
by , 12 years ago
| Attachment: | StdoutRead[2].au3 added |
|---|
comment:1 by , 12 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
comment:2 by , 12 years ago
I'm sorry I will try to adapt.
If there is, please link or description, containing a set of rules you mentioned.
comment:3 by , 12 years ago
It's not so much about the style, just the example doesn't provide any additional information than what has already been provided.
Note:
See TracTickets
for help on using tickets.

It doesn't comply with the AutoIt standards for the help file and is not a generic example.