On 21/05/2014 16:35, Anton Woldhek wrote:
hi,
When you boot pd-extneded it always starts to look for files in the directy that pd was installed. Is it possible to change this directory to for excample my project folder?
I think you could hack the .bat file which comes with Pd exteded in windows (pd-extended.bat) along the lines of:
set PDEXEDIR=%CD%\bin
cd /D C:
%PDEXEDIR%\pd.exe [all lib options....]
Hope this helps. Lorenzo.