i usually use korn shells for my scripting, have done for quite a while now.<br><br>In Korn shells, you can define diffrent types of characters, and their position.<br><br>Write the following script:<br><br> +++ <br>#!/bin/ksh<br>echo "Screen Test..."<br>echo "<font color=red>^</font>[[1m Screen typo 1"<br>echo "<font color=red>^</font>[[2m Screen typo 2"<br>echo "<font color=red>^</font>[[3m Screen typo 3"<br>echo "<font color=red>^</font>[[4m Screen typo 4"<br>echo "complete."<br><br> +++ <br>Now, before you copy all this text into a script, note the follwing:<br>where i placed the <font color=red>RED</font> writing, you must know that it wasnt 'EXACT' characters. They were control characters.<br>EG: for the line...<br> echo "<font color=red>^</font>[[1m Screen typo 1"<br>the character controls are:<br><br>i # -Insert-<br><CTRL>+V # Character -Insert-<br>[ # Giving total of ^[[<br>... then the rest in normal characters.<br><br>Every diffrent emulation and version of linux gives diffrent results. I'm not sure how many types of character sets there are, but if you know about positioning on a screen within a korn shell, you will know what i mean.<br><br>Please feel free to mail me, and i can mail you a short script, about placing characters where, and in a format.<br><br><br>Over and out, Karl.<br><br> <p>Karl Butterworth<br><a href=mailto:karl_butterworth@ordina.co.uk>karl_butterworth@ordina.co.uk</a><br><a href= > </a><br><i>I'm slim shadey, yes i'm the real shadey, all you other slim shadeys are just imitating; so wont the real slim shadey please stand up, please stand up, please stand up!</i>