dennis.olfers.9 0 Newbie Poster

I'm using old fashioned batch files (cmd) to get apps running with the commandline parameter.
But I want to expand this a bit more, and maybe one of you can help me how to.
As example for the file I have now

@echo off
ECHO cleaning system....
ccleaner.exe /AUTO
ECHO DONE

Will it be possible to create a progress / loading bar instead of using just a simple echo command. So while cleaning system, it just shows a progess bar that matches the real time cleaning. So not the batch command of wait x seconds 10%, 20%.

My guess it that the bar needs to monitor the app in taskmon. Keep in mind that I don't need a percentage bar, just a knight rider bar :) until finished.

thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.