--- In [email protected], "Detlef Leidinger" <[EMAIL PROTECTED]> wrote: > this morning i got up, got your email, tried again and it worked. > No idea why. No scripting. Just some tests in the more-commandbox: > .e. l_folder = "c:\\windows\\temp"
Hi Detlef, It might be more reliable if you include backslashes at the end of the path name, e.g., l_folder = "c:\\windows\\temp\\" Regards, Sheri
