we have created the following VBscribt , which is in the Netlogon folder .
Set OBJFSO = CreateObject("Scripting.FileSystemObject")
if not OBJFSO.FolderExists("c:\users\public\lansw") then
OBJFSO.CreateFolder("c:\users\public\lansw")
OBJFSO.COPYFILE "\\srvaw1\import$\lspush.exe" , "C:\Users\Public\lansw\lspush.exe" , True
end if
Set OBJRUN = WScript.CreateObject("WScript.Shell")
OBJRUN.Run """c:\users\public\lansw\lspush.exe"" /folder \\srvaw1\import$""",1,True