in reply to Re: How do you clear the screen?
in thread How do you clear the screen?

i'm running Win2000~
I:\tmp>clear 'clear' is not recognized as an internal or external command, operable program or batch file.
so system("clear") won't work because it's not a windows command. "cls" is.

~Particle