Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

A HREF an installation go script.

Status
Not open for further replies.

Wozza

Programmer
Jan 29, 2002
13
GB
Hi all,
I have an intranet site where I am keen to make an installation GO script available.
My code, below, only brings up the text of the script in IE (as though it were displyed in notepad):

<A HREF=\\cwads1\Apps\Peregrine\ServiceCenterClient\falcon\5.1.2\go\PeregrineFalcon5.1.2.go><FONT COLOR=#0000FF>click this link</FONT></A>.

What do I need to add to kick start the installation?

Warren Bennet
Wannabe Programmer.
 
Is it really an intranet, or are you just using some HTML documents to point to places on your file server? A proper intranet means setting up a web server to serve up files the same way you would to the internet.

You should be able to set such a server up to send the http headers appropriate to a .go file (whatever they would be).

-- Chris Hunt
Webmaster & Tragedian
Extra Connections Ltd
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top