Execute a batch script from Firefox
Posted
by danilo
on Stack Overflow
See other posts from Stack Overflow
or by danilo
Published on 2010-05-12T09:35:16Z
Indexed on
2010/05/12
9:54 UTC
Read the original article
Hit count: 144
I have written an intranet application from which you can directly connect to a virtual machine by clicking on a RDP-button. The click calls a .bat file, which opens the connection.
With IE, this is no problem, as you can choose to directly execute the batch file. But with Firefox, I can only download the script, and have to start it manually afterwards. Is there a way to trust the intranet domain (about:config?) so Firefox allows it to execute scripts directly? Or is there an even better (easier) way to start an RDP connection from Firefox?
© Stack Overflow or respective owner