Here's my problem - I'm copying a modestly large file across a WAN link, and I'd like to provide the user with a progress bar. I've tried the following methods: FileCopy( $fileName, ".", 1 ) and RunWait( @COMSPEC & ' /C copy "' & $fileName & '" .', "", @SW_HIDE ) and with both methods, the file reports it's full size immediately. So I can't figure out how to tell how much of the file has actually copied across the network. If the file were to report the amount that's actua