Silverman Posted July 2, 2008 Posted July 2, 2008 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.
OutToLunch Posted July 2, 2008 Posted July 2, 2008 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! 1
strawberry Posted July 2, 2008 Posted July 2, 2008 Restore printers and drives (staff) then use the call to vbs to launch the exe. Set objShell = CreateObject("Wscript.Shell") objShell.Run "\\share\program.exe" 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now