Hey, I'm trying to make a load-bar in dos, how can I make this so it will look right?
This is a discussion on automate this?? within the A Brief History of Cprogramming.com forums, part of the Community Boards category; Hey, I'm trying to make a load-bar in dos, how can I make this so it will look right?...
Hey, I'm trying to make a load-bar in dos, how can I make this so it will look right?
()(ôô)()© MonKey ware
Kyle J. R.
Well look up delay, or sleep functions
Replace each getch with a call to sleep for say 1 second
ok, thanks for the info.
()(ôô)()© MonKey ware
Kyle J. R.