in reply to Re: cursor placement/clear screen in DOS window
in thread cursor placement/clear screen in DOS window

Thanks for the suggestions. They led me to Win32::Console, which is included in the libwin32 distribution and has the WriteChar and Cls methods to do what I want.
  • Comment on Re: Re: cursor placement/clear screen in DOS window