I need a piece of software that will write something - anything - to my drive every few seconds.

Jan 31, 2002
40,819
2
0
Originally posted by: Schadenfroh
set it to defrag over and over?

That would work, but I'd prefer something that doesn't beat the everloving crap out of the drive. I just need to keep it busy enough so that it doesn't squeak.

- M4H
 

bamacre

Lifer
Jul 1, 2004
21,029
2
81
Maybe create a batch file that will keep renaming a file...

_________________________

rename xxx.txt zzz.txt

rename zzz.txt xxx.txt

runthis.bat

_________________________

And name the file runthis.bat

It'll just keep going and going.