in reply to Re^4: Perl calling command prompt?in thread Perl calling command prompt?
Just do this:
system( "c:/path_to_batfile/mybat.bat" ); [download]