How To Run A Batch File From A Perl Script Posted on by Webmaster IT Support Forum › Forums › Windows › Windows Server 2012 › Applications › How To Run A Batch File From A Perl Script Tagged: Batch File, Perl This topic has 0 replies, 1 voice, and was last updated 7 years, 10 months ago by Webmaster. Viewing 0 reply threads Author Posts January 19, 2016 at 9:58 am #1622 WebmasterKeymaster Want to run a batch file from a perl script? Here’s how to run a batch file from a perl script: system("start C:\\Temp\\BatchFile.bat"); # Run the batch file sleep 15; # Wait 15 seconds while the batch file runs before continuing Author Posts Viewing 0 reply threads You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In