M
Mike Brearley
So, how long has this tool been included with Windows?
I found it while looking for a very simple way to sync data between a local
'My Documents' folder and a network backup location (for laptop users that
need their data on their PC at all times).
I'm using a very simple... ROBOCOPY source destination /MIR /PURGE
Now, I'd like to be able to include some sort of graphical window for my
users. Something with a, "Please wait while your data is synchronized" and
a progress bar that shows the user approximately how much time remains. Any
idea how I could do this? Maybe getting a list of what needs to be copied
first, then starting the copy? Any help would be greatly appreciated. I've
dabbled in vb code before, but very little.
--
Posted 'as is'. If there are any spelling and/or grammar mistakes, they
were a direct result of my fingers and brain not being synchronized or my
lack of caffeine.
Mike Brearley
I found it while looking for a very simple way to sync data between a local
'My Documents' folder and a network backup location (for laptop users that
need their data on their PC at all times).
I'm using a very simple... ROBOCOPY source destination /MIR /PURGE
Now, I'd like to be able to include some sort of graphical window for my
users. Something with a, "Please wait while your data is synchronized" and
a progress bar that shows the user approximately how much time remains. Any
idea how I could do this? Maybe getting a list of what needs to be copied
first, then starting the copy? Any help would be greatly appreciated. I've
dabbled in vb code before, but very little.
--
Posted 'as is'. If there are any spelling and/or grammar mistakes, they
were a direct result of my fingers and brain not being synchronized or my
lack of caffeine.
Mike Brearley