Author Archives: michaelon9
links for 2010-09-15
-
@echo off
if not exist d:fake md d:fake
:loop
fsutil file createnew d:fakefake%random%.txt 5368709120
cls
echo "Program is running. Return in few hours to see the progress made."
echo "Ctrl-C to end the script."
ping localhost -n 30 > nul
GOTO loop