Nerd commented on a Page, /prog a little picwin progressbar  -  Mar 02, 2006

here a little example how the progressbar looks literary \"in progress\":
alias testprog {
var %y 1, %max $findfile(C:\,.,0,2)
while (%y <= %max) {
echo -s File %y $+ : $findfile(C:\,.,%y,2)
prog $round($calc( %y * (100 / %max )),0)
inc %y
}
.timer 1 1 prog -c
}

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.