========================================================================
       exetype - Change the type of an executable (WINDOWS or CONSOLE)
       Port of Perl's exetype.

       Author : Eric Colinet <e dot colinet at laposte dot net>
       Original Author : Jan Dubois <jand at ActiveState dot com>
       Home : http://wildphp.free.fr/wiki/doku?id=win32std:embeder
       Original Home : http://jenda.krynicky.cz/perl/GUIscripts.html
========================================================================

Pre-requisites:
	PHP 5.0.3 binaries			http://www.php.net/downloads.php
	php_win32std.dll for PHP5		http://wildphp.free.fr/wiki/doku?id=downloads

Install:
	Install PHP (eg: c:\php)
	Put php_win32std.dll on your php extension path (eg: c:\php\ext\).
	Modify php-embed.ini and put the correct PHP extensions path (eg: c:\php\ext\).
	Put php5ts.dll somewhere on your path (eg: c:\windows\).
		or 
	Update your PATH environnement variable to add the way to php binaries.

Usage:
	exetype some.exe CONSOLE|WINDOWS

Please go to the wiki for a more accurate doc :-)

Enjoy !
