I am, for the first time ever, using the FileSystemObject to handle the copying and moving of large folders (Outlook Express message folders in this case).

The aim is to write a program which "seamlessly" replaces an existing message store by a previous (older) one, and then when desired restores the existing folder.

So far my code is working, but because these can be large folders (1.5 gb) the process takes a while and I would like to be able to display a progressbar.

How please can a progressbar be added to a statement such as :

FSO.Copyfolder "C:\SourceFolderName", "C:\Tempfoldername"

to indicate the degree of progress, and to show the user that the copy action is in progress - not crashed?

camoore

Wales, UK