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


Click here to return to the 'One problem with the screen saver (fix)' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
One problem with the screen saver (fix)
Authored by: teridon on Jan 31, '02 04:21:03PM

Put this at the beginning of the script.

# Check for ScreenSaver currently active
@process_list = `ps auxw | grep ScreenSaver | grep -v grep`;
exit if (length(@process_list) > 0);



[ Reply to This | # ]