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)

StdoutRead[2].au3 (182 bytes ) - added by mlipok on Mar 17, 2014 at 8:04:31 PM.

Download all attachments as: .zip

Change History (4)

comment:1 by guinness, on Mar 17, 2014 at 8:54:53 PM

Resolution: Rejected
Status: newclosed

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

comment:2 by mlipok, on Mar 17, 2014 at 9:08:21 PM

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 guinness, on Mar 17, 2014 at 10:42:04 PM

It's not so much about the style, just the example doesn't provide any additional information than what has already been provided.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.