Jump to content

How Can I Output Script Progress To CMD..?


Recommended Posts

Is there anyway to make your script app when ran from CMD.EXE to output the status of its workings back into the CMD screen in real time while the script is running..??

Note to make this work the script must be Compiled as a console application

#Region;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Change2CUI=y
#EndRegion;**** Directives created by AutoIt3Wrapper_GUI ****
For $iI = 1 To 100
    ConsoleWrite($iI & @CRLF)
Next

Bob

--------------------bobchernow, Bob ChernowWhat a long strange trip it's beenUDFs: [post="635594"]Multiple Monitor Screen Resolution Change[/post]

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