These forums are archived

See this post for further info

get_iplayer forums

Forum archived. Posting disabled.

Multiple --command use

user-53

Hi,

I used the 'command "<cmd>"' in a global pref for a third party feature, and this works perfectly, so now i'm considering creating a custom feature.

Is it possible to have more than one command executed after a fetch is processed? Or should i create a wrapper to call what will be two seperate scripts?

user-2

You can only use one
Code:
--command
option. Depending on what you're trying to do, you might be able to use conditional execution operators (&& and ||) to combine commands, but it will likely prove easier to create a wrapper script.

user-53

Wrapper it is then. Thank you.

These forums are archived

See this post for further info