Have a UPS delivery person drop a $30,000 server off the back of a truck at the customer site. That produces a LOT of stress. :Q
You can also find out how well the server and it's parts were made. :Q
You can also find out how good a relationship you have with the customer. :Q
Yu can also find out how good your lawyer is when UPS refuses to honor the insurance claim. :Q
You might also get to re-test the server when it's returned, using Klinux. Currently running for 5 days straight, 3.94Mkeys a second. 😀
(gotta look for that silver lining, right? 😉)
Oh and PF, you can use the GOTO function:
runme.bat would contain:
:LOOP1
move c:\temp\file.big d:\temp
move d:\temp\file.big c:\temp
GOTO LOOP1
If you are in that window, a <Ctrl> <C> or <Ctrl> <Break> should stop the script.
You could create another bat file that moved/copied a large file or two from D: to C:, and start up both BAT files at the same time. That should keep it busy. 🙂