Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: File copy progress.

by repson (Chaplain)
on Dec 05, 2000 at 10:52 UTC ( #44965=note: print w/replies, xml ) Need Help??


in reply to File copy progress.

Your could look at using a 'whirlygig'.
Simply fork and do the copy in the child while the parent shows that it is still running. When the child ends it will send a SIGCHLD. Or do the copy in the parent and kill the child when you finish.
Or in the parent you could periodically check the size of the destination file (though I think windows keeps it at 0 until the file is done) and display that somehow.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://44965]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2023-06-06 23:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (29 votes). Check out past polls.

    Notices?