You should just be able to type, "pd -open \foo\bar\x.pd" or, from the same directory as the patch, just "pd -open x.pd". I think you can also specify drives as in "c:\foo\bar\x.pd". You can use either forward or backward slashes.
cheers Miller
P.S. on your other question, if you can find tcl/tk for BEOS, you can probably port Pd to it easily enough. You'd have to replace s_linux.c with the equivalent for BE.
On Sat, Apr 08, 2000 at 09:22:59PM -0700, Benjamin Israel wrote:
How does one make the open flag on NT work. The path that gets passed appears to have '' replaced by '/', which means it won't work too hot on Windows machines. I vaguely remember reading something about this in the past, but heck if I can remember or find where I read it in the first place. I'm running pd 3.0 if it matters. Thanks in advance.