Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Be careful there!!!!' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Be careful there!!!!
Authored by: Glanz on Sep 04, '02 12:49:15PM

Make an auto delete that is time based also! If not, that could be made into a virus. Even then!!!! Be careful....



[ Reply to This | # ]
2 changes
Authored by: matx on Sep 04, '02 03:19:45PM

two changes....
change externsion to PDF for 10.2 and destination: pictures folder

-matx

<snip>

$number = "00000";

while(1)
{
$newfile = $number.".pdf";
sleep 10;
`screencapture -m -x ~/Pictures/$newfile`;
$number++;
}
<snip>









[ Reply to This | # ]