On 6/26/02 12:03 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Subject: > From: Simon Lord <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Reply-To: [EMAIL PROTECTED] > > How can we set the directory to a folder with spaces? In the > shell I would do the following: > > cd "Mac OS X" > > Under MetaCard I have to do the following which I would assume > should work: > > set the directory to "/""e&"Mac OS X""e > > But that returns "can't open directory", am I missing a step? > Anyone see an error in that script? > > Sincerely, > Simon As Klaus replied, you can always do: set the directory to "/Mac OS X" But for other UNIX stuff where you are using shell(), you can use "\ " which UNIX sees as a space. So "Mac OS X" and Mac\ OS\ X are seen as the same thing by UNIX. -- :) Richard MacLemale Network Administrator J. W. Mitchell High School _______________________________________________ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard
