Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Cls Does not appear to clear screen

G

Glennbo51

Guest
TCC 10.00.42 Windows XP [Version 5.1.2600]
TCC Build 42 Windows XP Build 2600 Service Pack 3

When TCC is run attached withing TCMD CLS does not appear to clear screen. When it is run detached it does. When it is attached after the CLS command is invoked it moves the cursor to the top of the window and displays the prompt. The window is cleared when the Parrent TCMD is resized. CLS /S seems to work but CLS /c and CLS does not.
 
GlennBo51 wrote:

> TCC 10.00.42 Windows XP [Version 5.1.2600]
> TCC Build 42 Windows XP Build 2600 Service Pack 3
>
> When TCC is run attached withing TCMD CLS does not appear to clear screen. When it is run detached it does. When it is attached after the CLS command is invoked it moves the cursor to the top of the window and displays the prompt. The window is cleared when the Parrent TCMD is resized. CLS /S seems to work but CLS /c and CLS does not.

Not reproducible here.

Do you have CLS aliased?

Rex Conn
JP Software
 
rconn wrote:

> GlennBo51 wrote:
>
>
> ---Quote---
>
>> TCC 10.00.42 Windows XP [Version 5.1.2600]
>> TCC Build 42 Windows XP Build 2600 Service Pack 3
>>
>> When TCC is run attached withing TCMD CLS does not appear to clear screen. When it is run detached it does. When it is attached after the CLS command is invoked it moves the cursor to the top of the window and displays the prompt. The window is cleared when the Parrent TCMD is resized. CLS /S seems to work but CLS /c and CLS does not.
>>
> ---End Quote---
> Not reproducible here.
>
> Do you have CLS aliased?
>
> Rex Conn
> JP Software
>
>
>
>
>
>
No I did not. It has me very puzzled. As a work around I am using
CLS/S intead of just CLS.
 
I can not reproduce the issue either.

Sent from Cookie's iPhone

On Jan 28, 2009, at 12:04, GlennBo51 <> wrote:


> rconn wrote:
>
>
> ---Quote---
>> GlennBo51 wrote:
>>
>>
>> ---Quote---
>>
>>> TCC 10.00.42 Windows XP [Version 5.1.2600]
>>> TCC Build 42 Windows XP Build 2600 Service Pack 3
>>>
>>> When TCC is run attached withing TCMD CLS does not appear to clear
>>> screen. When it is run detached it does. When it is attached
>>> after the CLS command is invoked it moves the cursor to the top of
>>> the window and displays the prompt. The window is cleared when
>>> the Parrent TCMD is resized. CLS /S seems to work but CLS /c and
>>> CLS does not.
>>>
>> ---End Quote---
>> Not reproducible here.
>>
>> Do you have CLS aliased?
>>
>> Rex Conn
>> JP Software
>>
>>
>>
>>
>>
>>
> ---End Quote---
> No I did not. It has me very puzzled. As a work around I am using
> CLS/S intead of just CLS.
>
>
>
>
 
When TCC is run attached withing TCMD CLS does not appear to clear screen. When it is run detached it does. When it is attached after the CLS command is invoked it moves the cursor to the top of the window and displays the prompt. The window is cleared when the Parrent TCMD is resized. CLS /S seems to work but CLS /c and CLS does not.

With what video controller? (I've seen this mostly with older Nvidia chips.)
 
Charles Dye wrote:
| I've seen this mostly with older Nvidia chips.

How old? My 2004 system has Nvidia chipset...
--
Steve
 
GlennBo51 wrote:


> No I did not. It has me very puzzled. As a work around I am using
> CLS/S intead of just CLS.

The only way a CLS (with no color arguments or switches) can fail is if
the Windows FillConsoleOutputCharacter API is failing. (Which would
indicate either an errant video driver or an internal Windows problem on
your system.)

Rex Conn
JP Software
 
I have a similar, but different problem, perhaps it's a clue?

TCC 9.02.154 Windows XP [Version 5.1.2600]
TCC Build 154 Windows XP Build 2600 Service Pack 3

ATi Mobility Radeon X1300 video with latest drivers from Dell.

CLS works in TCMD normally if it's on the laptop's screen, but if it's on the secondary/external monitor (desktop extended from the laptop monitor, so both are active) it doesn't appear to do anything except reset the cursor to the top of the screen. However, if I then maximize or restore the window it is cleared.
 

Similar threads

Back
Top