Alien-BatToExeConverter

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    params, returning true on success or throwing an exception on failure.
    The default settings are intended to produce an .exe script for
    launching a GUI application.

    The compulsory "bat" param should be the name of the source batch
    script.

    The compulsory "exe" param should be the path to white the executable
    to, and must NOT already exist.

    The optional "ico" param will bind an icon to the executable.

    The optional "dos" param will indicate that the executable is intended
    for the command line. If "not" supplied, STDOUT and STDERR will be
    supressed and a "DOS box" will not be shown on execution.

SUPPORT
    Bugs should be submitted via the CPAN bug tracker, located at

    <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Alien-BatToExeConverter>

lib/Alien/BatToExeConverter.pm  view on Meta::CPAN

generate an executable from the batch script. It takes a series of named
params, returning true on success or throwing an exception on failure.
The default settings are intended to produce an .exe script for launching
a GUI application.

The compulsory C<bat> param should be the name of the source batch script.

The compulsory C<exe> param should be the path to white the executable to,
and must NOT already exist.

The optional C<ico> param will bind an icon to the executable.

The optional C<dos> param will indicate that the executable is intended
for the command line. If C<not> supplied, STDOUT and STDERR will be
supressed and a "DOS box" will not be shown on execution.

=cut

sub bat2exe {
	my %param = @_;



( run in 0.697 second using v1.01-cache-2.11-cpan-2398b32b56e )