Re: [PD] external to create folders?

2010-01-13 Thread colet . patrice
I tried: file mkdir test-folder on mingw tclsh85.exe make a dir in /usr/local/bin with the pd/bin/tclsh85.exe it does nothing following tcl doc I should write something like this: file mkdir dir dir maybe that's what is that has confused myself because this command work on PdRewriteGui

Re: [PD] external to create folders?

2010-01-12 Thread colet . patrice
Selon Hans-Christoph Steiner h...@at.or.at: I think mkdir works on Windows too, no? .hc file mkdir works with mingw and cygwin tcl console, but not on pdGuiRewrite tcl entry ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] external to create folders?

2010-01-12 Thread Matteo Sisti Sette
using [operating_system] and [popen] you can do it... (see pd patch) best wishes, jos? PS: have not tested on a windows box, but I believe it will work.. :) Great thanks, this is a really interesting solution, but unfortunately I have to discard it because of the popping shell window :(

Re: [PD] external to create folders?

2010-01-11 Thread colet . patrice
Hello, I'd use pyex external for using the python os module, but I would expect in pd-rewrite-gui the file mkdir tcl command to work on all platform, but I couldn't make this work on windows PC Selon Matteo Sisti Sette matteosistise...@gmail.com: Hi, Is there any external capable of

Re: [PD] external to create folders?

2010-01-11 Thread Matteo Sisti Sette
Hans-Christoph Steiner escribió: Kind of, you could try sending a mini script to popen, shell, pyext, pdlua, pdtcl, etc. Where could I learn more about pdtcl? I tried to google about it but couldn't even figure out what it is. Btw it is not included in PD Extended is it? thanks m. --

Re: [PD] external to create folders?

2010-01-11 Thread josepadovani
Em 11/01/10 16:39, Matteo Sisti Sette escreveu: Hans-Christoph Steiner escribió: Kind of, you could try sending a mini script to popen, shell, pyext, pdlua, pdtcl, etc. Where could I learn more about pdtcl? I tried to google about it but couldn't even figure out what it is. Btw it is not

Re: [PD] external to create folders?

2010-01-11 Thread Hans-Christoph Steiner
On Jan 11, 2010, at 4:03 PM, josepadovani wrote: Em 11/01/10 16:39, Matteo Sisti Sette escreveu: Hans-Christoph Steiner escribió: Kind of, you could try sending a mini script to popen, shell, pyext, pdlua, pdtcl, etc. Where could I learn more about pdtcl? I tried to google about it but

Re: [PD] external to create folders?

2010-01-11 Thread josepadovani
Em 11/01/10 20:49, Hans-Christoph Steiner escreveu: using [operating_system] and [popen] you can do it... (see pd patch) best wishes, josé PS: have not tested on a windows box, but I believe it will work.. :) I think mkdir works on Windows too, no? .hc Oops.. well, there is some time

[PD] external to create folders?

2010-01-10 Thread Matteo Sisti Sette
Hi, Is there any external capable of creating a folder? (that works the same in all platforms or at least windows and mac) -- Matteo Sisti Sette matteosistise...@gmail.com http://www.matteosistisette.com ___ Pd-list@iem.at mailing list UNSUBSCRIBE

Re: [PD] external to create folders?

2010-01-10 Thread Hans-Christoph Steiner
Kind of, you could try sending a mini script to popen, shell, pyext, pdlua, pdtcl, etc. .hc On Jan 10, 2010, at 3:32 PM, Matteo Sisti Sette wrote: Hi, Is there any external capable of creating a folder? (that works the same in all platforms or at least windows and mac) -- Matteo