----- Original Message ----- From: "Chris Bailey" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Tuesday, June 18, 2002 13:20 Subject: RE: Need help running Ant under cygwin on Win2k
> I use ActivePerl as well, but I can't just run "somescript.pl" from a DOS > prompt on Windows. So, I would need to change my Ant files to do "perl > somescript.pl", which is not a big deal, but is ugly. a) yes you can, already explained b) add it to the PATHEXT env variable, and you can go "somescript" on the command line and have the perl file executed. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>