G
Guest
Hi I have this vb script running on XP - SP2
I'm using the FOF_SILENT flag to hide the progress dialog
but It sill diaplays.
Here is the code:
Set oApp = CreateObject("Shell.Application")
Set oZipFolder = oApp.Namespace("C:\Temp\")
oZipFolder.MoveHere "C:\ABC\XYZ.TXT\", FOF_SILENT
Please help.
Thank you
I'm using the FOF_SILENT flag to hide the progress dialog
but It sill diaplays.
Here is the code:
Set oApp = CreateObject("Shell.Application")
Set oZipFolder = oApp.Namespace("C:\Temp\")
oZipFolder.MoveHere "C:\ABC\XYZ.TXT\", FOF_SILENT
Please help.
Thank you