I have tried executing executing a batch file from a perl code using
system("start c:\\temp\\sampl e.bat")
but it is not executing ,Is there any way to execute batch file from a perl code
system("start c:\\temp\\sampl e.bat")
but it is not executing ,Is there any way to execute batch file from a perl code
Comment