i'm using a .command file that opens Terminal and starts pd. i think it's similar to a .bat file on windows.
/Applications/Pd-0.39-2.app/Contents/Resources/bin/pd -path /Users/pd/extra -lib zexy -lib maxlib -lib iemlib1 -lib iemlib2 -lib iem_t3_lib -lib iem_mp3 -lib iemmatrix -path /Users/pd/extra/iemabs -helppath /Users/pd/extra/iemhelp -path /Users/pd/netpd/abs -helppath /Users/pd/netpd/doc -open /Users/pd/netpd/_chat.pd -stderr
last time i checked it with pd-extended the -open flag didn't work.
cheerio
On Aug 14, 2006, at 2:22 PM, tim wrote:
I am mostly used to Windows and editing some *.bat file for startup options like -nogui, -lib, -audioindev etc... On Mac OSX I am looking at the org.puredata.pd.plist file but I can't find info on exactly how to edit pd's startup options in it. I want to know how I enter for example a -nogui option, load a patch on startup, etc...