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
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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