Hi everyone,

Another Vista related question from me (didn't expect to have so many
problems with PowerPro when I upgraded!). This script:

If (anywindow("=Fraps")) Do
        Win.Message ( "Test", "Save Games Note" )
        Do ( "C:/Program Files/Sierra/FEAR/FEAR.exe" )
Else
        Do ( "C:/FRAPS/Fraps.exe" )
        Wait.for( 2000, activewindow("=Fraps") )
        Win.Message ( "Test", "Save Games Note" )
        Do ( "C:/Program Files/Sierra/FEAR/FEAR.exe" )
EndIf

works fine under Windows XP. Under Vista however, it breaks. The
script is meant to detect if FRAPS is already active, and if so, not
to run it again. What happens when I run it under Vista is that if
FRAPS is already running, then the script will not detect it and will
run the FRAPS executable again. If I had to guess, I would say that
the script - without admin rights as I am just using a normal Vista
user account - cannot detect the already running instance of FRAPS.
Can anyone confirm this or otherwise tell me what the problem may be?
--

Regards,

Grumpy Gamer

Reply via email to