Jump to content

progress bar of .bat file


aphesia
 Share

Recommended Posts

hello.. is there a way to get a progress bar showing the progress of a .bat file`?

the .bat file mainly starts a programm, moves some files (add them to itunes libary and updates the tracker).

thanks

Somehow, the AutoIt script needs to know how much work is to be done (i.e. number of files to add), and how far it has gone. The .bat file could write info to a log file, which the AutoIt script could monitor. Or the .bat file could ECHO status to the console, which AutoIt could monitor if you Run() the .bat file with $STDOUT_CHILD and use StdOutRead().

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

jut figured otu it wouldn´t work anyway..

the but file just runs a programm with different parameters.. so i would have to check the progress of the programm it starts (no i dont have the source)..

its called itunes-library updater.

thanks anyway :)

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