Hi guys,
Thankyou for your response to this thread.
In the end i used this:
[COLOR=red]
Const FOF_CREATEPROGRESSDLG = &H10&
DestFolder ="DESTINATION"
Set objShell = CreateObject("Shell.Application")
Set objFolder = objShell.NameSpace(DestFolder)
objFolder.CopyHere "C:\SOURCE"...
Hi Guys,
Here is the code i have, i dont know why but this just wont work in 64bit versions of Windows.
Works fine in 32bit.
I have looked all over with no joy, im at a complete loss.
Any help would be much apreciated.
I think it has something to do with the Highlighted (red) text...
Hi Guys,
Im having trouble getting a progress bar working in my script.
I have only just started scripting so im not 100% sure on alot of things.
Here is my script:
***************************************************************
'MESSAGE BOX WITH YES OR NO ANSWER
If msgbox ("This will...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.