I have tomcat installed on my pc with a website loaded on it. This website includes this link
<A href="file:///C:/UnrealEngine2Runtime/System/runGame.bat">Play Game</A>
which points to a file in the hard drive with the tomcat on. The idea is when clicked to get an Internet Explorer window saying Open/Save , and select open to run the batch file. I hace tried this and worked, but when i try it replicate the scenario on a different pc (with installed the batch file/tomcat etc) it did not work. Instead to run the game i must do : right click on the link->save as->open , to run the game instead of popping up the open/save option directly. Does anyone know whats going on ?
<A href="file:///C:/UnrealEngine2Runtime/System/runGame.bat">Play Game</A>
which points to a file in the hard drive with the tomcat on. The idea is when clicked to get an Internet Explorer window saying Open/Save , and select open to run the batch file. I hace tried this and worked, but when i try it replicate the scenario on a different pc (with installed the batch file/tomcat etc) it did not work. Instead to run the game i must do : right click on the link->save as->open , to run the game instead of popping up the open/save option directly. Does anyone know whats going on ?