--- In [EMAIL PROTECTED], "brucexs" <[EMAIL PROTECTED]> wrote: > 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 \.
Maybe I was not clear enough. Of course all those works fine for me too, ".temp\test" and "runfile temp/test" ... But, what I was concerned about was not those, but the keyword "scriptfolder". The "scriptfolder" returns different values for me, depending on which one I use in "runfile ..." from "/" & "\". test.powerpro is one line script file containing "win.debug(scriptfolder)" If I run the script using the belows, what's displayed in debug window, 1) "runfile temp\test" --> "...\scripts\temp" (:the expected one) 2) "runfile temp/test" --> "...\scripts" (:not expected one) ------------------------ Yahoo! Groups Sponsor --------------------~--> Yahoo! Domains - Claim yours for only $14.70 http://us.click.yahoo.com/Z1wmxD/DREIAA/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/
