Modify

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#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 12 years ago.

Download all attachments as: .zip

Change History (4)

by mlipok, 12 years ago

Attachment: StdoutRead[2].au3 added

comment:1 by guinness, 12 years ago

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, 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 guinness, 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.

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.