Hello world,
I'm trying to open a pd file on the command line using the option -batch to run it off-line. I've tried with pd-extended 0.43.4 and pd 0.47 in OS X 10.8.5 but I don't know where I have to put the -batch option in the text line.
I've tried before and after the -open instruction:
/Users/x/Desktop/Pd-0.47-1-64bit.app/Contents/MacOS/Pd -batch -open /Users/x/Desktop/y.pd
/Users/x/Desktop/Pd-0.47-1-64bit.app/Contents/MacOS/Pd -open -batch /Users/x/Desktop/y.pd
after the pd file route:
/Users/x/Desktop/Pd-0.47-1-64bit.app/Contents/MacOS/Pd -open /Users/x/Desktop/y.pd -batch
and replacing the -open instruction with the -batch one:
/Users/x/Desktop/Pd-0.47-1-64bit.app/Contents/MacOS/Pd -batch /Users/x/Desktop/y.pd
The response is always "unknown option".
Thank you, any advice is appreciated.