Christof Ressi wrote:
but all I get is error messages
Would you mind sharing the error messages? ;-)
i guess what christof is pointing at is that [system] doesn't give us any error messages at all ;-)
([system] is avery minimalist object, as far as i can guess from a look at the source code).
@David:
you have to use double backslashes as path seperators. single backslashes are just used to escape special characters in PD.
so, to create a directory called my_temp on partition D, you would write:
[mkdir D:\my_temp( | [system]
Your OS version would be
helpful as well.
must be windows, right ? i don't think [system] even loads in OSX or LINUX
best
oliver