[PHP-WIN] Re: [PHP-DOC] Coloured console output support for windows.

2009-09-24 Thread Richard Quadling
2009/9/24 Nathan Adams : > On Tue, Sep 22, 2009 at 4:38 AM, Richard Quadling > wrote: >> 2009/9/21 Hannes Magnusson : >>> On Mon, Sep 21, 2009 at 12:59, Richard Quadling >>> wrote: doing, it can be done quite easily using the REG command from the Windows Resource Toolkit. REG

[PHP-WIN] Re: [PHP-DOC] Coloured console output support for windows.

2009-09-24 Thread Nathan Adams
On Tue, Sep 22, 2009 at 4:38 AM, Richard Quadling wrote: > 2009/9/21 Hannes Magnusson : >> On Mon, Sep 21, 2009 at 12:59, Richard Quadling >> wrote: >>> doing, it can be done quite easily using the REG command from the >>> Windows Resource Toolkit. >>> >>> REG ADD "HKLM\Software\Microsoft\Command

[PHP-WIN] Re: [PHP-DOC] Coloured console output support for windows.

2009-09-24 Thread Richard Quadling
2009/9/24 Jason Hood : > Richard Quadling wrote: >> >> MAYBE ... combining PHP with ANSICon COULD be a solution? Maybe an >> php_ansicon.dll extension. > > If PHP supports loading DLLs, you should be able to do that > now, since it should be enough to just load ANSI.dll.  Anyway, > the new version

[PHP-WIN] Re: [PHP-DOC] Coloured console output support for windows.

2009-09-23 Thread Jason Hood
Richard Quadling wrote: MAYBE ... combining PHP with ANSICon COULD be a solution? Maybe an php_ansicon.dll extension. If PHP supports loading DLLs, you should be able to do that now, since it should be enough to just load ANSI.dll. Anyway, the new version of ANSICON with the install option is

[PHP-WIN] Re: [PHP-DOC] Coloured console output support for windows.

2009-09-23 Thread Richard Quadling
2009/9/22 Brett Bieber : > Greetings > > On Tue, Sep 22, 2009 at 3:55 PM, Hannes Magnusson > wrote: >>> As for detection, once ANSICON is loaded,  the ANSICON environment variable. >>> >>> But maybe ANSICon needs a small installer which has the option of >>> doing this (Jason - possible?) automati

[PHP-WIN] Re: [PHP-DOC] Coloured console output support for windows.

2009-09-22 Thread Brett Bieber
Greetings On Tue, Sep 22, 2009 at 3:55 PM, Hannes Magnusson wrote: >> As for detection, once ANSICON is loaded,  the ANSICON environment variable. >> >> But maybe ANSICon needs a small installer which has the option of >> doing this (Jason - possible?) automatically for those too nervous of >> ed

[PHP-WIN] Re: [PHP-DOC] Coloured console output support for windows.

2009-09-22 Thread Hannes Magnusson
On Tue, Sep 22, 2009 at 11:38, Richard Quadling wrote: > As for detection, once ANSICON is loaded,  the ANSICON environment variable. > > But maybe ANSICon needs a small installer which has the option of > doing this (Jason - possible?) automatically for those too nervous of > editing registry. >

[PHP-WIN] Re: [PHP-DOC] Coloured console output support for windows.

2009-09-22 Thread Richard Quadling
2009/9/21 Hannes Magnusson : > On Mon, Sep 21, 2009 at 12:59, Richard Quadling > wrote: >> doing, it can be done quite easily using the REG command from the >> Windows Resource Toolkit. >> >> REG ADD "HKLM\Software\Microsoft\Command Processor" /v AutoRun /t >> REG_SZ /d "C:\Utils\ANSICon.exe -p" >

[PHP-WIN] Re: [PHP-DOC] Coloured console output support for windows.

2009-09-21 Thread Hannes Magnusson
On Mon, Sep 21, 2009 at 12:59, Richard Quadling wrote: > doing, it can be done quite easily using the REG command from the > Windows Resource Toolkit. > > REG ADD "HKLM\Software\Microsoft\Command Processor" /v AutoRun /t > REG_SZ /d "C:\Utils\ANSICon.exe -p" Right, but that has to be done when in