1832973 Members
2345 Online
110048 Solutions
New Discussion

Re: KSH script question

 
Scott McDade
Frequent Advisor

KSH script question

I am trying to control the workspace that my KSH script is runniung in. WHen I say control it, mean the back round color, font size and the banner title. I know how to do it from the command line with the assorted commands (ie. -title). But I am not sure how to do it from within my #!/bin/ksh script. Can anyone help?

-Scott
Keep it Simple!~
5 REPLIES 5
Paula J Frazer-Campbell
Honored Contributor

Re: KSH script question

Hi Scott
Start hete:-

http://docs.hp.com/hpux/onlinedocs/B2355-90046/B2355-90046.html

Paula
If you can spell SysAdmin then you is one - anon
MANOJ SRIVASTAVA
Honored Contributor

Re: KSH script question

Hi Scott

In case you can post the script in the forum, also use #!/bin/ksh -x at the start of the script and run it ,this make the script to run inverbose option and you should be able to get the errors .

All the best.

Manoj Srivastava
Mark Greene_1
Honored Contributor

Re: KSH script question

see the man pages for "tput" and "terminfo", and "xwinfino". If you are using emulations other than xterm, you can get more info on the terminal parameters from here:

http://www.tuxedo.org/~esr/terminfo/index.html

HTH
mark
the future will be a lot like now, only later
Wodisch
Honored Contributor

Re: KSH script question

Hi,

and read the man pages about "hpterm" and "dtterm", as the escape-code-sequences to do what you want are described in there...

HTH,
Wodisch