c.haslam Posted December 4, 2006 Posted December 4, 2006 I wish to know when a bunch of files have been written to a slow drive. How can I determine this? ...chris Spoiler CDebug Dumps values of variables including arrays and DLL structs, to a GUI, to the Console, and to the Clipboard
/dev/null Posted December 4, 2006 Posted December 4, 2006 I wish to know when a bunch of files have been written to a slow drive. How can I determine this?...chrishow do you write them? __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
/dev/null Posted December 4, 2006 Posted December 4, 2006 With a fine-tip pen?yeah, I guess THAT could be called a "slow drive", at least nowadays... CheersKurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
c.haslam Posted March 11, 2008 Author Posted March 11, 2008 The scripts writes to a USB stick or to a CD-R using Direct CD. I wish the script to wait until all files have been copied from a hard drive before checking that the copies are AOK. Spoiler CDebug Dumps values of variables including arrays and DLL structs, to a GUI, to the Console, and to the Clipboard
rover Posted March 11, 2008 Posted March 11, 2008 I wish to know when a bunch of files have been written to a slow drive. How can I determine this?...chrisPosted Today, 10:22 AMThe scripts writes to a USB stick or to a CD-R using Direct CD.I wish the script to wait until all files have been copied from a hard drive before checking that the copies are AOK.your not one of 'The 4400' now are you? seriously, search for '+drive +idle' in the forum search engine I see fascists...
Squirrely1 Posted March 11, 2008 Posted March 11, 2008 I wish to know when a bunch of files have been written to a slow drive. How can I determine this?...chrisSeriously, whenever you have a wait job like this, just time test the operation, and double the result for to write a Sleep function: "Sleep(3200)". Das Häschen benutzt Radar
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now