• hi there,

    i'm not familiar with this kind of coding but in WMI you set the from file in a object variable (like oFrom)

    and say oFrom.move ("c:\somewhere\file.ext")

    so i think the information which you provide in the move statement could not work.

    WMI sample:

    Set fso = CreateObject("Scripting.FileSystemObject")

    set oFrom = fso.getfile("c:\file.ext")

    oFrom.copy("d:\file.ext")

    i hope this will help you

    *M*