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


2 changes | 15 comments | Create New Account
Click here to return to the '2 changes' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
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 | # ]