Shell from a folder

2011-01-16 Thread David Bovill
I'm wandering if there is any relationship between the defaultfolder and where the shell function effectively operates from? I thought there was but it seems not... to get the same result as I would get from the command line I have to: shell_BashParamEscape pExecuteWhere *put* cd

Re: Shell from a folder

2011-01-16 Thread Björnke von Gierke
answer folder set the defaultfolder to it put shell(ls) The result changes depending on what folder i specify. so it works fine for me. Therefore I assume a scripting error on your part :P On 16 Jan 2011, at 17:06, David Bovill wrote: I'm wandering if there is any relationship between the

Re: Shell from a folder

2011-01-16 Thread David Bovill
Yes - my mistake (there was a bug in my code) - the defaultfolder does indeed change the effective place the shell command is called from. 2011/1/16 Björnke von Gierke b...@mac.com answer folder set the defaultfolder to it put shell(ls) The result changes depending on what folder i