ME, BACKUP

B

Berj

Hi,

What is the command to copy everything in the folder C:\2009 to a drive G:
(all subfolders should be included too)
While copying, it should flash the message “Copying …†on the screen without
showing the actual files being copied. It should be done in the background.
And when it is finished, it should say “Backup completeâ€.
The messages should be larger than normal and Bold.

Berj
 
D

Dave Peterson

Not what you wanted...

But there are somethings that I don't use excel for.

I'd use windows explorer and just copy the folder to the new location.
 
B

Berj

I know pal.

I just want to use it in a Macro.
After doing some steps, it has to copy some files as I click on a macro
button.
By the way. This is something I am preparing for other people who know
nothing about copying and they get lost in them, so I just want to prepare a
button for them, so that when they click, it does everything for them.
 
D

Dave Peterson

And to add to something that I wouldn't do <bg>...

If you want to make sure that files with the same name are overwritten:

FSO.CopyFolder Source:=sFrom, Destination:=sTo, overwritefiles:=True
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top