aphesia Posted February 16, 2009 Posted February 16, 2009 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
PsaltyDS Posted February 16, 2009 Posted February 16, 2009 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).thanksSomehow, 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
b1naryatr0phy Posted February 16, 2009 Posted February 16, 2009 (edited) If you're okay with putting the bat file up to see that would make it a bit easier. Is the bat file itself moving the files? What other functions is the bat file using? Edited February 16, 2009 by b1naryatr0phy
aphesia Posted February 17, 2009 Author Posted February 17, 2009 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now