Jump to content

Recommended Posts

Posted

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.

Posted

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"

  • Thanks 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...