How to create progress stat in Batch program?

Score
0
Vote Up
February 1, 2012 at 04:01:37 Pacific
Specs: Windows 7, AMD Athlon/2.00GB

Hello programmers, i want to display progress status in batch programming command prompt. i.e., "status 54% completed". while doing some background process. Is it possible to do in batch program.

Reply ↓  Report •


#1
Vote Down
Score
0
Vote Up
February 1, 2012 at 14:50:13 Pacific

I have heard of people setting it up so that the title bar changes to whatever the percentage is, the problem lies in the fact that you would have to figure out how to set it so that it knows how done it is.

for example lets say that you have four process that have to be done you could change the title.

::process 1 routine
title 25% completed
::process 2 routine
title 50% completed
::process 3 routine
title 75% completed
::process 1 routine
title 99% completed

mike


Reply ↓  Report •

#2
Vote Down
Score
0
Vote Up
February 19, 2012 at 08:33:20 Pacific

Is it to display on inside the cmd prmpt. !(not) on title..

thanks


Reply ↓  Report •

Reply to Message Icon Start New Discussion
Related Posts

« How to ping someones ip a... crystal report from ms-ac... »