Hello,
I am interested to run a PERL script that's on my local system and to do that I am using the "Run Program (on Client)" component. I need some help on the same. I am very new to PipelinePilot.
Here are more details to understand my Query:
I have a PERL SCRIPT "mytest.pl" on my local windows system. The script takes the "input file" name as an argument and then on execution would write an "output file" on the same directory.
I want to know how to run this script using Pipeline Pilot.
Here is what I do to run the PERL script from Windows Commandline:
C:\> perl mytest.pl Product_Sales_Data.txt
Note: Product_Sales_Data.txt is my "input file name"
Thanks,
Naveen Silvester