--- In [EMAIL PROTECTED], "swzoh" <[EMAIL PROTECTED]> wrote: > --- In [EMAIL PROTECTED], "swzoh" <[EMAIL PROTECTED]> wrote: > > As in "skins" case, if I use "/" instead of "\" in relative path for > > scripts, then it's ignored.
Sorry, they all work fine for me. Note . syntax in 1 mus tuse \; you cannot use / with . syntax. But / worked fine with runfile for me. \ is only an escape character in "..." strings in expressions, so if you have problems with / else where, just use \. > > > > 1) ".temp1\temp2\script" or "runfile temp1\temp2\script" > > scriptfolder -> &(pprofolder)temp1\temp2 > > 2) "runfile temp1/temp2\script" > > scriptfolder -> &(pprofolder)temp1\temp2 > > 3) "runfile temp1\temp2/script" > > scriptfolder -> &(pprofolder)temp1 > > 4) "runfile temp1/temp2/script" > > scriptfolder -> &(pprofolder) without trailing delimiter. > > Another mistakes. Why yahoo not allow to modify the post? > &(pprofolder) should be replaced with &(pprofolder)scripts\ > in 2) temp1\temp2 -> temp1/temp2 ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/JV_rlB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
