Web Development Thread, Force Run .exe from a Intranet Page? in Coding and Web Development; Hi,
We've been designing an intranet page for the students in our school and are trying to streamline the start ...
-
2nd July 2008, 10:40 AM #1 Force Run .exe from a Intranet Page?
Hi,
We've been designing an intranet page for the students in our school and are trying to streamline the start menu. The problem is when we they click a hyperlink thats linked to a .exe file, it asks to either run or save it - We want them to run it...
Is there anyway of forcing the .exe to run through the website code?
Any help would be greatly appreciated!
Thanks,
Silv.
-
-
IDG Tech News
-
2nd July 2008, 10:52 AM #2 Haven't tried it myself as my intranet never got off the ground but this has been in my bookmarks for a while as a recommended solution -
Whirly Wiry Web, Guide to Neat Net Code - Launch-in-IE
Should do the job!
-
Thanks to OutToLunch from:
Silverman (3rd July 2008)
-
2nd July 2008, 11:21 AM #3 <FORM NAME="Form4">
<INPUT TYPE="button" NAME="Button4" style="width:75px"></INPUT>
<script FOR="Button4" EVENT="onClick" LANGUAGE="VBScript" src="stafflogon.vbs"></script>
Restore printers and drives (staff)
</FORM>
then use the call to vbs to launch the exe.
Set objShell = CreateObject("Wscript.Shell")
objShell.Run "\\share\program.exe"
-
Thanks to strawberry from:
Silverman (3rd July 2008)
SHARE:
Similar Threads
-
By FragglePete in forum How do you do....it?
Replies: 7
Last Post: 25th May 2008, 10:30 AM
-
By gh256 in forum Network and Classroom Management
Replies: 4
Last Post: 24th April 2008, 03:46 PM
-
Replies: 2
Last Post: 18th March 2008, 04:54 PM
-
By mark in forum Web Development
Replies: 6
Last Post: 12th July 2007, 08:49 AM
-
By NetworkGeezer in forum Web Development
Replies: 7
Last Post: 28th March 2007, 02:50 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules