Cannot get RunAsCurrentUser to work correctly

(imported topic written by SystemAdmin)

I am attempting to push an action that will open a website. To do this, I’m attempting to use RunAsCurrentUser.

This is the code I’m using:

download http://software.bigfix.com/download/bes/util/RunAsCurrentUser-2.0.3.1.exe
wait __Download\RunAsCurrentUser-2.0.3.1.exe cmd.exe /c "start http://www.google.com"

It evaluates and states that it has completed successfully, but the web page does not pop up.

(imported comment written by SystemAdmin)

Bump.

Any ideas on this?