Jump to content

DOS window.


Recommended Posts

Okay so i have a program that runs a dos window but i want to be able to say run echo in that window at any given time so i run a dos window with like:

run(@comspec & " /c echo Please Wait...")

i then need to run some code in autoit and after a while do this:

run(@comspec & " /c echo Done!")

but in the same dos window that i previously ran....

EDIT:this is just an example its not what im actually doing.

Edited by MerkurAlex

[quote name='PsaltyDS' post='635433' date='Jan 27 2009, 07:04 AM']Larry is a mass murderer?! It's always the quiet, clean cut, bald guys... [/quote]

Link to comment
Share on other sites

Compile your script as a console application and use ConsoleWrite() to output messages to it.

Yea just as you posted i found out you could do that thanks anyway though!

[quote name='PsaltyDS' post='635433' date='Jan 27 2009, 07:04 AM']Larry is a mass murderer?! It's always the quiet, clean cut, bald guys... [/quote]

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