--- In [EMAIL PROTECTED], "swzoh" <[EMAIL PROTECTED]> wrote: > 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 the expected one)
I tested more with "scriptname" instead of "scriptfolder": (:what I actually used was "win.debug(scriptfolder,scriptname)") 1) "test" (:also the expected one) 2) "temp/test" (:not the expected one) BTW, it's kind of interesting that both become perfect ones if combining as: scriptfolder++"/"++scriptname ------------------------ 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/
