"Sheri" wrote:

> In the test script I posted earlier, you would of course need to change it to 
> opera.exe.

Yeah, of course. :)

> Did it work ok?

Yes. Sorry for the delay, I've been out...

> Opera Starts -> get the processid and start an event via autorun
> every x time periods, the event would run a script for the processid

= $=opera
= win.getprocessid("AutoRun"), event.create(3minutes,0, ????

> script:
> - see if the processid is still running, if not destroy the event

If pid exists? 
Do .operaRAM
Else event.destroy(?

> - get the workingsetsize
> - if workingsetsize > max show an ontop messagebox with restart options and 
> destroy the event

If 200 >max
Do ontop messagebox(?

> - depending on the selected option, start a new event for the existing 
> processid
> or kill the process and restart opera (restarting would trigger a new event 
> for the new process id).

How would I do that?
What I wrote above is me trying to understand the sequence,
I definitely need to complete reading PPST to start writing some 
scripts.

Sheri, as a side note and OT where can I find info regarding the
use of r=
I searched help file for regexp but can't find where and how to use
r= and it's syntax.

Reply via email to