Customer Portal

re-usable system command

Comments 1

  • Avatar
    avackova
    0
    Comment actions Permalink
    Hello,
    just create file with external parameter (e.g. batch.prm):
    batch=day\=20100429;\nif [ -f ./data-in/input_"$day"_Full.zip ]\nthen\necho "skipping download data-in/input_$day_Full.zip exists";\nelse\nwget -O ./data-in/input_"$day"_Full.zip koule/input_????????_Full.zip;\nfi

    attach it to your graph:
    <Property fileURL="batch.prm" id="GraphParameter0"/>

    and use in SystemExecute node:

Please sign in to leave a comment.