0 pts.
 Calling perl script with function Shell in Lotus Notes Agent
Hi, I have to call a perl script in a Lotus Notes agent written in Lotus Script. I use the following function resul=Shell("c:perlbinperl.exe " & pathname) where pathname is the path of my perl script to run. Agent is scheduled to run on server but it doesn't work. Could you say me if my code is correct or not? Thanks

Software/Hardware used:
ASKED: July 26, 2005  3:11 AM
UPDATED: July 26, 2005  8:33 AM

Answer Wiki:
the result of "c:perlbinperl.exe " & pathname)? Can you type it in a cmd window and it runs? It shouldn't be something like c:perlbinperl.exe & pathname?
Last Wiki Answer Submitted:  July 26, 2005  8:33 am  by  Humbleguy   0 pts.
All Answer Wiki Contributors:  Humbleguy   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

the result of “c:perlbinperl.exe ” & pathname)? Can you type it in a cmd window and it runs? It shouldn’t be something like c:perlbinperl.exe & pathname?

 0 pts.