3-3-09 ProCopy
So I got a internship at a place doing some IT work. I'm more of a programmer but I really like doing IT work, plus I work with fun people. We have a big project where we
need to replace all these old pc's with new pc's. So basically we need to copy the data over. I found out window's copy kinda sucks.
If it cant copy a file it just stops!
If I have to restart it I get to start over!
I can't tell it to skip certain files!(music files)
I made a program that will continue if there is an error and will compare files and see if they need to be replaced(based on timestamps). I could easily hardcode the last problem
but I'll do that later when I use a GUI. Even with all this, the program runs about 10% faster than the silly windows copy!
Because vista changed everything this program work only in XP. Probably contains some minor bugs. Let me know if you have any
suggestions. And again, I used the amazing language of autoit to create it. so here's the code: ProCopy the autoit script! ProCopy the executable!