Re: Term::ANSIColor under Windows 2000

2001-03-20 Thread Sisyphus
Visit our website at http://www.kalinabears.com.au - Original Message - From: Greg Wardawy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 20, 2001 1:13 AM Subject: Term::ANSIColor under Windows 2000 Hello, Does anyone know how to use Term::ANSIColor under Windows 2000

Term::ANSIColor

2001-03-17 Thread Greg Wardawy
Hello all, I need to use Term::ANSIColor but the following simple test: #!perl use Term::ANSIColor; print color 'bold blue'; print "This text is bold blue.\n"; print color 'reset'; print "This text is normal.\n"; print colored ("Yello

Re: Term::ANSIColor

2001-03-17 Thread Ron Grabowski
?[1;34mThis text is bold blue. ?[0mThis text is normal. ?[33;45mYellow on magenta. ?[0mThis text is normal. in the dos box. Do I need to change something in my environment variables? This question was asked last week(?). Phillip noted that the DOS box needs an ANSI driver in order to know

Re: Term::ANSIColor

2001-03-17 Thread Greg Wardawy
"Ron Grabowski" [EMAIL PROTECTED] 03/17/01 11:46AM ?[1;34mThis text is bold blue. ?[0mThis text is normal. ?[33;45mYellow on magenta. ?[0mThis text is normal. in the dos box. Do I need to change something in my environment variables? This question was asked last week(?).

Re: Term::ANSIColor

2001-03-17 Thread Sisyphus
- Original Message - From: Greg Wardawy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, March 18, 2001 5:42 AM Subject: Re: Term::ANSIColor "Ron Grabowski" [EMAIL PROTECTED] 03/17/01 11:46AM ?[1;34mThis text is bold blue. ?[0mThis text is normal. ?[33;45mYellow

Re: Term::ANSIColor

2001-03-17 Thread Greg Wardawy
"Sisyphus" [EMAIL PROTECTED] 03/17/01 05:09PM - Original Message - From: Greg Wardawy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, March 18, 2001 5:42 AM Subject: Re: Term::ANSIColor "Ron Grabowski" [EMAIL PROTECTED] 03/17/01 11:46AM

Re: Term::ANSIColor

2001-03-17 Thread Sisyphus
- Original Message - From: Greg Wardawy [EMAIL PROTECTED] How are you loading ansi.sys in config.sys? It was long time since I used win 95 and maybe I'm missing something. Greg ___ Greg, I opened 'config.sys' and added the following line