I'll repeat the code I posted earlier. If you have the powerpack, you
can use a plugin to check for the existence of any .exe running.
You would put this code at the beginning of your runtime program
and substitute the name of your exe file.
-- If security level = 1, then allow multiple connections
IF vSecurity >1 THEN
PLUGINS rinstancecount.rbl vrbg76|rbg76.exe
IF vrbg76 >1 THEN
EDIT USING multiplealert
EXIT
RETURN
ENDIF
ENDIF
Karen
> DOES anyone know if there is a way to limit 1 sesson per machine using
> V8 runtime?
>
> Thanks
>
>
>
>
>