Hi Friends,
I just want to write one batch file where in it calls for a particular perl script to run located in one location and display the output in notepad.Please help me on this one
Why do you want to call the Perl script from within a batch file? Why not just run the Perl script directly? Show us what you've tried and tell us what part of the process you don't know how to do.
iam just trying to automate few perl scripts located in different drives (c,d,e) under one batch file....
please let me know if you have any solution
Don't know too much Perl, but this may do: @echo off
call "C:\program files\perl\bin\perl.exe" "C:\myperlscripts\script00176.pl" > C:\perl_out.log 2>&1
Yes (14) | ![]() | |
No (14) | ![]() | |
I don't know (15) | ![]() |