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)
Changed 11 years ago by mlipok
comment:1 Changed 11 years ago by guinness
- Resolution set to Rejected
- Status changed from new to closed
comment:2 Changed 11 years ago by mlipok
I'm sorry I will try to adapt.
If there is, please link or description, containing a set of rules you mentioned.
comment:3 Changed 11 years ago by guinness
It's not so much about the style, just the example doesn't provide any additional information than what has already been provided.
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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.