Reply to thread

I want to do something like this:

[CODE]Protected Overrides Sub OnPageLoad()

            MyBase.OnPageLoad()

            System.Diagnostics.ProcessStart("'RELATIVE PATH TO PLUGINS DIRECTORY'\application.exe")

            GUIWindowManager.NeedRefresh()[/CODE]

Is this possible? How about the relative path?

 

Thanks in advance.


Top Bottom