How can I launch Prism from an intranet web page (instead of from an icon in the Start menu or desktop)?
First, create a batch file on your web server that calls (using the Call command) the program and individual configuration files.
For example, create a file called StartPrism.bat.
Call N:\Program Files\PRISM3\PRISM.EXE -OC:\WINDOWS\local.cnf or Call F:\Prism\Prism.exe @"F:\\PRISM\PRISMSCRIPTS\DOIT.PZC"
Of course, you'll need to adjust this example depending on where you have installed Prism. The drive letters are aliases for the server drive. In the first example, the first part opens Prism and the second part tells Prism where to store configuration files. In the second example, the second part launches a Prism script.
Next edit your web page to include hyperlink to the batch file. For example, the HTML would have a link labeled "Prism" that links to the file StartPrism.bat