- Apr 17, 2004
- 17,555
- 1
- 0
So I'm endeavoring to write a program that will copy a file or group of files from one location to another and time how long it takes for the file copy to complete.
I've done my share of Java programming, as well as dabbling in numerous other languages.
Could I do something like this with a simple batch file? I know I could copy a file using the batch file, but what about keeping a timer and detecting when the copy is complete?
Any input is appreciated!
I've done my share of Java programming, as well as dabbling in numerous other languages.
Could I do something like this with a simple batch file? I know I could copy a file using the batch file, but what about keeping a timer and detecting when the copy is complete?
Any input is appreciated!