Jump to content

Pipe to Console


SonicSW
 Share

Recommended Posts

Hello Guys,

i have written a small script.

I like 2 send all the steps what the script does 2 a console 2 see live what the AU3 does.

The GUI Console should have space for 10 lines and then start 2 scroll down.

Then i might can see if some funktions not working as they should do or the programm is not resonding.

How can i do that? In a Batch i could send it with > to an logfile but this is not life and seem not to work in au3

Can u understand what i mean, hope so.

Thx for all rep.

sonic*

Link to comment
Share on other sites

Hello Guys,

i have written a small script.

I like 2 send all the steps what the script does 2 a console 2 see live what the AU3 does.

The GUI Console should have space for 10 lines and then start 2 scroll down.

Then i might can see if some funktions not working as they should do or the programm is not resonding.

How can i do that? In a Batch i could send it with > to an logfile but this is not life and seem not to work in au3

Can u understand what i mean, hope so.

Thx for all rep.

sonic*

Use Scite to trap errors
Link to comment
Share on other sites

Hi thx for that tip,

but i wanna send that 2 fiends. they have no idea of that. So it would be easy for me if they just could tell me what it in then "concole box" and i try then the fixing.

The Funcs dont report erros but it seam that it not work every where 100% correct. thats the bix prob. i have. Do u have an idear do get out of my situation?

mfg

Sonic*

Link to comment
Share on other sites

damn, is that hard but i guess not realy what i need...

they mean th cmd window...

i have a script like that

--------------------------

Sleep (5000)

Opt("WinWaitDelay",100)

Opt("WinTitleMatchMode",4)

Opt("WinDetectHiddenText",1)

Opt("MouseCoordMode",0)

WinWait("Online Launcher","")

;Start

MouseClick("left",614,360)

WinWait("_Client","")

If Not WinActive("_Client","") Then WinActivate("_Client","")

WinWaitActive("_Client","")

Do

sleep(2000)

Until PixelGetColor (868,75) = 0

--------------------------

any step the script does i wanna see in an extra windows.

Like 2 see witch line he is prosessing right at that moment and 2 see if he repeats untils right..

u Know what i mean?

thx alot guys

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...