in reply to Re: Perl to Windows EXEin thread Perl to Windows EXE
Using a couple of lines like this:
ChDir "C:\PerlWork\" a = Shell("command.com /c perl myprog.pl -w") [download]