http://ranvik.net/totalcopy/

This particular app is cool. How does a Directory's files get stored. Do you think he does a list of the contents with an absolute path, counts the items for the progress bar, then goes through the list using a batch command like xcopy c:\re.txt d:\car\ /h/e/k/s or something.

I'm thinking of doing a samilar program, where the %1(directory) will be passed to the program, then it determines the files,etc but how would one specify the paste directory?

is anything above making Sense?