$Count = rand(20,150); $Command = 'dd if=/dev/urandom of="./downloads/' . $Title . '.wmv" bs=87615 count=' . $Count; exec($Command);