Help for this page

Select Code to Download


  1. or download this
    my $sfx = File::Spec->catfile(LocationOfUnzipsfxExe(), 'unzipsfx.exe')
    +;
    system( qw( zip -A ), $exe, $sfx, $zip ) and die "$?";
    unlink $zip;