in reply to calling .EXE through Perl script

You don't need Perl for that:
C:\> for %f in (test\*.txt) do youprogram.exe %f
The windows shell may not be very powerful, but for such simple stuff it's usable.


holli, /regexed monk/